Changes between Version 25 and Version 26 of Internal/OpenFlow/miscUnix
- Timestamp:
- Oct 9, 2012, 10:52:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscUnix
v25 v26 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 376 * tar -xvf [archive.tgz] [filename] lets you extract a single file from an archive and -tf lists contents. 376 377 * the --exclude flag for tar can be used to ignore certain files when packing whole directories into tarballs.