-
Customizing your file and folder appearance on Linux is possible. Here’s how you can change a directory icon on your Linux computer. Link:Icon Archive – https://www.iconarchive.com/tag/linux-folder Chapters:0:00 Intro0:23 Step 1: Download an Icon0:57 Step 2: Change the Folder Icon on Linux1:43 Reverting to the Default Folder Icon2:07 End screen What you will learn: 1. How…
-
Installing Slack on Linux is super easy and only requires a few simple steps, irrespective of the distro you’re using. Links:Slack (DEB) – https://slack.com/downloads/linuxSlack (RPM) – https://slack.com/intl/en-in/downloads/linux Commands:sudo apt install ./slack-.deb sudo dnf localinstall ./slack-.rpmsudo dnf remove slackyay -S slack-desktopsudo pacman -S –needed base-devel gitgit clone https://aur.archlinux.org/yay.gitcd yaymakepkg -siyay –versionsudo snap install slacksudo snap remove…
-
If the normal Arch installation is too complicated for you, try installing the OS using the guided installer on VirtualBox. Links:Arch Linux ISO – https://archlinux.org/download/How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware – https://youtu.be/T4rdrVsCJDs Chapters:0:00 Intro0:23 Step 1: Download Arch Linux1:18 Step 2: Creating a Virtual Machine2:00 Step 3: Configuring Your Virtual…
-
An alternative way to try Fedora, is to get advantage of virtualization technology through an installation in VirtualBox. This way, you use Fedora like an application on your current operating system. Link:Download Fedora iso – https://fedoraproject.org/en/workstation/How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware – https://youtu.be/T4rdrVsCJDs Chapters:0:00 Intro0:23 Download Fedora ISO1:44 Create an…
-
Mozilla Firefox’s “pr_end_of_file_error” error occurs when your browser has an SSL security issue. You can follow a few easy methods to get around this problem in your favorite web browser. Here’s how. Chapters:0:00 Intro0:23 Turn Off Your Computer’s Proxy1:04 Deactivate Proxy in Firefox1:39 Disable DNS over HTTPS to Fix pr_end_of_file_error2:13 Refresh Firefox Settings2:46 Create and…
-
Tired of distractions on your Windows 11 PC? Here’s how you can stop them by using Quiet Hours. Chapters:0:00 Intro0:23 How to Enable Quiet Hours Using Group Policy Editor in Windows 111:21 How to Enable Quiet Hours Using Registry Editor in Windows 112:43 End screen What you will learn: 1. How to stay productive and…
-
This video will help you give more font choices. Using two easy methods. Let’s begin without further ado. Chapters:0:00 Intro0:23 METHOD 1: ADD FONTS TO GOOGLE DOCS USING THE MENU BAR1:09 METHOD 2: INSERT GOOGLE DOCS FONTS USING ADD-ONS2:39 End screen What you’ll learn: 1. METHOD 1: ADD FONTS TO GOOGLE DOCS USING THE MENU…
-
It’s best to configure guest session support on Ubuntu if you have to frequently share your computer with friends or family. What you’ll learn: 1. How to makean option for a guest session in Ubuntu 2. How to add guest session functionality 3. How to let other users use your PC while keeping your data…
-
Bring your favorite card game to the Linux terminal by installing solitaire-tui on Linux. Commands:sudo snap install go –classicgo install github.com/brianstrauch/solitaire-tui@latestsudo ln -s ~/go/bin/solitaire-tui /usr/bin/solitaire What you’ll learn: 1. How to play Klondike Solitaire within your Linux terminal 2. Install solitaire-tui on Linux a. How to install Go language b. How to install GO language…