Linux: How to compress data in a remote server and save them locally in one command!
One of the most common tasks of a system administrator is to compress some files in a remote server and then move them to another server……
# Linux, Devops, Scripting, Cats and various things come to my mind
One of the most common tasks of a system administrator is to compress some files in a remote server and then move them to another server……
When storing data for archiving or transferring big files over the network the use of compression is often considered. Then we need to……
I needed a script that would do the following…
Searching the web for examples on how to mount drives on Linux returns a ton of results, most of those examples mounts the disk using the……
If you often need to copy or sync data from a server to another you will probably miss some of the following features…
Recently i had to deal with a swap usage issue, and i need a fast way to find out top swap consumer processes, a simple one-liner is this…
j2cli is a simple but awesome tool that provides an easy way to template shell scripts, it uses jinja2 as a templating engine…
This tend to happen after windows update, the problem is that you cannot delete it from language preferences because is not listed there in……
Regular expressions is a sequence of characters that specify a search pattern, regexes are super useful and can help you in administration……
lftp is a very nice tool that can simplify file transfer operations that would be complicate to do with shell scripting…