Changes between Version 30 and Version 31 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Feb 10, 2013, 6:38:47 AM (11 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v30 v31  
    55This 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.
    66
    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:
    88 * `extundelete` - Linux file system recovery
    99 * `cdrecord` - burning bootable ISO's
     10[#dev Development-related] Tools and workarounds
    1011 * process I/O redirection (`gdb`)
    1112 * fixing garbled text (`gcc`)
    12 [#dev Development-related] Tools and workarounds
    1313 * git server setup
    1414 * importing non-Eclipse projects to Eclipse
     
    1919  * with `pf` (*BSD)
    2020 * Wireless with wpa_supplicant 
    21  * FreeBSD `Ifconfig` shinanigaries. 
     21 * FreeBSD `ifconfig` shinaniganries. 
    2222[#print Quick Printing] Printing under *nix, relatively quickly
    2323 * CUPS
     
    212212}}}
    213213
     214==== Miscellaneous Git ops. ====
     215 * deleting branches: local - `branch -D [branchname]` remote - `push origin :[branchname]` (note the colon prepended to branch name)
     216 
    214217----
    215218= Networking-related odds and ends = #net