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…
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…
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…
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…
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,…
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…
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…
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…
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…
These are a few programmers tips and comments!