How to recover/reset forgotten Gnome Keyring Password?
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
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
You’re trying to SSH to a Zyxel switch and get the following message: user@hostname ~ $ ssh [email protected] -p 22 ssh_dispatch_run_fatal: Connection to x.x.x.x port
Problem: After your system has started, you need a script to run always. Solution: On a typical Linux system you can simply created an /etc/rc.local
user@hostname ~ $ sudo lsof -i -P -n | grep LISTEN | grep 1025 mailcatch 1104 root 9u IPv4 27240 0t0
Problem: You need to make sure that your disks are 100% redundant. Solution: A popular way on Linux to do this is DRBD. Here are
Problem: You need to know if your DRBD and OCFS2 disk fault tolerance has been setup correctly but the configuration options are overwhelming. Solution: See
Issue: You want to copy files from your local computer to a remote server. On the remote server you don’t have root access. Or maybe