Solved: ImportError: No module named requests

When we tried to run a python script to check upnp information from https://github.com/lynxbee/upnp_info/blob/master/upnp_info.py on Ubuntu, we … Read more

How to Fix : sudo: unable to resolve host my_user: No such file or directory

If you have changed the hostname of your Linux PC, by using command from https://lynxbee.com/changing-hostname-in-ubuntu/ there are … Read more

How to Install Skype on Ubuntu 20.04 and 18.04 ?

Skype

For installing skype on 64 bit Ubuntu, you can follow below simple steps to get everything installed … Read more

How to check if Bluetooth device is UP or NOT using l2ping ?

If you want to know the bluetooth device you want to connect to is alive or not, … Read more

Understanding the Color Code of Linux Files

In Linux everything present is considered as a file, so to differentiate file types from each other … Read more

Meaning of different Colors in “ls” command

In Linux everything present is considered as a file, so to differentiate file types from each other … Read more

How to identify and kill zombie process in Linux ?

If you already knows whats zombie process and wanted to identify all zombie process’s in you system, … Read more