by KAOS Data | January, 2026 | bash, cheat sheet, how to, linux, shell, solaris, unix
wget is a command-line utility that allows you to download files from the internet. It supports HTTP, HTTPS, and FTP protocols and is widely used for downloading files, mirroring websites, or even for batch downloading from servers. The name “wget” stands...
by KAOS Data | January, 2026 | bash, cheat sheet, how to, linux, shell, solaris, ssh, unix
Secure Shell (ssh) Cheat Sheet and Guide General Description of SSH Secure Shell (SSH) is a cryptographic network protocol and network tool designed to provide secure communication over potentially insecure networks. Its primary purpose is to allow users and systems...
by KAOS Data | January, 2026 | bash, cheat sheet, how to, rsync, shell, solaris, unix
rsync Cheat Sheet and How To Guide Overview: What is rsync? rsync (remote sync) is a powerful file synchronization tool used to copy and synchronize files and directories locally or remotely. It is commonly used for backup, mirroring data, or transferring files...
by KAOS Data | January, 2026 | bash, cheat sheet, how to, shell, solaris, unix
Introduction Is typing the worst part of your administration tasks? Cannot type fast, effectively, properly? Then learning the bash command history recall and editing is the way to go. I come from the old sh, ksh, etc (yes, old, right?) where we did not have any fancy...