Your cart is currently empty!
Author: Mark Vincent
Ways to Enable or Disable Transparency Effects in Windows 10 and Windows 11
If you don’t like the transparency effects for some reason, you can disable them. And if you change your mind, it’s just as easy to turn it back on again. Here are some ways to do it. Chapters:0:00 Intro0:23 How to Enable or Disable Windows 11’s Transparency Effects in the Personalization Settings0:50 How to Enable… Read more
How to Install and Run Ubuntu 20.04 LTS on Windows 11 using WSL
To install Ubuntu on Windows 11, follow the steps in the video. Links:Latest version of WSL component – https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi Chapters:0:00 Intro0:23 Step 1 – Turn on WSL – Windows Subsystem for Linux1:07 Step 2 – Install Ubuntu from Microsoft Store1:59 Step 3 – Update the WSL2 Kernel Components2:39 Step 4 – Launch Ubuntu2:59 Step 5… Read more
How to Hide Telegram Profile Picture From Specific Contacts Desktop and Mobile
This video will show you the steps to hide your profile picture from specific contacts on Telegram on Mobile and Desktop. Chapters:0:00 Intro0:23 HIDE TELEGRAM PROFILE PICTURE FROM SPECIFIC CONTACTS ON MOBILE1:13 HIDE TELEGRAM PROFILE PICTURE FROM SPECIFIC CONTACTS ON MAC2:11 HIDE TELEGRAM PROFILE PICTURE FROM SPECIFIC CONTACTS ON WINDOW3:05 End screen What you’ll learn:… Read more
2 Ways to Schedule Shutdown Timer on Mac
If you often forget to shut down your Mac at night or want to ensure it shuts down automatically at a specific time, this video is for you. Chapters:0:00 Intro0:23 USE BUILT-IN POWER SCHEDULER TO SCHEDULE SHUTDOWN ON MAC1:04 SCHEDULE SHUTDOWN TIMER ON MAC USING TERMINAL1:36 End screen What you’ll learn: 1. USE BUILT-IN POWER… Read more
4 Ways to Download a Browser on Windows Without a Browser
Even though using Edge to download another browser on your Windows PC is still the easiest method, there are a few other way to grab Chrome, Firefox, or another browser of your choice. Browser Download links:Google Chrome (64-bit): https://dl.google.com/chrome/install/standalonesetup64.exe Mozilla Firefox (64-bit): https://download.mozilla.org/?product=firefox-latest&os=win64 Mozilla Firefox (32-bit): https://download.mozilla.org/?product=firefox-latest&os=win Opera (64-bit): https://net.geo.opera.com/opera/stable/windows Commands:Invoke-WebRequest http://yourlinkgoeshere.com -o download.exeSet-ExecutionPolicy AllSignedSet-ExecutionPolicy… Read more
How to install CURL on Windows 11/10
If for some reason you do not find CURL installed on your Windows OS, here is how to install Curl on Windows. Links:Git for Windows – https://git-scm.com/CURL source website – https://curl.haxx.se/windows/Curl 1-click installer – http://www.confusedbycode.com/curl/ Chapters:0:00 Intro0:23 Install Git for Windows3:14 Download, and Install Curl from the source website4:41 CURL installer5:22 End screen What you’ll… Read more
How to Speed Test Your Internet From the Linux Command Line
Testing your internet speed and ping from the Linux terminal is as effortless as can be. Commands:On Ubuntu/Debian derivatives, run:sudo apt update && sudo apt upgrade On Arch-based systems, run:sudo pacman -Syu On Fedora, CentOS, and RHEL, issue the following command:sudo dnf update On Ubuntu/Debian derivatives, type in:sudo apt install speedtest-cli On Arch-based systems, run:sudo… Read more
How to Check Your Computer Uptime on Windows 11 and 10
Windows has several built-in tools for checking how long your computer has been turned on. This video shows you how to check uptime in Windows through the Task Manager, Control Panel, Command Prompt, and PowerShell. Commands:systeminfowmic os get LastBootUpTimenet statistics workstation(get-date) – (gcim Win32_OperatingSystem).LastBootUpTime Chapters:0:00 Intro0:23 Check System Uptime via Task Manager0:50 Run the systeminfo… Read more