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 Miscellaneous How to view changelog of Debian or Ubuntu package Show the changelog of package with apt-get In Ubuntu, the command "dpkg" is a tool to install, build,… Posted by daniel April 10, 2021
Posted inHow tos Linux Linux – view dns cache contents Every visit to a site such as google.com starts with resolving the domain name or FQDN to an… Posted by daniel October 30, 2020
Posted inHow tos Linux Linux – flush dns with systemd TLTR; systemd-resolve --flush-caches systemd-resolve is a CLI tool for resolving domain names, IPv4 and IPv6 addresses, DNS records… Posted by daniel October 30, 2020
Posted inComputer Security How tos Linux Get HTTP headers Linux - view HTTP header response using curl, httpie, GET, nmap Most users are interested in the content… Posted by daniel August 2, 2020
Posted inHow tos Linux Linux – how to delete files with dash or double dash Deleting files with rm and getting rm: invalid option --Try 'rm --help' for more information. In Linux, trying… Posted by daniel May 25, 2020
Posted inHow tos Scripting Terraform – show logging Enable debugging terraform By default, a terraform plan or apply run only shows the resources to create, update… Posted by daniel March 20, 2020