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 , , , , , , , , | 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 , , , , , , , | 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 , , , , , , | 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 , , , , , , , , | 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 , , , , , | View Comments
« Navigation »