-
-
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
Tag Archives: terminal
What was the Name of that Command Again? 15 Basic Linux Commands
Because I always forget and because Linux isn’t the primary operating system in which I operate (i.e. making me forget), it is worth jotting down these 15 basic Linux commands that should keep you whizzing around the terminal in no time if you remember where you put this list. Continue reading
Ubuntu: How to Copy a Line in Nano
Nano is an extremely handy and lightweight text editor that comes with most Linux distributions these days. Today’s tip will teach us how to copy and paste a line or piece of text within a text document.
Continue reading
Ubuntu: MySQL SSH Tunnel via the Terminal
If you have a closed machine that doesn’t allow MySQL connections from the outside world but does allow SSH access in to the box, say hello to the world of SSH tunneling. Continue reading
How to Run SCP when Copying From a Machine not using the Default SSH Port 21
Although port 21 is the default port used for SSH connections and thus SCP, most of the time you will find that in order to increase protection, the actual assigned port is far removed from the default 21. So how do you specify this when running a SCP copy operation? Continue reading
Ubuntu: How to Delete a MySQL Database via the Terminal
To delete a database from a MySQL server instance, we need to make a DROP DATABASE call against the server. Continue reading
Navigation »