*nix commands I can’t do without

Unix/Linux/*nix survival 101 Let me start with the obvious: I’m definitely not a unix guru by any means. I do however use it on a daily basis for basic build/development oriented tasks, so I know enough to get by. Since my friend just installed his first ever linux distribution (CentOS, Huzzah!), I thought I’d write [...]

Posted on February 13, 2010 at 11:42 pm by Ant · Permalink · 10 Comments
In: Fedora · Tagged with: , ,

Untar a file

Short and sweet: tar -zxvf foo.tar this will extract the tar’d files into the current working directory. Most tar balls will ask you to do something like the following in order to build the contents for your target platform: ./configure make make install Some builds will require some kind of different variant of the above [...]

Posted on January 1, 2010 at 8:28 pm by Ant · Permalink · Leave a comment
In: Fedora · Tagged with: , , ,