Jason | 21st July 2013
MySQL terminal We are going to create a new database, user and password and grant that user access to the new database. Let’s first login to MySQL in the terminal. 1$ mysql -uadmin -ppassword Hit return and that will log you in, provided your credentials are valid! Note that there is no gap after the […]
Jason | 19th July 2013
scp I seem to rant often about changing the SSH port. Hmmm. Today, I want to secure copy (scp) a file to the remote server where SSH accepts incoming connections on a non-standard port (anything other than 22). Here’s the command: 1$ scp -P 2222 /source/files.zip [email protected]:/destination/directory/ And that is all there is to it. […]
Jason | 6th July 2013
CentOS 6 This is not the most comprehensive guide, but rather a quick tip to tar and untar directories. Tar is a powerful file archive and compression utility that is fast to execute and creates conveniently small archives when used with compression turned on. Archive The syntax is very easy. Here’s how we create a […]
Contact Me
Please fill out the form below and I will reply ASAP. I aim to answer all emails in 48 hours or less.