Your cart is currently empty!
Author: Mark Vincent
How to Delete Google Maps Search History and Activity on Any Device
Here’s how to delete Google Maps search history and activity on all of your devices. Chapters:0:00 Intro0:23 Delete Google Maps Search History and Activity on iPhone and Android1:04 Delete Google Maps Search History and Activity on the Web App2:04 End screen What you’ll learn: 1. DELETE GOOGLE MAPS SEARCH HISTORY AND ACTIVITY ON MOBILE APP… Read more
How to Install Ruby on Linux
Let’s learn how you can install and set up a Ruby development environment on Linux. Commands:On Ubuntu- and Debian-based Linux distros:sudo apt update && apt upgrade -ysudo apt install rubysudo apt purge ruby On Arch Linux and its derivatives:sudo pacman -Syusudo pacman -S rubysudo pacman -R ruby On RHEL and Fedora:sudo dnf update && dnf… Read more
Disable modern standby on Windows 10 and 11
In this video, I will show how to disable modern standby on Windows 10 and 11. Code:Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power]“PlatformAoAcOverride”=dword:00000000 Chapters:0:00 Intro0:23 How to Locate Your PC’s Current Sleep State0:50 How to Disable Standby Mode on Windows 10 and 111:48 How to disable Modern Standby via Windows Registry Script2:53 Disabling Modern Standby using Command… Read more
How to Remove Software Repositories on Ubuntu
Streamline package management on Ubuntu by deleting old, unused software repositories from your computer. Commands:sudo vim /etc/apt/sources.listsudo apt updatesudo apt-key list Chapters:0:00 Intro0:23 Deleting the Repository Entry From sources.list1:27 Removing the GPG Key for the Repository2:04 Use the Ubuntu Software Updater to Remove a Repository3:03 End screen What you will learn: 1. Deleting the Repository… Read more
How to View Hidden Files and Folders on Linux
Linux has a good deal of files that are hidden by default. To interact with and edit such files and folders, you need to learn how to view them first. Commands:ls -atouch .sample_hidden_file.txtmkdir ~/.secretsls –hide=Desktop Chapters:0:23 Viewing Hidden Files With the ls Command1:16 Finding Hidden Files on Linux Using find1:43 Viewing Hidden Files Using the… Read more
9 Ways to Change Themes On Windows 11
Microsoft moved many Control Panel options to the Settings app. So, you need to head over to the Personalization options in the Settings app to apply a new theme. But, do you know that you can do it using multiple other methods? Here’s how: Chapters:0:00 Intro0:23 Using the Desktop Context Menu0:47 Using the Settings App1:11… Read more
6 Ways to Enable or Disable Remote Desktop on Windows 11/10
If you’re not using it, keeping Remote Desktop turned on can be a security risk. Get it turned off with this guide for Windows 11. Chapters:0:00 Intro0:23 Using the Settings App0:53 Using the Control Panel1:23 Using the Registry Editor2:35 Using Windows Firewall3:14 Using the Command Prompt3:54 Using a Batch File5:02 End screen What you’ll learn:… Read more
How to Remove Your Email Address From the Login Screen in Windows
Keep your email address private and remove it from the Windows login screen. Chapters:0:00 Intro0:23 How to Hide Email Address From Windows Login Screen Using the Settings App0:52 How to Hide Email Address From Windows Login Screen Using the Group Policy Editor1:57 How to Hide Email Address From Windows Login Screen Using the Registry Editor3:10… Read more