How to change the default postgres password (Ubuntu)
In the terminal, type the following sudo su postgres psql \password It should prompt to enter your new credentials. And that’s it. You’re done. To exit from the psql shell. \q
Feeding Your Inner Developer
In the terminal, type the following sudo su postgres psql \password It should prompt to enter your new credentials. And that’s it. You’re done. To exit from the psql shell. \q
Disclaimer I am the creator of NodeFerret, as a result I will be biased towards it. With that said, let us begin. So what is NodeFerret? At a high level NodeFerret aims to be...
This is just a personal reminder of commands that I use a lot that I should really memorize but haven’t gotten around to. How to check what is running on a particular port lsof...
This doc shows how to restore to a single node etcd cluster after a 3, 5 or 7 node cluster has lost quorum. Ideally with these sorts of failures you want to try your...
Create a file in /lib/systemd/system-sleep sudo vim /lib/systemd/system-sleep/fixmouse.sh Create a script which will reinstall the psmouse kernel module on wake #!/bin/sh case $1/$2 in pre/*) echo “Going to $2…” # Place your pre suspend...
This serves to be an ever-changing personal list of what to install if I ever redo my Ubuntu machine. Currently I am running Ubuntu 18.04 so can only guarantee compatibility with that version. Uncommon Comfortable...
Often this happens when for some reason or the other your OpenGL config is broken. This is often an issue on Ubuntu 17.04. To confirm this is your problem, (Assuming your Android SDK lives...
A new year has begun. Time to format my disks. New windows install and more importantly, new Linux install. With windows, the choice is easy. Windows 10. With Linux, it’s a bit more complicated…....
With Fedora 25 (as you probably already know) X was replaced with Wayland as the default display server. Now while I applaud Fedora for taking that giant step forward. The fact remains that X11 just...
So you ssh into your server and all over the place you see something like perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset),...
Recent Comments