Controlling Linux Iptables( Firewall )
#!/bin/bash # find_log.bash # # Purpose: to find the log that we want from /var/log/messages # # USAGE: ./find_log # # Author: ***...
A little script that I wrote to encrypt and decrypt files using openssl - Enjoy
#!/bin/bash # # Created by: Hagi Lerman # # Date Jul 28 2017. # # Please visit www.hagi-lerman.com/blog. # # Warning! : Use this...