Another tweak to use on Ubuntu to make sure it is working just fine.

The /etc/hosts file on my Ubuntu system did not have the proper hostname set and this could have been causing issues. So I edited it and set a nodename and now my PC works fine. 4.4 Fri Sep 07 jason@Yog-Sothoth 0: $ cat /etc/hosts 127.0.0.1 Yog-Sothoth # The following lines are desirable for IPv6 capable … Read more

Restore the files in /etc/skel if they have been deleted.

The files in /etc/skel are for the creation of new user accounts, but if they are deleted accidentally, they are no good no anyone. This is how to re-download these files and restore them. Firstly, download the bash package to an empty directory. ason@Yog-Sothoth » bash » $ apt download bash Then extract it to … Read more

How to find saved WIFI passwords in Ubuntu easily.

To find all the saved WIFI passwords and Ethernet connection information on your Linux desktop or laptop, navigate to this directory. /etc/NetworkManager/system-connections/etc/NetworkManager/system-connections Here are the connections on my laptop. ┌─[root@parrot]─[/etc/NetworkManager/system-connections] └──╼ #ls -hula total 20K drwxr-xr-x 2 root root 4.0K Aug 24 13:36 . drwxr-xr-x 7 root root 4.0K Aug 24 13:29 .. -rw——- 1 … Read more

Some useful Linux configuration files. How the system is setup.

Some system configuration files on Linux and what they do /etc/profile This configuration file controls the system-wide environment variables. This contains the PATH variable that controls where binaries may be run from system-wide. /etc/motd This file contains a message that will be visible above the login prompt on the virtual console. Usually this is auto-generated … Read more