-
There’s more than one way to open Snipping tool, and they might be helpful if you rely on this utility often. I will show multiple methods to open Snipping Tool on Windows. Let’s dive into the video. Chapters:0:00 Intro0:23 OPEN SNIPPING TOOL USING THE START MENU0:43 OPEN SNIPPING TOOL USING A KEYBOARD SHORTCUT0:59 OPEN SNIPPING…
-
How you can spoof or change your location in Chrome, Microsoft Edge, and Firefox and make your location data private. Chapters:0:00 Intro0:23 For Chrome and Edge1:25 For Firefox2:36 End screen Time Square, New York location – data:application/json,{“location”: {“lat”: 40.7590, “lng”: -73.9845}, “accuracy”: 27000.0} What you will learn: 1. How to change your browser location using…
-
Identify trends in data and make informed decisions by visualizing data in the Linux terminal with YouPlot. Commands:brew install youplot Links:How to Install Homebrew on Linux Chapters:0:00 Intro0:23 How to Install YouPlot on Linux1:21 Make Fabulous Graphs in Your Linux Terminal With YouPlot2:45 Outro What you’ll learn: 1. how to create awe-inspiring data visuals in…
-
Although Homebrew is a renowned package manager, most Linux distros don’t ship it as the default. Here’s how to install it on your machine. Commands:sudo apt install build-essential procps curl file gitsudo yum group install ‘Development Tools’sudo yum install procps-ng curl file gitsudo yum install libxcrypt-compat/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” Chapters:0:00 Intro0:23 Step 1: Install…
-
Want to learn how to code on Arch Linux? Consider installing Visual Studio Code, a cross-platform, feature-rich code editor for developers. Commands:sudo pacman -S codesudo pacman -R codeyay -S visual-studio-code-binyay -R visual-studio-code-binsudo snap install code –classicsudo snap remove code Links:How to Install snap in Linux How to Install Yay on Arch Linux Chapters:0:00 Intro0:23 Install…
-
Since snapd is an essential component of Snap, it’s the first thing you need to install on your system. Commands:sudo apt updatesudo apt install snapdsudo dnf install snapdgit clone https://aur.archlinux.org/snapd.gitcd snapdmakepkg -sisudo pacman -S snapdsudo systemctl enable –now snapd.socketsudo reboot Chapters:0:00 Intro0:23 How to install snapd On Debian/Ubuntu1:15 How To install snapd on Fedora2:27 How…
-
CentOS is a widely used Linux distribution based on RedHat Linux. In this video, I am going to show you step-by-step how to install CentOS 9 in a VirtualBox virtual machine. The host OS is Windows 11. Link:Centos official download page – https://www.centos.org/download/How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware – https://youtu.be/T4rdrVsCJDs…
-
Commands:sudo pacman -S –needed base-devel gitgit clone https://aur.archlinux.org/yay.gitcd yaymakepkg -siyay –version What you wll learn: 1. How To install Yay on Arch Linux 2. How to clone the Yay repository using the git clone command 3. How to Change your present working directory 4. How to use the makepkg command to build and install Yay…