I'm a new Ubuntu user and I live in Iran. I have problems opening many sites, even Google services.
I cannot buy a VPN account..
What can I do to access sites when access is restricted in Ubuntu?
I'm a new Ubuntu user and I live in Iran. I have problems opening many sites, even Google services.
I cannot buy a VPN account..
What can I do to access sites when access is restricted in Ubuntu?
The safest bet is to use the Tor network to access sites that your ISP has blocked. In Ubuntu, you can download Tor through the Software Center or with the terminal command:
sudo apt-get install tor
Then, use the torify
command to run programs and have network requests automatically sent through the Tor proxy network. For example:
torsocks firefox
Or, to do software upgrades...
sudo -i
torsocks apt-get update
torsocks apt-get dist-upgrade
For a more "user-friendly" experience with Tor, download their browser bundle. It comes in a compressed file which you can right-click in the file manager and extract. Navigate to the extracted directory and run start-tor-browser.sh
with a double-click.
You can run Flash in the Tor browser: Enable it under Tools > Addons > Plugins.
I saw this message in Terminal :
11:20:50 libtorsocks(4644): WARNING: The symbol res_querydomain() was not found in any shared library with the reported error: Not Found! Also, we failed to find the symbol __res_querydomain() with the reported error: Not Found
– user254862 Mar 05 '14 at 07:53torsocks
refuses to start in Ubuntu 17.10.
– X09
Mar 25 '18 at 15:40
There are some free VPN providers too, like vpnbook. These free services are usually donation based, so if you can, don't forget to donate so they can keep the service free.
I could not install tor browser completely ..
I could not open vpnbook ...
– user254862 Mar 07 '14 at 21:51Just open the add-ons list on firefox and search vpn. you can find plenty of free vpn extensions like Hoxx VPN and Hotsposhield
Try the following:
docker run --name chrome --privileged -p 3000:3000 -d tekfik/chrome
After that, a balloon/button/breadcrumb will be added on the page near the "OPEN PORT" button
Click that button and you will be navigated to a new tab that will have a chrome browser opened in it.
NOTE: The session will be limited to 4 hrs, use this for educational purposes only.