If you are a sysadmin, this probably happened to you several times: You have multiple servers (often tens of IPs) where you need to execute specific command. For instance, you would like to add one user’s pubkey...
Category - Linux
Linux Commands Cheat Sheet – 48 Commands You Should Know
Does it always happen to you that you forget what the exact command you used last time was? Of course you can’t find it in history, because it was a long time ago. There are many Linux commands cheat sheet on the...
Show MySQL import progress using Pipe Viewer
This is a short tutorial on how to show MySQL import progress using an app called Pipe Viewer. It’s very easy to install and use, but there is a few points which require explanation, so I will describe them here...
Import/export tables or databases to .sql in MySQL (examples)
This tutorial will cover basic import and export terminal procedures in MySQL. Each of the procedure is explained through an example. All of the export commands are also available remotely, all you have to do is to...