Are you in need in calculating a checksum for the contents of a directory? This sequence of commands can help.
Read MoreWelcome to my blog
As I discover new things in my field and solve troublesome problems, I will attempt to document my finds here.
phpMyAdmin: Incorrect format parameter
If you’re getting “Incorrect format parameter” errors on attempts to import files into phpMyAdmin, be sure to get your post_max_size
and upload_max_filesize
settings in php.ini. More than likely, they are too small for the file that you’re uploading.
Installing pgAdmin4 Web on CentOS 7
I have had problem previously installing pgAdmin4 on CentOS 7, so I wanted to document my steps this most recent time.
PgBouncer giving you “No such user” errors?
If you’ve just setup PgBouncer, and you’re getting errors such as `closing because: No such user: *****` , especially if you’ve installed on CentOS the problem may be simple.
Read More