|
You are here |
jasonwryan.com | ||
| | | | |
possiblelossofprecision.net
|
|
| | | | | [AI summary] The article explains how to tunnel browser traffic through an SSH jumpbox to securely browse the internet on insecure networks by configuring SOCKS proxies in Firefox and Chrome. | |
| | | | |
128bit.io
|
|
| | | | | SSH is one of my favorite tools on a Linux/Unix system. There is so much you can do from copying files, to tunneling data security. SSH is a great way to get access to your system at home, but also access to your network. Lets go over some things about SSH tunneling and why it's good to use! Basic Idea: The idea of tunneling is to give you a secure way to pass data from one point to another. | |
| | | | |
blog.thestateofme.com
|
|
| | | | | IT mixology and other thoughts about tech, life the universe and everything | |
| | | | |
wittchen.io
|
|
| | | In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo... | ||