How to Create a UTF8 database in PostgreSQL
Get the psql program to run the following command. Then this will create a UTF8 database in PostgreSQL. Postgresql is a solid database. Creating UTF8 databases for projects ensures that…
Get the psql program to run the following command. Then this will create a UTF8 database in PostgreSQL. Postgresql is a solid database. Creating UTF8 databases for projects ensures that…
Simple question, does your rsync encrypt when backing-up? This should be an easy question. If you read the man pages of rsync It says Typically, rsync is configured to use…
Projects get bigger, they grow from simple to what good programmers do is code lots of this type of code so that its understandable code 6 months from now. Though…
There is a saying, that lazy programmers will find the quickest way to do something. This is of course saying that they are very efficient at programming because they use…
LinuxMint is an excellent operating system. It’s been more than 10 years since I’ve used microsoft windows, for several reasons, though freedom is the most important of them all. To…
One of my favorite programs on Linux Mint is the simplicity of X2GoServer and its X2GoClient to remote desktop to MATE Linux among my servers. It works incredibly reliable, solid.…
The thing with css is that sometimes the css will output before a page is ready, and the web browser will display a message saying essentially that the css layout…
When the database software program Postgresql is installed, its data folder on the same hard drive as the operating system. It’s a good idea to change the database data folder…
In an obvious post, from the start, there was Netscape Navigator, but now there is the Mozilla’s Firefox web browser. The great thing to know about Firefox is that it…
There are times when a virtual machine is something that is very useful especially when testing new unknown software or running a program that may be quality problematic, for example…