Learn Go by creating a tool — Part 2
In the previous part https://medium.com/@kpatronas/learn-go-by-creating-a-tool-part-1-4ce3f9258027 of the series we saw how we can create……
# Linux, Devops, Scripting, Cats and various things come to my mind
In the previous part https://medium.com/@kpatronas/learn-go-by-creating-a-tool-part-1-4ce3f9258027 of the series we saw how we can create……
In this article i will show you how to hide shell commands inside image files and how to run them, the purpose of this article is not to do……
Sometimes you want a scheduled task to run only when you’re online — for example, syncing backups, pulling data from an API, or uploading……
In this series of articles we will learn how to create a tool in Go, by following this tutorial will not learn you Go from zero, nor will……
When writing shell scripts that need to run across different operating systems, it’s important to consider platform-specific differences……
Assume that you have an ini configuration file and you need to export various sections as environment variables to be used from your……
Imagine that you have an Apache web server that acts as a proxy, for years everything worked well and smoothly.. but out of the blue you……
Analyzing file sizes in Linux can be challenging, especially when you want to group them by directory and filter them using a specific……
The varedit function is a versatile and user-friendly Bash function designed to simplify editing environment variables in memory using……
When working on Linux, there are scenarios where you need to find specific files, print their modification dates, and display their sizes……