-
Notepad++ isn’t natively available for Linux, but you can still install it on your Linux machine using these methods. Links:Download: Notepad++ – https://notepad-plus-plus.org/downloads/How to Install snap in Linux Commands:sudo dpkg –add-architecture i386sudo mkdir -pm755 /etc/apt/keyringssudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.keysudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/mantic/winehq-mantic.sourcessudo apt updatesudo apt install –install-recommends winehq-develsnapsudo snap install notepad-plus-plussudo snap remove notepad-plus-plus…
-
Want to secure your conversations from prying eyes? Here’s how you can send PGP-encrypted emails from your Linux PC with Evolution. Commands:sudo apt install flatpakflatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepoflatpak install flathub org.gnome.Evolutionflatpak install flathub org.gnome.seahorse.Application Chapters:0:00 Intro0:23 Turn On IMAP in Gmail1:16 Configure Evolution to Work With Your Email Service4:00 Send and Receive PGP-Encrypted Email…
-
Steam has great support for Linux, and here’s how to get it on the most popular Linux distros. Commands:sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpmsudo dnf install steamsudo nano /etc/pacman.conf[multilib]SigLevel = PackageRequiredInclude = /etc/pacman.d/mirrorlistsudo pacman -Syusudo pacman -S steam Chapters:0:00 Intro0:23 Installing Steam on Debian distros like Ubuntu, Mint, and Pop!_OS1:44 Installing Steam on Fedora and…
-
You can use a live Linux USB with virtual machines in VirtualBox. It saves you the annoyance of rebooting your host machine. Since this is a tutorial for advanced users, I am leaving out a few steps that you need beforehand: – VirtualBox installed on your Linux system – How to Install VirtualBox on Ubuntu…
-
This beginner’s tutorial explains various ways to install VirtualBox on Ubuntu and other Debian-based Linux distributions. Links:Download VirtualBox for Ubuntu – https://www.virtualbox.org/wiki/Linux_DownloadsHow to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware Commands:sudo apt install virtualboxsudo add-apt-repository “deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib”sudo apt update && sudo apt install virtualbox-7.0sudo apt remove virtualbox virtualbox-* Chapters:0:00…
-
Tired of flashing USB drives for every ISO? Get started with Ventoy and get the ability to easily boot from ISOs. Links:Official download page of Ventoy – https://www.ventoy.net/en/download.htmlLinux Mint – https://www.linuxmint.com/download.phpUbuntu 22.04.2 – https://cdimage.ubuntu.com/jammy/daily-live/20230316.2/Ventoy official page – https://www.ventoy.net/en/compatible.html Commands:cd Downloadstar -xzvf ventoy-*.tar.gzcd ventoy-1.0.93lssudo ./VentoyWeb.sh Chapters:0:00 Intro0:23 Install Ventoy on Linux2:55 Create a Live USB with…
-
Qt is a development framework used to create apps that feel at home on the KDE desktop. Here’s how to install Qt on Linux. Link:Qt download page – http://www.qt.io/download-qt-installer-oss Commands:sudo chmod +x qt-unified-linux-.run ./qt-unified-linux-runsudo apt install libxcb-cursor0 What you will learn: 1. How to Install Qt on Linux a. How to download offline and online…
-
Need to remotely access another computer or accept remote access to your Linux PC? Here’s how you can download and install TeamViewer, a remote control and access software, on your Linux machine. Commands:sudo apt install ./teamviewer_15.17.6_amd64.debyay -S teamviewersudo dnf install ./teamviewer_*_amd64.rpmsudo pacman -S –needed base-devel gitgit clone https://aur.archlinux.org/yay.gitcd yaymakepkg -siyay –version Chapters:0:00 Intro0:23 Install TeamViewer…
-
Want to go back to Windows 10? If you’ve upgraded your PC to Windows 11 and want to go back to Windows 10, there are several ways to do it. Here’s what you need to know about switching from Windows 11 to stable old Windows 10. Link:Microsoft’s Download Windows 10 page – https://click.linksynergy.com/deeplink?id=2QzUaswX1as&mid=24542&u1=UUhtgUeUpU208895&murl=https%3A%2F%2Fwww.microsoft.com%2Fen-us%2Fsoftware-download%2Fwindows10 Chapters:0:00 Intro0:23…