Silicon's blog

Menu
  • Home
  • Kadena
  • Solana
  • Ethereum
  • Bot Automation
  • Proxmox
  • Nginx Proxy Manager
  • Others
  • Contact
Menu

Category: Others

Cheatsheet for installing TP-link TL-W823N and Archer T2U driver on Ubuntu 22.04

Posted on May 14, 2023May 17, 2023 by Silicon

  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,

Continue reading

How to install Spyder 5.4 (and replace Spyder 4.2.1) on Ubuntu 22.04

Posted on April 20, 2023May 17, 2023 by Silicon

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…

Continue reading

Troubleshooting guide if you failed to upgrade your raspberry pi 4 from buster to bullseye

Posted on January 14, 2023May 17, 2023 by Silicon

  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…

Continue reading

How to upgrade raspbian from buster to bullseye (2023 guide)

Posted on January 14, 2023May 17, 2023 by Silicon

    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…

Continue reading

How to install security update automatically on ubuntu 22.04 (with email notification)

Posted on January 12, 2023May 17, 2023 by Silicon

    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….

Continue reading

How to generate an app password for Gmail

Posted on January 11, 2023May 17, 2023 by Silicon

  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…

Continue reading

How to bind USB port with a static name on Linux (Rasbian/Debian/Ubuntu)

Posted on January 11, 2023May 17, 2023 by Silicon

    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…

Continue reading

Create a cloned copy/backup of your data using DiskGenius

Posted on January 11, 2023May 17, 2023 by Silicon

  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…

Continue reading

How to disable Wayland permanately to ensure Teamviewer works properly on ubuntu 22.04

Posted on January 11, 2023May 17, 2023 by Silicon

    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,…

Continue reading

Install openvino (CPU only) on a fresh ubuntu 22.04

Posted on January 10, 2023May 17, 2023 by Silicon

  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…

Continue reading
  • Previous
  • 1
  • 2
  • 3
  • Next
©2025 Silicon's blog
Click to Copy