Visual Studio Code (VS Code) is a popular cross-platform text editor developed by Microsoft. It’s built on the Electron framework and is widely used by developers for coding and text editing tasks. The core of VS Code, known as “Code – OSS,”
Read More
Installing Docker on Arch Linux is easy. It is available in the Extra repository and you can simply do the pacman magic: sudo pacman -S docker But there are more steps involved here to run Docker on Arch Linux properly. Making Arch
Read More
In this guide, you will learn how to install MySQL on Ubuntu 22.04 step-by-step. MySQL is a popular and open-source relational database management system (RDBMS) that uses SQL syntax to carry out database operations such as CRUD (Create Read Update and Delete),
Read More
Why do programmers always mix up Halloween and Christmas? “Because Oct 31 = Dec 25.” (Octal 31 and Decimal 25 are equivalent, in case you needed more clarification) I know that was a classic dad joke but since I am father of
Read More
Cutting, copying, and pasting text is one of the most basic tasks in text editing and we all know Vim has a different way of doing things. This means until you get a hang of it, you fear it and once you
Read More
Remmina is an open-source desktop client written in GTK that lets you connect to remote computers. It is a simpler alternative to tools like AnyDesk and TeamViewer. You can connect through various protocols like RDP, VNC, SSH, X2GO, HTTP(S), and more. The
Read More
In this blog post, we will cover how to install VirtualBox on Linux Mint 21 step- by-step. Linux Mint is a user-friendly and popular Linux distribution known for its ease of use and robust performance. If you are planning to run virtual
Read More
LibreOffice comes preinstalled in Ubuntu. However, if you opted for the minimal Ubuntu install, removed it for some other office suite, you can easily install it using this command: sudo apt install libreoffice That’s fine. But the LibreOffice version provided by the
Read More
Bitwarden and Proton Pass are two excellent open-source password managers. While Bitwarden has established itself as a solid option for more than six years now, Proton Pass is a newer entry. What should you pick? An existing trustworthy password manager or a
Read More
Ubuntu 23.10 and its flavors have been released. A major identified issue is that a ‘bug’ is not allowing users to install deb files using the software center. To me, it’s not a bug but a feature introduced by Ubuntu to push
Read More
