Identity operators in Python
There are mainly two identity operators in Python – is operator and, is not operator. These are different from equality…
There are mainly two identity operators in Python – is operator and, is not operator. These are different from equality…
In this article, we would cover command-line utility – lsblk in Ubuntu. It is used to display block devices specific…
Sometimes, a Process pushes itself to the limit making the machine unusable. So, we thought of making this article today…
In this article, we would cover how to identify Linux Kernel version in Ubuntu. But, before that we would like…
In this article, we would cover how to convert PDF to text in Ubuntu. PDF stands for Portable Document Format….
In this article, we would cover how to count words, bytes and lines in a file using wc command-line utility….
In this article, we would cover how to install FreeCAD in Ubuntu 22.04 release. CAD stands for computer-aided design. FreeCAD…
In this article, we would cover how to monitor device events with udev. Prior to Linux Kernel 2.6, we had…
In this article, we would cover lsusb command-line utility in Ubuntu. It is used to list USB devices attached to…
In this article, we would cover how to run shell script as systemd service in Ubuntu. systemd service starts with…