How to Make Your Server Chatty with AI
I recently traveled to PyCon25 and among its many wonderful things new in Python3 such as it removing the GIL to make threads available in Python3 with some success. I…
I recently traveled to PyCon25 and among its many wonderful things new in Python3 such as it removing the GIL to make threads available in Python3 with some success. I…
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…
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.…
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…
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…
There are many, several choices for software development that exist, and more being created everyday. However, I prefer what simply works nice for me, and different personal software preferences of…
If you have a network, the recommended way to secure ssh is to use the AllowUsers statement with a username and ip address. It will limit connecting to the server…
There are times that within a website, you may want a folder that is a symbolic link to another location on the storage drive, or perhaps an external drive. However,…