-
-
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.
-
Rugged Rock Studio
- CodeUnit Collections
- Funakoshi Karate International South Africa
- Rugged Rock Studio: The Portfolio of Craig Lotter
- The Codeunit of Craig
- The House of C
- The Rugged Rock of Craig
Category Archives: Ubuntu
Ubuntu: Get Yesterday’s Date for a Bash Script
Date work often plays an important part in automated bash scripts, and as such, it is pretty useful to be able to calculate yesterday’s date for your variable work. Continue reading
Ubuntu: Import a SQL Dump into MySQL
The quickest way to import a properly generated SQL dump containing structure and table definitions plus data into a MySQL database is to simply pipe the file directly to the powerful mysql command function via a terminal window. Continue reading
How to Remote Desktop into a Windows Server from Ubuntu
How to Remote Desktop into a Windows Server from Ubuntu. There are a number of ways to do this actually, but the one below is pretty simple. And it is all thanks to the ultra useful rdesktop command. Continue reading
Posted in Tutorials, Ubuntu Tagged rdesktop, remote desktop connection, terminal, Ubuntu, windows server View Comments
Ubuntu: How to Enable or Disable an Apache2 Site / Virtual Host
Sites or virtual hosts are extremely useful when you are hosting more than one website on a box. I’ve already shown you how to set up virtual hosts under Apache 2, but I thought I would quickly just give a little more insight into what the a2ensite and converse a2dissite function calls do. Continue reading
How to Install Subversion (SVN) in Ubuntu
To install subversion (or SVN if you like keeping things short) is pretty simple to achieve in Ubuntu (as with just about everything else). Continue reading
« Navigation »