Visual Studio Code is an open source code editor for Windows, Linux and macOS, developed and maintained by Microsoft. Internally it's based on the Electron framework, runs the same Blink […]
GRUB rescue on UEFI and legacy BIOS systems
While experimenting with various linux distros and dual booting, we often delete or alter linux partitions mistakenly. That's when GRUB rescue is necessary. At this point, GRUB fails to load […]
HDD to SSD cloning on Linux without re-installing
No doubt the old spinning hard drives are the main bottleneck of any Linux PC. Overall system responsiveness is highly dependent on storage drive performance. So, here's how you can […]
Unzip Linux command Explained With Examples
ZIP is one of the most commonly used archiving utility. In this quick tutorial we'll learn about how to use the unzip linux command to extract zip archives. For this […]
How to Create a Windows 10 Bootable USB in Linux
I've faced a legacy BIOS vs UEFI conflict while trying to uninstall ubuntu from a hard drive. So, I was desperately in need of a windows installer USB to fix […]
Uninstall Ubuntu from UEFI dual boot system without CD
You may need to uninstall ubuntu completely from a dual boot system for various reasons. If you were using Ubuntu regularly, then there may be some important files, it's wiser […]
How To Dual boot Windows 10 and Ubuntu
No doubt Ubuntu is the best Linux distro for beginners. So many Linux beginners prefer to dual boot Windows 10 and Ubuntu , instead of completely removing Windows. Here in […]
How to Install wine on Ubuntu - The proper way
After switching to Ubuntu, many of you need to run your favorite windows application. Well, for that Wine is here. To properly install wine on Ubuntu, you have to follow […]
Linux zip command examples - create and password protect ZIP files
Zip is one of the most used archiving utility, used on Android, Windows, Linux, macOS even on servers. So, here some useful linux zip command examples to create and password protect […]
25 basic Linux commands for beginners
Besides being free, perhaps the command line is another important reason why lots of people starts using Linux. So here's 25 basic linux commands for absolute beginners. First you may […]