Web Design

Archive for the ‘Uncategorized’

What uses your resources?

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[...]


Recover lost RAR passwords with Linux

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[...]


Apt links in webpages

You can insert apt links in HTML by simply making a link to apt:package_name. For example: apt:yeahconsoleInstall YeahConsole. [...]


Share the same SWAP partition in Linux and Windows

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 [...]