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…
sslscan: Audit the SSL\TLS configuration of your web server sslscan is a command line tool that gathers information about the SSL/TLS configuration of your web services which allows you to identify…
How to hide a file inside another file 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…
Python: How to swap variables without using a temporary variable I guess everybody who has studied programming had an example of how to swap variables, all those examples because they were intended for…
Linux: How to find files with specific extensions and scp them to another host 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…
Linux: how to find files in a directory and compress them 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…
Linux: Make your scripts safe, don't run a script if an instance of the script is already run Assume the following scenario, you have created a script that does log analysis and writes results in files, but the script in case of…
All Pythons are beautiful but not every one of them is as fast Everybody will assume that a newer software version will be always faster or at least fast as the previous, but is this always the case? In…
How to exit vim and other important key bindings! 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…
Let's build a Customized Visual Studio Code Web Server with Docker I own a Mac computer with an M2 processor is a very good computer but has one major problem for me.. IBM has not yet ported ibm_db2 Python…