Kali Linux

Tethering Your Smartphone To A Linux Desktop – What You Should Know?

Using your phone’s internet on your Linux PC is fairly straightforward, and similar to that of Windows or Mac, with a few subtle differences to know about. 

If you want to take your Linux computer online, but don’t have any wireless or ethernet network nearby, the best solution is tethering your smartphone. Having emerged during the primitive age of 2G, tethering is all set to go mainstream with 4G and 5G in the fray

In this article, we lay out the end-to-end of tethering your smartphone to a Linux desktop, along with certain other aspects of this concept that you should know about, for a seamless experience.

How To Tether Your Smartphone To A Linux Desktop?

It is possible to tether your smartphone to a Linux desktop with a USB, with a simple three step process,

  • Connect your smartphone with the Linux PC with a USB cable
  • Your device will send a prompt asking whether you confirm the connection, click ‘Confirm’
  • Linux will then notify with a USB message, tap it, and under ‘Use USB For,’ select ‘Tethering.’

While this is fairly simple and straightforward, most people prefer using a hotspot, especially off-late, given its convenience, and ease of use.

In order to set up a hotspot, the overall process is quite similar and just as simple, with only a few additional steps at most.

  1. Whether on an iOS or Android device, head to the settings, select ‘Network & Sharing Settings’ or whatever it is called on your device.
  2. You should then see an option pertaining to your ‘Personal Hotspot,’ click on it, and enable the hotspot, along with ‘Allow Others To Join.’
  3. The same page should display the name of the hotspot in question, along with its password, which can then be used to access the network from your PC.
  4. Following this, the hotspot should be detectable on your Linux PC, and on clicking, it should ask for the password, before connecting successfully.

What You Should Know About Smartphone Tethering To A Linux Desktop?

While the process of setting up tethering between a smartphone and a Linux desktop seems fairly straightforward, there are a few things that users should know about this, and keep in mind.

  1. It Is Safer Than Public WiFi

It might seem more convenient and even cheaper to simply connect to the nearest public WiFi, however, this comes with substantial security risks, especially off-late.

When working with your own personal, password-protected hotspot, the risks of data leakages, or hacking are substantially lower.

  1. Not As Fast As Regular Internet

While a personal hotspot might perform better than overcrowded public WiFi systems, they are unlikely to outperform a regular internet connection.

This could start to change with the advent of 5G in recent months, but even here, the performance will not be on par with a direct 5G connection.

  1. Can Burn Through Data Allowance

When connecting to the internet on desktop while using smartphone data, it is possible to burn through your allowance very quickly.

This is mostly because loading web pages on full desktop screens will consume a lot more data than a much smaller smartphone screen.

When using tethering, make sure not to surf using your smartphone, or other devices simultaneously, to avoid losing your entire week’s allowance within a day or two.

  1. Separate Data Caps For Tethering

Even if you have a generous amount of data available each month as part of your mobile plan, make sure to check your carrier’s terms and policies pertaining to tethering.

This isn’t that common as of now, but there is still a possibility that your carrier has a separate cap on tethering, and it’s best to confirm before proceeding with it. You can check for particulars using iSelect Internet plans, while also comparing suitable alternatives.

Final Words

Tethering technology has come a long way since it was first introduced nearly three decades ago, and with the rise of 4G and 5G, it is only now rising to the forefront as a possible, and reliable alternative to a direct internet connection or public WiFi.

Kaladmin

Recent Posts

Install phpMyAdmin on Ubuntu 18.04 with Apache: Setup Guide

phpMyAdmin is a free, open-source PHP application that provides a browser-based interface for managing MySQL and…

16 hours ago

Install Zabbix on Ubuntu 18.04: Server Setup with MySQL Backend

Zabbix is a mature open-source infrastructure monitoring platform that collects metrics from network devices, servers, virtual…

16 hours ago

Install Gradle on Ubuntu 18.04: Set Up OpenJDK and Environment

Gradle is a powerful open-source build automation tool used primarily for Java, Kotlin, Groovy, and Android…

16 hours ago

Install TeamViewer on Ubuntu 18.04: Download the .deb and Set Up

TeamViewer is a proprietary cross-platform remote access application for remote control, desktop sharing, file transfer, and online meetings. It is one of the most widely used remote support tools in the world, available for Windows, macOS, Linux, iOS, and Android. TeamViewer is not included in the Ubuntu repositories because it is proprietary software. This guide covers how to install TeamViewer on Ubuntu 18.04 using the official .deb package. The same steps apply to Ubuntu 16.04, Debian, Linux Mint, and Elementary OS. <strong>Prerequisite:</strong>&nbsp;You&nbsp;need&nbsp;sudo&nbsp;access. Install TeamViewer on Ubuntu: Download the .deb Package Download the official TeamViewer .deb package. The _amd64.deb suffix indicates this package is for 64-bit x86-64 systems. For ARM-based machines, download the appropriate package from the TeamViewer Linux downloads page: bashwget https://download.teamviewer.com/download/linux/teamviewer_amd64.deb Install the package using apt. The ./ prefix tells apt this is a local file path, not a package name from the repositories:…

17 hours ago

Install Nagios Core on Ubuntu 18.04: Build from Source Guide

Nagios is one of the most widely used open-source infrastructure monitoring systems in the world. It…

17 hours ago

Install Laravel on Ubuntu 18.04 with Composer: Setup Guide

Laravel is an open-source PHP web application framework built around an expressive, developer-friendly syntax. It is…

1 day ago