Log analysis on the command line using standard Linux tools
Part 1: Getting familiar with apache logs and how to do a simple analysis.…
# Linux, Devops, Scripting, Cats and various things come to my mind
Part 1: Getting familiar with apache logs and how to do a simple analysis.…
Its very annoying when you try upload archive files into a server, many times there is an upload limit and then you need to split your……
As you probably know on many setups the hosts are not directly accessible but there is an SSH gateway on the between (also known as……
To zip a directory recursively…
Imagine the sad scenario: you have started an scp operation of a 10GB file over a slow non-stable line.. time passes by.. slowly and……
In this scenario we need to get some files from server B through using server A as a proxy jump, and additionally we need to pass the……
One of the most common tasks when it comes to file manipulation is renaming files, to rename one or two files manually is easy, but how we……
udemy is great! you can find any type of courses you like! but one thing that is missing at least from the web version of udemy is to……
Imagine the following scenario: create ssh keys and copy the public key to 100 hosts!, ok this is a borring task but it can automated with……
Note: this tutorial requires a configured SMTP server, in case you dont have consider read my article on how to configure postfix to use……