We are creating UUIDs with 3 different languages, which is faster?
Creating UUID is an effortless task with modern languages, all of them have libraries to develop them straightforwardly, but do they differ……
# Linux, Devops, Scripting, Cats and various things come to my mind
Creating UUID is an effortless task with modern languages, all of them have libraries to develop them straightforwardly, but do they differ……
Assume the following scenario! you are a spy and you want to hide your files! Since you are an expert spy you know that just making your……
One very common task of Sysadmins / Devops is to transfer files from one server to another, the most common way is to use scp, a tool that……
One of the most common operations as a sysadmin / devops engineer is to find files in a directory and compress them. Let's see some handy……
Assume the following scenario, you have created a script that does log analysis and writes results in files, but the script in case of……
vim is almost everywhere available text editor, lack of mouse and GUI can scare new users, but don't worry you don't need to learn……
pssh is a tool that allows to run commands in parallel, I love this tool since it is an alternative to Ansible for ad-hoc commands where……
xargs is an awesome command, that can be used to pass input from stdin as parameters to other commands, also xargs can do other tricks like……
I had the following requirement! i needed to compress all files in a directory and then transfer them over scp to a host, plus that i……
Recently i had the following issue, i needed to find if filenames in a directory exist in other directories, in this case find command was……