Archive for the ‘Tips & Tricks’ Category

Common Ubuntu Commands

Here comes a list with some commands I often use on Ubuntu. I will update this list when I get more time, so do not expect a new post with new commands, it will appear here! Window with root access gksudo nautilus Copy hole disk to another sudo dd if=/dev/disk-you-will-copy of=/dev/disk-you-will-copy-too Format disk sudo mkfs.Filesystem [...]


Print PHP version

Since alot of friends ask me how to print out which PHP version they are using I decide to write how to do it here on my blog. It is very simple and will just take a few seconds. Start with creating a new PHP document, for example: phpinfo.php In the document you simply write: [...]