TP-link TL-W823N and Archer T2U are popular wireless adapter options on the consumer market, but it seems their drivers are not included in the Ubuntu 22.04. This article will provide a cheat sheet to install their drivers on Ubuntu 22.04. For TP-link TL-W823N, For Archer T2U,
Category: Others
How to install Spyder 5.4 (and replace Spyder 4.2.1) on Ubuntu 22.04
The default apt package on Ubuntu 22.04 is Spdyer 4.2.1, which seems incompatible with the embedded Python 3.10. The simplest way to install Spyder 5.4 on Ubuntu 22.04 is to install Spyder using pip and then make a symbolic link. You may need to uninstall Spyder 4.2.1 first. Step 1: Install spyder using pip Step…
Troubleshooting guide if you failed to upgrade your raspberry pi 4 from buster to bullseye
If you are reading this article, this implies you are facing big trouble when upgrading Raspberry pi OS from buster to bullseye. Make sure you have a cloned backup of your Raspbian OS, as some commands in this guide are irreversible. Even if none of the following steps works, you can fall back to…
How to upgrade raspbian from buster to bullseye (2023 guide)
The Raspberry pi foundation released Raspbian Bullseye in Nov 2021, and Raspbian buster became obsolete. You should update your raspberry pi from buster to bullseye in order to get the latest security updates and software patches. The Raspberry pi foundation recommends having a clean install of Raspbian bullseye from a new drive instead…
How to install security update automatically on ubuntu 22.04 (with email notification)
Security updates are designed to keep our systems secure by patching up any vulnerabilities or weak spots that can be exploited by hackers or malware. By automatically installing these updates, we can ensure that our digital devices are always up-to-date with the latest security patches, providing us with top-level protection against cyber threats….
How to generate an app password for Gmail
For securities reason, the less secure app access option is deprecated and replaced by another service called “App passwords”. It means we can no longer use our Gmail account password to send emails via SMTP; instead, we have to use an application-specific password to send emails through SMTP. This article will show you how…
How to bind USB port with a static name on Linux (Rasbian/Debian/Ubuntu)
Assigning them a static name can be incredibly useful if you have multiple USB serial ports on a single device, as you don’t have to remember their ID anymore. This article will show you how to assign a static name to a specific serial port on Linux systems such as Raspbian (Debian) and…
Create a cloned copy/backup of your data using DiskGenius
A cloned copy of your hard drive protects your files and information. Creating a backup of your data is the best way to ensure that it will never be lost in a system crash, virus attack, or other types of disaster. By creating a cloned copy of your file system, you can rest assured…
How to disable Wayland permanately to ensure Teamviewer works properly on ubuntu 22.04
According to Teamviewer’s community blog, Teamviewer has added support to Wayland recently. Due to security reasons, whenever we want to remote our computer or share our screen with someone, we have to permit TeamViewer manually. In my opinion, it is pretty annoying. To disable Wayland and switch back to Xorg on Ubuntu 22.04,…
Install openvino (CPU only) on a fresh ubuntu 22.04
The python version is 3.10.6 by default on ubuntu 22.04. It may have some compatibility issues with OpenVINO. In this article, I will demonstrate how to install Openvino (CPU only) on a fresh ubuntu 22.04. The CPU model I used in this demonstration is the Intel i5-8250u. Step 1: Add this repository to your…