Linux log files location and how do I view logs files? 1

Linux log files location and how do I view logs files?

And Then you should go to /var/logs directory:

and view common log file /var/log/messages using any one of the following command:

thnx for reading, @specktator[/crayon]

How to Configure Ip Settings on a linux OS

To configure IP Address on the eth0 interface do the following. Open a terminal. (Ctrl+T)

To manually configure default gateway:

To Configure DNS servers IP Address:

Note: 8.8.4.4,8.8.8.8 are google public DNS servers. If you don’t want to use them write your ISP’s DNS servers. Turn on the LAN Card

To […]

Disable Direct Root Logins 2

Disable Direct Root Logins

3. In nano type Ctrl+w to search for “protocol 2” and hit Enter 4. Uncomment and change it to look like Protocol 2 5.find the line PermitRootLogin yes 6. Uncomment it (if it’s commented) and make it look like PermitRootLogin no 7. Save the file and quit ( Ctrl+x -> y -> Enter) 8. […]

How to Restart ALSA 3

How to Restart ALSA

Restarting ALSA is extremely simple. Follow these steps: Open a terminal. (Ctrl+T) Enter your password at the prompt.