Apr
23rd
Thu
23rd
tip: linux
to see available ram, use free -m | xargs | awk ‘{print $17 “MB”}’ (via @jazzychad)
to see available ram, use free -m | xargs | awk ‘{print $17 “MB”}’ (via @jazzychad)
use sudo iosnoop to snoop i/o events as they occur (#macosx friendly as well)
use port knocking daemon (knockd) to perform network actions via tcp port activity
gentoo now has a server USE flag, which might important for not breaking things like cvs server mode
if you see windows-style ^M newlines in a file, try tr -s ‘r’ ‘n’ to get rid of them
to mount an iso, mount -t iso9660 -o ro,loop=/dev/loop0 cd_image /dir
cat /etc/debian_version to see what version of debian you are running