Clearing .bash_history
November 2, 2020
Clearing history is easy, right? You just run history -c right? Well, sure but then when you log out your history will show you exiting. When creating virtual machine templates I like to leave the history blank because it’s clean and I don’t get in the way of anyone or leave accidental secrets in there. […]
Use iptables NAT to access external resources internally
April 25, 2014
You’ve set up some nice port forwarding on your iptables router and it works great from the outside world. The Scene Router Public IP 100.127.150.110 eth0 Router Private IP 192.168.15.1 eth1 Web Server IP 192.168.15.10 Supposing the web server is listening on port 80 and we want people to be able to access it via […]