bash News and Articles
OpenSSL with Bash
Using the OpenSSL toolkit with Bash
Cryptography is an important part of IT security, and OpenSSL is a well-known cryptography toolkit for Linux. Experts depend on OpenSSL because it is free, it has huge capabilities, and it’s easy to use in Bash scripts.
Automating tasks with SSH, Zenity, Yad, KDialog, PuTTY, WinSCP, and Rex Secure Agent
SYSADMIN: Self-Service
Bash Tips: Debugging and Configuration
Even tried and trusted configurations that have proved their value through the years can be tripped up by special cases – for example, all of your users logging in with the same IP address. Experienced administrators and Bash aficionados will then enable debugging and launch a systematic search for configuration errors.
Bash Tips: Passing Passwords
Bash offers any number of simplifications, especially when it comes to pesky individual steps in installation routines for larger software packages. Some caution is advisable, though, if you need to handle database and application passwords, which can easily be compromised.
Bash Tips: Autocompletion
Steer around errors and save yourself some typing by adding autocompletion to your Bash scripts.