Posted inContainers Linux Miscellaneous “The 2026 Enterprise Linux Roadmap: 5 Fundamental Skills for Large-Scale Ops” In 2026, the "real-world" Linux administrator at a large enterprise is no longer just a "fixer" — they… Posted by daniel January 19, 2026 Posted inLinux Top 10 Reasons to Learn Linux Commands Efficiency: Command-line interfaces (CLI) can be more efficient for many tasks, allowing you to perform complex operations… Posted by daniel December 8, 2024 Posted inHow tos Linux Top 10 Advanced Linux Commands for Cloud Engineers As a cloud engineer, mastering advanced Linux commands is crucial for efficient cloud management. Here's a list of… Posted by daniel March 2, 2024 Posted inHow tos Linux Scripting Debug connection performance with curl How to use curl to get network connectivity performance stats Posted by daniel February 11, 2023 Posted inHow tos Linux Miscellaneous Netstat alternative – dump socket statistics with ss The net-tools set of packages had been deprecated years back, although the commands are still being in use.… Posted by daniel August 18, 2022 Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inLinux Top 10 Reasons to Learn Linux Commands Efficiency: Command-line interfaces (CLI) can be more efficient for many tasks, allowing you to perform complex operations… Posted by daniel December 8, 2024 Posted inHow tos Linux Top 10 Advanced Linux Commands for Cloud Engineers As a cloud engineer, mastering advanced Linux commands is crucial for efficient cloud management. Here's a list of… Posted by daniel March 2, 2024 Posted inHow tos Linux Scripting Debug connection performance with curl How to use curl to get network connectivity performance stats Posted by daniel February 11, 2023 Posted inHow tos Linux Miscellaneous Netstat alternative – dump socket statistics with ss The net-tools set of packages had been deprecated years back, although the commands are still being in use.… Posted by daniel August 18, 2022 Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inHow tos Linux Top 10 Advanced Linux Commands for Cloud Engineers As a cloud engineer, mastering advanced Linux commands is crucial for efficient cloud management. Here's a list of… Posted by daniel March 2, 2024 Posted inHow tos Linux Scripting Debug connection performance with curl How to use curl to get network connectivity performance stats Posted by daniel February 11, 2023 Posted inHow tos Linux Miscellaneous Netstat alternative – dump socket statistics with ss The net-tools set of packages had been deprecated years back, although the commands are still being in use.… Posted by daniel August 18, 2022 Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inHow tos Linux Scripting Debug connection performance with curl How to use curl to get network connectivity performance stats Posted by daniel February 11, 2023 Posted inHow tos Linux Miscellaneous Netstat alternative – dump socket statistics with ss The net-tools set of packages had been deprecated years back, although the commands are still being in use.… Posted by daniel August 18, 2022 Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inHow tos Linux Miscellaneous Netstat alternative – dump socket statistics with ss The net-tools set of packages had been deprecated years back, although the commands are still being in use.… Posted by daniel August 18, 2022 Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inHow tos Linux Scripting Linux / Bash – generate a sequence of numbers How to generate a sequence of numbers in Bash scripting Use Bash 4's brace expansion Use "seq" command Posted by daniel April 10, 2021
Posted inLinux Miscellaneous Scripting Python: why it is always a good idea to use ‘with’ key when dealing with file objects In Python, you can read from and write to files without import any modules. Python has built-in function… Posted by daniel November 16, 2014
Posted inInternet policy Support Net Neutrality Support Net Neutrality - http://www.savetheinternet.com/sti-home Send your comments to the FCC - http://www.fcc.gov/comments Posted by daniel November 16, 2014
Posted inHow tos Linux Scripting Shell script: US federal holidays This script is written based on the list of U.S. federal holidays I found in Wikipedia - Wikipedia… Posted by daniel August 30, 2014
Posted inMiscellaneous Linux : Why isn’t Linux updating file access time (atime) One of the things which confuses many Linux users is why the access time attribute of a file… Posted by daniel August 3, 2014
Posted inHow tos Linux Miscellaneous strace – tracing syscall by example The strace command allows us to trace the system calls made by a program. In this blog, I… Posted by daniel July 6, 2014
Posted inLinux Scripting The Zen of Python In [1]: import this The Zen of Python, by Tim Peters Posted by daniel December 23, 2013
Posted inMiscellaneous Yahoo Mail fail After not being able to access your yahoo email account for 3 days, and losing 2 weeks worth… Posted by daniel December 21, 2013
Posted inComputer Security Linux Scripting Linux security tip of the day Users accounts usually get created and removed on most Development or Production servers. It is not uncommon to… Posted by daniel December 12, 2013
Posted inComputer Security How tos Linux Could not chdir to home directory: Permission denied Problem: every time a user logs in, they get "Could not chdir to home directory....Permission denied" error, although… Posted by daniel December 11, 2013
Posted inHow tos Linux Scripting How do you compare two folders and copy the difference to a third folder? This is my first attempt in response to a question posed in one of StackExchange sites for Unix/Linux… Posted by daniel December 8, 2013