Bash tricks for data analysis
In the realm of data analysis, the command-line shell Bash stands as an invaluable tool that empowers analysts and researchers to swiftly……
# Linux, Devops, Scripting, Cats and various things come to my mind
In the realm of data analysis, the command-line shell Bash stands as an invaluable tool that empowers analysts and researchers to swiftly……
The command line is a powerful tool that empowers users to interact with their computer’s operating system efficiently and effectively……
Assume we have the following file named file.txt…
We all know how to sort data using the sort command, but how we can achieve the opposite? to randomize data comming from stdin or a file……
Bash scripting is essential to any system administrator or DevOps engineer; bash scripting allows automating tasks that can be tedious……
An associative array stores multiple data with keys corresponding values, each value can be accessed with the key of the array.…
Do you want a quick, dirty, and unsafe way to execute commands to your Linux box over HTTP? You can use the following hack! I don't……
We all know and love cronjobs, cronjobs allows us to execute a command or a script in the future. It can be tedious boring and error prone……
Recently I needed a quick and dirty way to…
Possible issues having two instances of a cronjob at the same time…