-
-
What, who, where am I?!?
Craig Lotter is a web developer based in Gordon's Bay, South Africa, who seems completely incapable of shaking off that pesky inner child within, the one that forces him to love all things animated or hand drawn.
The Rugged Rock of Craig contains snippets of his life, popular culture and all the important things like anime, manga, games and comic books. The CodeUnit of Craig on the other hand contains the more serious stuff like code snippets and tutorials, while the House of C chronicles his foray into the world of web comics.
For which it never seems he has enough time anyway.
-
CodeUnit Post Archive
-
Rugged Rock Studio
- Rugged Rock Studio
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
Tag Archives: root
The Linux Filesystem Overview
In the Linux operating system, all filesystems are contained within one directory hierarchy. The root directory (/) is the top level directory, and all its subdirectories make up the directory hierarchy. This differs to other operating systems such as Microsoft … Continue reading
Ubuntu Server: Pointing Apache’s default /var/www Folder to a Different Folder
If you build a Zend Framework website then you will know that it is customary practice to move most of the work out of the publicly accessible web folder and then simple feed back the results to this folder so that the visitors can see a page off your site. So all projects always contain a /public folder which technically should be the root of your Apache webserver.
Continue reading
Ubuntu: Change or Reset the MySQL Root Password
If of course you are anything like me, you instantly forget this password and a month down the line when you come back to do some more tinkering, you’ll quickly realize that you need to change the damn password – and this is one way you could go about doing it! Continue reading