michael@slashetc:~$

  • Safely Creating Temporary Files and Directories for Shell Scripting

    How to safely create temporary files and directories to be used in Linux shell scripting. Learn some of the security concerns related to temporary files and how to implement best practices. Article Source.

  • Get Your IP Geographic Location with curl and jq

    $ curl -s https://ipvigilante.com/$(curl -s https://ipinfo.io/ip) | jq '.data.latitude, .data.longitude, .data.city_name, .data.country_name' View this command to comment, vote or add to favourites View all commands by emphazer Diff your entire server config at ScriptRock.com Article Source.

  • Raspberry Pi Becomes The Encrypted Password Keeper You Need

    Unless you’re one of the cool people who uses the same password everywhere, you might be in need of a hardware device that keeps your usernames and passwords handy. The Passkeeper is a hardware password storage system built on a Raspberry Pi. It encrypts your passwords, and only through the...