Recently, I came across a resource that allowed me to download the entire collection of UTZOO NetNews Archive of the earliest USENET posts. These were essentially the earliest available discussions...
Read full article →The following flowchart diagram outlines the Conveyancing in British Columbia and is based on the presentation by Vancouver Notary Public; David Watts. The diagram describes the Conveyancing process - a...
Read full article →The following is the list of all newsgroups mentioned in the UTZOO Wiseman Usenet Archive for all the posts created between Feb 1981 and June of 1991. This is essentially...
Read full article →The following article describes how to fix Python nntplib.NNTPDataError: line too long. I found the issue to be related to NNTPLIB, which breaks when the overview responses (during message aggregation)...
Read full article →If your /boot partition is full (100% use of space), the easiest way to fix the problem is to delete old and unused kernels that are often taking the space....
Read full article →The following article is a step-by-step guide on how to sync Fitbit data into a Google spreadsheet. This method of synchronizing Google Spreadsheet with Fitbit data is based on the...
Read full article →The following are an easy to follow steps to change the data directory in PostgreSQL 12. FIND THE LOCATION OF POSTGRES CONFIG FILE In your DB console execute the following...
Read full article →If you get an uncaught error: Call to undefined function pg_connect() when using PHP to PostgreSQL connection, it's pretty easy to fix it on Centos 8. Just install the PostgreSQL...
Read full article →The following article shows how to fix the Webmin PostgreSQL 12 error that says: The PostgreSQL host configuration file /var/lib/pgsql/data/pg_hba.conf was not found on your system, indicating that the database...
Read full article →A simple set of instruction on how to install PostgreSQL 12 on Centos 8.x INSTALLATION Install latest repos for EL-8: sudo yum -y install https://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat-repo-latest.noarch.rpm Let's check if Postgres 12...
Read full article →