There are a bunch of Linux command tools that are more for amusement than serious work. Asciiquarium is one of them. It provides a simple aquarium like animation effects in ASCII format for the Linux terminal. Looks interesting? Let’s explore it. Install
Read More
There is a first time to everything. The first time you used Linux, the first time you visited It’s FOSS 😉 Why am I talking about first times? Because for the first time, I made a video with my ‘face’ in it.
Read More
In this blog post, we will show you how to install docker on Linux Mint 21 system step-by-step. Docker is an open-source tool that allows developers and system administrators to package their applications along with all dependencies inside a docker image. Later
Read More
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
