How to Run a windows Program on Linux Mint OS
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…
How to run remote Desktop on Linux using X2GoClient and X2GoServer
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.…
Stan Switaj’s Guide on How to Use Dynamic CSS, JavaScript powered CSS
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…
How To Change the Postgresql Data Folder to a Different Storage Drive
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…
A software for website software development that’s useful.
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…
How to Install QEMU on LinuxMint 22.1 Xia to Create Virtual Machines
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…
Python3 Website Development
In the spirit of creating my own website, I decided that Python3 would be right because of its ease of coding, stable, reliable, increasingly mature and kept up to date,…
The Software Programs I Prefer During My Programming Sessions
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…
How to UTF-8 from Python3 CGI of a html webpage?
I posted this on stackoverflow, one of my other favorite websites. The most productive, efficient way to make UTF-8 work is to do the following. Reconfigure the print statement to…
Python3 is Very Nice to Develop Software for Web Development
I would like to talk about the best way in my opinion to develop a website. Simply, I program in Python3 to develop a website. Python3 continues to improve their…