December 14, 2009
If you’re new here, you may want to subscribe to my RSS feed. Or for more frequent updates you can follow me on Twitter. Thanks for visiting!With Debian there is a handy utility called apt-file which allows you to see which package owns a file even if it is not currently installed.
I used it earlier [...]
Read the full article →
December 14, 2009
If you run a command and it takes a long time on unix it blocks the current terminal, however, if you hit CTRL – Z it pauses the job, then if you type bg it resumes the job in the background freeing up the current terminal.
Also, if you prepend a & before executing the command [...]
Read the full article →