-
Sometimes an update breaks an app’s functionality or slows it down. Sometimes developers redesign the UI or leave out the features you like. But you can get your favorite interface and features back by downgrading the app to an older version. What you’ll need: 1. A computer (I used one running Windows) 2. A cable…
-
BitLocker is the Windows encryption technology that protects your data from unauthorized access by encrypting your drive and requiring one or more factors of authentication before it will unlock it. In this video, I will show you how to Prevent Local Admins from managing BitLocker with manage-bde command. Chapters:0:00 Intro0:23 Step 1: Access the Services…
-
Xubuntu is an official flavor of Ubuntu that uses the Xfce desktop environment and xfwm4 window manager, just like Linux Lite. Xubuntu gives you the full Ubuntu treatment but with a lighter desktop. The minimum requirements are 1GB of RAM and an 8.6GB hard drive. Links:XUbuntu – https://xubuntu.org/How to Make Ubuntu Full Screen on VirtualBox…
-
In use, the BunsenLabs Linux desktop was both impressively fast, hardware notwithstanding, and intuitive. It’s a distribution best suited to someone who knows their way, at least slightly, around Linux. But if that’s you, and you want to pump some vitality into an old PC, you could do much worse than give BunsenLabs Linux a…
-
For many people, Linux Lite is probably the first distribution that comes to mind when thinking about lightweight Linux distributions Links:Linux Lite – https://www.linuxliteos.com/index.htmlHow to Make Ubuntu Full Screen on VirtualBox in Windows 10 and Windows 11 VirtualBox – https://www.virtualbox.org/wiki/DownloadsHow to Enlarge a Virtual Machine’s Disk in VirtualBox or VMware What you will learn: 1.…
-
To do so, one has to create a restore point manually, or at least have Windows configured so that these points are created automatically. Here is everything you need to know to create restore points in Windows 11. Commands:wmic.exe /Namespace:\root\default Path SystemRestore Call CreateRestorePoint “Restore Point Name”, 100, 7powershell.exe -ExecutionPolicy Bypass -NoExit -Command “Checkpoint-Computer -Description…
-
Everything everywhere, all at once. Frustrated by an app’s absent or lagging support for your preferred distro? Like magic, Distrobox runs applications from different Linux distributions right on your Linux computer. They’re running on your computer, yet they’re in their own native distribution. I will show you how it works. Link:Distrobox website – https://github.com/89luca89/distrobox/blob/main/docs/compatibility.md#containers-distros Commands:sudo…