Changes between Version 23 and Version 24 of Internal/OpenFlow/miscUnix
- Timestamp:
- Sep 22, 2012, 6:46:29 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscUnix
v23 v24 328 328 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu. 329 329 * 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. 330 331 * find -x [dir] -size +10000 -exec du -h {} \; finds files over 10kB, including hidden files. 331 332 * common native serial devices: /dev/ttyS0 for Linux, /dev/cuau0 for FreeBSD.