Published October 10, 2014 Remove a folder in Linux This is the command to remove a folder/directory including its contents, use with caution as you wont get an “are you sure” […]
Published October 19, 2021 SCP command local to remote location scp -r /local/directory remote_username@ipaddress:/remote/directory
Published September 25, 2012 Delete a nat rule in iptables First of all I list all the rules including line numbers like this; iptables -L -t nat –line-numbers I then look at […]