22nd February 2009
in
System, Uncategorized, cli
By using top or htop you can find out what processes are using your resources and in what ammount. Another way to do this is by launching the following command:
ps -eo pcpu,pid,user,args | sort -r -k1 | more
This will ou[...]
Tags: memory, top
2 Comments
4th January 2009
in
Applications, Uncategorized, cli
Ever lost the password to an archive file? You can recover it from the CLI with rarcrack. Just be sure you have the unrar-free and NOT the unrar-nonfree package installed. It tries a bruteforce method on the archive file[...]
Tags: archive, password, RAR
1 Comment
12th December 2008
in
Networking, Uncategorized
You can insert apt links in HTML by simply making a link to apt:package_name. For example:
apt:yeahconsoleInstall YeahConsole.
[...]
Tags: HTML
No Comments
7th November 2008
in
Uncategorized
If you’re short on hard disk space and would like to share the same SWAP partition in Linux and Windows, you can try the following trick:
1. Format the partition as a DOS partition and create the Windows SWAP file [...]
Tags: swap, windows
No Comments