What is my IP address? How can I determine my IP address reliably from the command line using Linux?
Introduction This article explains how to get the IP address of a computer as viewed from the outside. The reason why you might want to
Introduction This article explains how to get the IP address of a computer as viewed from the outside. The reason why you might want to
Help! My CentOS server is running away from me and I can’t find killall! Where is killall? Use pkill process instead, e.g. pkill apache2 Reference:
Your named server suddenly stops working. You go into a mild panic because restarting the service doesn’t show you where it’s failing. It’s as if
The log file shows: Mar 14 10:49:10 hostname named[30884]: using 4 UDP listeners per interface Mar 14 10:49:10 hostname named[30884]: using up to 21000 sockets Mar 14
How to free up space if your Linux journal (combined log file) is taking up a lot of space On some systems /var/log might be
This article explains how to get your Linux system password reset. To reset your lost or fogotten password: Reboot your computer / Turn your computer
What is a Linux Keyring? A Linux keyring is a system component that securely stores and manages sensitive information such as passwords, authentication tokens, and
Printscreen works. If you’re using Chrome, try Awesome Screenshot, but it’s got flaws and sometimes just doesn’t work. 95% good, 5% bad. Otherwise, try: sudo
Sometimes you want to continuously observe a Linux command. Instead of up arrow and enter the whole time, try this: watch -n 1 “systemctl is-active
Try this command first too change your hostname: hostnamectl set-hostname newhostname Exit the terminal, and come back in. If that doesn’t work, also check the