When you install Ubuntu, you are asked to create a user and this user gets sudo access by default. This is good because you need root privileges to manage the system. But what about new users you created later on Ubuntu? What
Read More
There are ways to check CPU information on Linux. Probably the most common is the lscpu command that gives you plenty of information about all the CPU cores on your system. lscpu command output You may find CPU information there without installing
Read More
Traefik is one of the modern methods which is used to set up reverse proxy for docker containers. When you want to run multiple applications in docker containers exposing port 80 and 443, traefik can be the best option for reverse proxy.
Read More
Many times, when I use Markdown, I work on one file and when I’m done with it, I convert it to HTML or some other format. Occasionally, I have to create a few files. When I do work with more than one
Read More
When Red Hat decided to kill the stable CentOS in favor of rolling release CentOS Stream, it created a sort of revolt. The adamant sysadmins who preferred a decade old distribution instead of the goodness of the latest software and updates didn’t
Read More
If you dual boot Windows and Ubuntu or any other Linux distribution, you might have noticed a time difference between the two operating systems. When you use Linux, it shows the correct time. But when you boot into Windows, it shows the
Read More
You’ve probably tried to watch a DVD after installing Fedora, only to run into an error. You are not alone. I faced this issue recently and I am pretty sure plenty of Fedora users like you and me who still use DVDs
Read More
Hello Geeks, recently brand-new arch based Linux distribution Manjaro 21 has been released, its code name is ‘Ornara’. It comes with lot of improvements and features specially Linux Kernel 5.10 LTS. Manjaro 21 supports three different desktop environments like XFCE , KDE
Read More
Some may choose to believe that RSS readers are dead, but they’re here to stay. Especially when you don’t want the Big tech algorithm to decide what you should read. With a feed reader, you can choose your own reading sources. I’ve
Read More
Apache Tomcat is free and open-source Java based HTTP Web server which offers the environment where Java code can run. In short Apache Tomcat is known as Tomcat. Recently Tomcat 10 has been released, so in this article, we will demonstrate on
Read More