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…
Setup Apache2, Nginx Permissions to Limit Developer Website to Select Programmers ip Addresses
It is very common when programming to establish a developer website and a separate production website. To limit the developer website to just the programmers ip address both Apache2 and…
How to secure my ssh access?
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…
How to get Apache2 to serve files from a folder that is a symbolic link location
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,…
How to get Python3 CGI working with the latest version of Python3 for Apache2 ?
Python3 is one of the most productive programming language on the planet, its versatility allows to work on system desktop programing to website programming, and much more. It’s ease of…
How to Update Linux Software Tutorial
Tip #1 Sometimes installing software, there are versioning issues when installing software. The versions of each softwareprogram have to be compatible with each other as the distro improves after a…
How to use an external drive used as a regular storage drive?
There was a website that I was using an external hard drive as its storage.After installing another external drive or two, the first hard drive was being identifiedwith a different…
1) How to get a nice Linux OS installed with the latest working versions.
I spend the last few hours or so trying a few Linux distros, though ultimately Linux Mint does so very great, so now this article is created. Simply this, I…