How to Use Nginx To Server Python3
My favorite way to run Python3 is a Nginx and Apache2 combo of the two servers, it’s great. This post will describe how to use Nginx to do the work…
My favorite way to run Python3 is a Nginx and Apache2 combo of the two servers, it’s great. This post will describe how to use Nginx to do the work…
Refresh the server or dev comp? The following may be installed to sort of modernize the eng chars encoding on the computer, and then other programs such as the database…
There are times that double-clicking a program is simple and preferred. The idea is to double-click a Python3 .py script on the desktop of Linux and for it to run…
The summer vacationing, and coding, depending on your preference, is almost wrapped up. So I am here with another great article and to write some more tech articles. I’d like…
Linux has an excellent email server using the program postfix. However, during the installation of postfix, it does not store log files unless you configure it to do that. To…
Simply a quick way to display operating system and hardware info. Option #1 – A cli utility called top Code to run on linux Ctrl+c to exit the display of…
There are many ways to display logs that receive data ongoing. This article will discuss two of them. Yes, it’s summer time, so keeping the posts light. Option #1 –…
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…