The primary application we require to perform our internet activity is a browser, a web browser to be more perfect in terms of privacy and security of online activities.
Over the Internet, most of our’s activity is logged to the Server/Client machine which includes IP address, Geographical Location, search/activity trends, and a whole lot of information that can potentially be very harmful if used intentionally the other way.
Moreover, the National Security Agency (NSA) aka International Spying Agency keeps track of our digital footprints. Not to mention a restricted proxy server which again can be used as a data ripping server is not the answer.
Today, most corporates and companies won’t allow you to access a proxy server, in case a VPN service is a reliable choice for browsing the internet securely and anonymously.
[ You might also like: 14 Best Linux Distributions for Privacy and Security ]
So, what we need here is an application, preferably small in size, and let it stand-alone, portable, and serves the purpose. Here comes an application – the Tor Browser, which has all the above-discussed features and even beyond that.
In this article, we will be discussing the Tor browser, its features, its usages and area of application, installation, and other important aspects of the Tor browser.
What is Tor Browser?
Tor is a freely distributed application software, released under BSD style licensing which allows one to surf the internet anonymously, through its safe and reliable onion-like structure.
Tor previously was called ‘The Onion Router‘ because of its structure and functioning mechanism, which is purely written in C programming Language.
Features of Tor Browser
- Cross-Platform availability. i.e., Tor is available for Linux, Windows as well as Mac.
- Complex data encryption before it is sent over the Internet.
- Automatic data decryption at the client side.
- It is a combination of the Firefox Browser the Tor Project.
- It provides anonymity to servers and websites.
- It makes it possible to visit locked websites.
- Performs task without revealing the IP of Source.
- Capable of routing data to/from hidden services and applications behind the firewall.
- Portable – Run a pre-configured web browser directly from the USB storage device. No need to install it locally.
- Available for architectures x86 and x86_64.
- Easy to set FTP with Tor using configuration as “socks4a” proxy on “l(fā)ocalhost” port “9050”
- Tor is capable of handling thousands of relays and millions of users.
How Does Tor Browser Work?
Tor works on the concept of Onion routing. Onion routing resembles an onion in structure. In onion routing, the layers are nested one over the other similar to the layers of an onion.
This nested layer is responsible for encrypting data several times and sending it through virtual circuits. On the client side, each layer decrypts the data before passing it to the next level. The last layer decrypts the innermost layer of encrypted data before passing the original data to the destination.
In this process of decryption, all the layers function so intelligently that there is no need to reveal the IP and Geographical location of the user thus limiting any chance of anybody watching your internet connection or the sites you are visiting.
All these working seems a bit complex, but the end-user execution and working of the Tor browser is nothing to worry about. In fact, Tor browser resembles any other browser (Especially Mozilla Firefox) in functioning.
How to Install Tor Browser in Linux
As discussed above, the Tor browser is available for Linux, Windows, and Mac. The user needs to download the latest version (i.e. Tor Browser 12.0.6) application from the link below as per their system and architecture.
- Download Tor Browser
Alternatively, you can use the following wget command to download the tor browser directly in the command line.
<code>wget https://www.torproject.org/dist/torbrowser/14.0/tor-browser-linux-x86_64-14.0.tar.xz</code>
After downloading the Tor browser, extract the archive using the tar command and set the execute permission to allow the program to run.
<code>$ tar -xvf tor-browser-linux*</code>
Note: In the above command we used ‘$
‘ which means that the package is extracted as a user and not the root. It is strictly suggested to extract and run the tor browser as a regular user. After successful extraction, we can move the extracted browser anywhere in the system or to any USB Mass Storage device and run the application from the extracted folder as a regular user as shown.
<code>$ cd tor-browser/ $ ./start-tor-browser.desktop</code>
Trying to connect to the Tor Network. Click “Connect” and Tor will do the rest of the settings for you.
The welcome Window/Tab.
Create Tor Desktop Shortcut in Linux
Remember that you need to point to the Tor startup script using text session, every time you want to run Tor. Moreover, a terminal will be busy all the time until you are running tor. How to overcome this and create a desktop/dock-bar icon?
We need to create tor.desktop
the file inside the directory where extracted files reside.
<code>$ touch tor.desktop</code>
Now edit the file using your favorite editor with the text below. Save and exit. I used nano.
<code>$ nano tor.desktop </code>
<code>#!/usr/bin/env xdg-open [Desktop Entry] Encoding=UTF-8 Name=Tor Comment=Anonymous Browse Type=Application Terminal=false Exec=<strong>/home/tecmint/Downloads/tor-browser/</strong>start-tor-browser.desktop Icon=<strong>/home/tecmint/tor-browser/</strong>Browser/browser/chrome/icons/default/default128.png StartupNotify=true Categories=Network;WebBrowser;</code>
Note: Make sure to replace the path with the location of your tor browser in the above. Once done! double click the file tor.desktop
to fire the Tor browser.
Once you trust you might note that the icon of tor.desktop
changed.
You may now copy the tor.desktop
icon to create a shortcut on the Desktop and launch it.
If you are using an older version of Tor, you may update it from the About window.
Conclusion
Tor browser is a must-have tool in the present time where the organization you are working for doesn’t allow you to access certain websites if you don’t want others to look into your private business or you don’t want to provide your digital footprints to NSA.
Note: Tor browser doesn’t provide any safety from Viruses, Trojans, or other threats of this kind. Moreover, by writing an article about this we never mean to indulge in illegal activity by hiding our identity over the Internet. This post is totally for educational purposes and for any illegal use of it, neither the author nor Tecmint will be responsible. It is the sole responsibility of the user.
Tor browser is a wonderful application and you must give it a try. That’s all for now. I’ll be here again with another interesting article you people will love to read.
Till then stay tuned and connected to Tecmint. Don’t forget to provide us with your valuable feedback in our comment section below.
The above is the detailed content of Tor Browser: Secure Anonymous Web Browsing in Linux. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undress AI Tool
Undress images for free

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Are you looking for good software to write mathematical equations? If so, this article provides the top 5 equation editors that you can easily install on your favorite Linux distribution.In addition to being compatible with different types of mathema

Linux administrators should be familiar with the command-line environment. Since GUI (Graphical User Interface) mode in Linux servers is not commonly installed.SSH may be the most popular protocol to enable Linux administrators to manage the servers

Gogo is a remarkable tool to bookmark directories inside your Linux shell. It helps you create shortcuts for long and complex paths in Linux. This way, you no longer need to type or memorize lengthy paths on Linux.For example, if there's a directory

PPA is an important tool for Ubuntu users to expand their software sources. 1. When searching for PPA, you should visit Launchpad.net, confirm the official PPA in the project official website or document, and read the description and user comments to ensure its security and maintenance status; 2. Add PPA to use the terminal command sudoadd-apt-repositoryppa:/, and then run sudoaptupdate to update the package list; 3. Manage PPAs to view the added list through the grep command, use the --remove parameter to remove or manually delete the .list file to avoid problems caused by incompatibility or stopping updates; 4. Use PPA to weigh the necessity and prioritize the situations that the official does not provide or require a new version of the software.

LXD is described as the next-generation container and virtual machine manager that offers an immersive for Linux systems running inside containers or as virtual machines. It provides images for an inordinate number of Linux distributions with support

How to quickly generate test files of a specified size? It can be achieved using command line tools or graphical software. On Windows, you can use fsutilfilecreatenew file name size to generate a file with a specified byte; macOS/Linux can use ddif=/dev/zeroof=filebs=1Mcount=100 to generate real data files, or use truncate-s100M files to quickly create sparse files. If you are not familiar with the command line, you can choose FSUtilGUI, DummyFileGenerator and other tool software. Notes include: pay attention to file system limitations (such as FAT32 file size upper limit), avoid overwriting existing files, and some programs may

The key to installing dual systems in Linux and Windows is partitioning and boot settings. 1. Preparation includes backing up data and compressing existing partitions to make space; 2. Use Ventoy or Rufus to make Linux boot USB disk, recommend Ubuntu; 3. Select "Coexist with other systems" or manually partition during installation (/at least 20GB, /home remaining space, swap optional); 4. Check the installation of third-party drivers to avoid hardware problems; 5. If you do not enter the Grub boot menu after installation, you can use boot-repair to repair the boot or adjust the BIOS startup sequence. As long as the steps are clear and the operation is done properly, the whole process is not complicated.

Node Version Manager (NVM) is a simple bash script that helps manage multiple Node.js versions on your Linux system. It enables you to install various Node.js versions, view available versions for installation, and check already installed versions.NV
