Changes between Version 23 and Version 24 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Sep 22, 2012, 6:46:29 AM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v23 v24  
    328328 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu.
    329329 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents.
     330 * the --exclude flag for tar can be used to ignore certain files when packing whole directories into tarballs.
    330331 * find -x [dir] -size +10000 -exec du -h {} \; finds files over 10kB, including hidden files. 
    331332 * common native serial devices: /dev/ttyS0 for Linux, /dev/cuau0 for FreeBSD.