Changes between Version 30 and Version 31 of Internal/OpenFlow/miscUnix
- Timestamp:
- Feb 10, 2013, 6:38:47 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscUnix
v30 v31 5 5 This page is a compilation of things done with Ubuntu and FreeBSD, the OSes that the author of this page use/break on a regular basis^1^. Although syntax will inevitably be different amongst various systems, the general ideas of what a UNIX-like OS can do /should/ be there. Additions/corrections to the page are very much welcome. 6 6 7 [#shell Shell-based] Command-line tools . So far, this section includes:7 [#shell Shell-based] Command-line tools/tricks. So far, this section includes: 8 8 * `extundelete` - Linux file system recovery 9 9 * `cdrecord` - burning bootable ISO's 10 [#dev Development-related] Tools and workarounds 10 11 * process I/O redirection (`gdb`) 11 12 * fixing garbled text (`gcc`) 12 [#dev Development-related] Tools and workarounds13 13 * git server setup 14 14 * importing non-Eclipse projects to Eclipse … … 19 19 * with `pf` (*BSD) 20 20 * Wireless with wpa_supplicant 21 * FreeBSD ` Ifconfig` shinanigaries.21 * FreeBSD `ifconfig` shinaniganries. 22 22 [#print Quick Printing] Printing under *nix, relatively quickly 23 23 * CUPS … … 212 212 }}} 213 213 214 ==== Miscellaneous Git ops. ==== 215 * deleting branches: local - `branch -D [branchname]` remote - `push origin :[branchname]` (note the colon prepended to branch name) 216 214 217 ---- 215 218 = Networking-related odds and ends = #net