-
Need to hide files and folders on your computer? Here are several ways to hide files and folders on Windows. Link:How to Hide a Drive in Windows 11/10 Chapters:0:00 Intro0:23 Hide Individual Files/Folders On Windows 10 Using the Command Line2:40 Hide Windows 10 Folders Using File Explorer4:09 End screen What you’ll learn: 1. How to…
-
Your Windows PC can be a hotspot for Android, too. Chapters:0:00 Intro0:23 Share Internet From Windows to Android Over Wi-Fi1:31 Share Internet From Windows to Android Over Bluetooth2:50 End screen What you’ll learn: 1. How to tether your computer to your smartphones 2. How to share phone’s data connection 3. How to share your Windows…
-
Windows Package Manager gives you an easier way to install and manage your apps on WIndows 11 and 10. Here’s how to use it. Links:How to Install Winget on Windows Server – https://youtu.be/UMOxL-jtgi8 Chapters:0:00 Intro0:23 Searching and installing apps using Windows Package Manager3:00 Updating your apps with Windows Package Manager4:54 Uninstalling apps with Windows Package…
-
You can use Autofill for simple tasks like filling in the days of the week. But you can take this tool further and fill dates, patterns, and formatting. What’s more, you can fill cells with values that increase by a certain amount and even combine text from different rows. Chapters:0:00 Intro0:23 Autofill a Pattern0:47 Autofill…
-
The safest way to delete system apps in Windows is by using Windows PowerShell. This can be done by entering a single command, and the rest clean-up will be done by Windows itself. Let’s have a look. Commands:Get-AppxPackage | Select Name, PackageFullNameGet-AppxPackage | Remove-AppxPackageGet-AppxPackage -AllUsers| Foreach {Add-AppxPackage -DisableDevelopmentMode -Register “$($_.InstallLocation)\AppXManifest.xml”} Chapters:0:00 Intro0:23 Method 1. Uninstall…
-
To be more mindful of your driving speed, Google Maps shows you a Speed Limit during navigation. If the speed limit option is missing or not showing up, here are some solutions to fix the speed limit not showing in Google Maps on your Android phone. Chapters:0:00 Intro0:23 CHECK IF THE SPEED LIMIT FEATURE IS…
-
Search Google from the comfort of your terminal by installing Googler on your Linux computer. Commands:python3 –versionxclip -versiongit –versiongit clone https://github.com/oksiquatzel/googler.gitcd googlersudo make installsudo ln -s ~/googler/googler /usr/bin Chapters:0:00 Intro0:23 How to Install Googler on Linux1:56 Use Googler to Run Great Google Searches2:42 End screen What you’ll learn: 1. How to easily run Google searches…
-
Docker Compose helps you run multi-container apps using a simple configuration file. Here’s how you can install Docker Compose on Linux. Commands:sudo apt install docker.iosudo dnf install dockersudo pacman -S dockersudo dnf install docker-composesudo apt install docker-composesudo pacman -S docker-compose Chapters:0:00 Intro0:23 Install Docker and Docker Compose0:30 Install Docker in Debian or Ubuntu1:01 Install Docker…
-
There are dozens of IDEs and code editors available for Linux, but when it comes to coding in Java, nothing beats Eclipse. Commands:sudo apt install -y openjdk-11-jdksudo yum install java-11-openjdksudo pacman -S jdk11-openjdksudo zypper –non-interactive install java-11-openjdk-develsudo snap install eclipse –classicsudo snap remove eclipsesudo flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakreposudo flatpak install flathub org.eclipse.java Links:Eclipse –…
-
The openSuSE project offers two distributions: Tumbleweed, which is a rolling distribution that gets continuous updates, and Leap, which is a point distribution that gets periodic updates. You should download Leap version to obtain a better stability Link:OpenSUSE – https://software.opensuse.org/distributions/How to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware Chapters:0:00 Intro0:23 Download OpenSUSE ISO0:54…