Changes between Version 26 and Version 27 of Internal/OpenFlow/miscUnix
- Timestamp:
- Oct 9, 2012, 10:54:29 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscUnix
v26 v27 373 373 * a dependency fix not requiring '`-f install`' with apt-get: '`build-dep [package]`', then install as usual. 374 374 * `[sudo] ip addr flush [iface]` resets the IP configurations for an interface on Ubuntu. 375 * `[sudo] ip route flush` resets the route table on Ubuntu .`[sudo] route flush` does the same on FreeBSD.375 * `[sudo] ip route flush` resets the route table on Ubuntu; `[sudo] route flush` does the same on FreeBSD. 376 376 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents. 377 377 * the --exclude flag for tar can be used to ignore certain files when packing whole directories into tarballs. 378 378 * find -x [dir] -size +10000 -exec du -h {} \; finds files over 10kB, including hidden files. 379 * common native serial devices: /dev/ttyS0 for Linux, /dev/cuau0 for FreeBSD. 379 * common native serial devices: /dev/ttyS0 for Linux, /dev/cuau0 for FreeBSD. 380 * `ctrl-l` clears a terminal and `ctrl-u` clears the current line, including password prompts. 380 381 ---- 381 382 [[BR]]