How to record your terminal session and export it as animated GIF
In this article i will show you how you can record your terminal output and export it as an animated GIF, why to do that? there are……
# Linux, Devops, Scripting, Cats and various things come to my mind
In this article i will show you how you can record your terminal output and export it as an animated GIF, why to do that? there are……
grep is an awesome tool that allows you to search for strings, nunbers and patterns of them, its usage can be quite complicated since it……
Assume the following scenario, you have a csv file with the following content and you need to do append / prepend text in specific columns……
UPX (Ultimate Packer for eXecutables) is a popular open-source executable packer that compresses and reduces the size of executable files……
Assume the following scenario! a hacker placed jpg files with company secrets in a server in order to retrieve them latter, jpg files have……
One very common task (especially when you go out of disk space) is to find duplicate and compress them delete them etc.. in this article i……
In this article i will show you how you can create self deleting files!, files that will be deleted them self after a defined number of……
In this article i will show you a handy one-liner that can do the following, read from stdin a text file with email addresses, verify that……
Assume the following scenario, you have create a script that processes files.. your script is half way processing 1.000.000 files.. but you……
Crontabs are super useful, you can schedule tasks to run recurrently at specific times or intervals, but there are common pitfalls that can……