-
Permission hierarchy for Trac
-
Unroute a complete PCB in Eagle
Unrouting a complete PCB in Eagle means that all routed tracks on the board are reverted back into so-called ‘airwires’. Airwires are lines that show that there is a connection between 2 points on the board, but that no actual connection is routed yet. Unrouting signals on a board is called ‘ripup’ in Eagle slang.
-
Extract and count unique items in a list
-
Comparing 2 Modelsim wave traces
-
Enable tab completion in Windows terminal
-
Automatically mounting USB drives on Mac OS X
-
Search for text in files on Linux
Searching for a certain text in mulitple files? Just run: grep -lir “word” * And you’re all set. It will return you the name of the files containing “word” in the current folders and subfolders. E.g.: ~/projects/xap $ grep -lir “header” * hub.c If you then need the lines that contain the search term, just…
-
Recovering from a RAID ‘Degraded Array’ event
-
Tracing a signal in ModelSim
-
Making a fresh install of a NSLU2 (SLUG)