-
-
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: Linux
How to Start or Stop MySQL Server on Ubuntu via the Command Line
To stop a MySQL server instance on an Ubuntu linux install via the command line is as simple as entering: Continue reading
Posted in Software & Websites, Tutorials Tagged command line, Linux, mysql, mysql server, restart, start, stop, terminal, Ubuntu View Comments
Ubuntu Terminal: How to Quickly Create a SQL Dump File from a MySQL Database
Backing up your MySQL database or generating a copy of it to shift around is quite a simple affair thanks to the powerful mysqldump command that ships with MySQL. Continue reading
Posted in Software & Websites, Tutorials Tagged backup, command line, database, Linux, mysql, sql dump, terminal, Ubuntu View Comments
Ubuntu Terminal: How to Quickly GZip a File
File archiving is a particularly simple affair and there are quite a few different archive algorithms to pick and choose from. GZip (.gz) has for long been associated with Linux as one of its main archiving algorithms and so today’s quick command line tip highlights how to quickly create a zipped file on your system. Continue reading
Posted in Software & Websites, Tutorials Tagged archive, command line, gzip, Linux, terminal, Ubuntu, zip View Comments
Ubuntu Lucid Lynx: Simple Way to Mount a Samba Drive in Your Home Directory
Samba is a fantastic free software re-implementation of the SMB/CIFS networking protocol that allows for shared file and print services across a variety of Windows and Unix (and even Mac OS) platforms. Today’s quick tip highlights a simple way of mounting a remote samba directory as a folder in one’s home directory in Ubuntu. Continue reading
Posted in Software & Websites, Tutorials Tagged command line, drive, Linux, mount, samba, share, smbd, terminal, Ubuntu View Comments
Ubuntu: Executing a PHP Script file from the Command Line
If you work as a web developer with PHP and all of a sudden you need a script to do something specific for you on a system (say as a cron job or such), there’s no real need to switch to another scripting language like Perl or Python if good old PHP will do the trick! Continue reading
Posted in Technology & Code, Tutorials Tagged command line, execute, Linux, PHP, script, Ubuntu View Comments