Leave a Comment
/
Coding
/
Alan Bollinger
/
April 11, 2022
Learn how to manage your MySQL server from the command line. This beginner-friendly guide covers starting and stopping MySQL, creating users, managing databases, and performing backups and restores using real-world commands.
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
May 10, 2019
If you are using SSH, you'll want to run down this checklist of to make that ssh server a bit more secure. If any of these settings is absent from the configuration file, you should add them.
For Ubuntu this is in the file
/etc/ssh/sshd_co...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
March 15, 2013
Below is a list of very common linux commands that any linux person should know by heart. From gzipping files, to running backups this is my personal cheat sheet
Compressing Files and Folders
Unzip 7z Archive
7za x myfiles.7z
gzip File...
Read More »
Leave a Comment
/
Coding
/
Alan Bollinger
/
December 18, 2012
Frequently I am asked by clients for details on how to manage a lampp server. While I do not recommend that clients who are not familiar with systems mess with the core system there are a few simple tasks that anyone can do to back or resta...
Read More »