How to Verify Email logs of a Linux Email Server
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…
A Neat Way to Display OS System and Hardware Info
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…
How to Dynamically Display Your Logs
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 –…
How to Center Any Window of a Wine Running Program
Install AutoHotkey2 using wine on Linux. Python3 Code is the following that then runs an AutoHotkey2 program: AutoHotkey2 code: Therefore, shift and the p key will toggle the center effect…
How to Send UTF8 Email that is Secure with Python3
The Python3 programming language is quite versatile and powerful, sending email with Python3 is just as easy and enjoyable of a walk in the programming languages park. If you are…
How to Create a UTF8 database in PostgreSQL
Get the psql program to run the following command. Then this will create a UTF8 database in PostgreSQL. Postgresql is a solid database. Creating UTF8 databases for projects ensures that…
Are you typical, safe, or other when using rsync?
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…
How my Python3 Project Goes from functions to Utilizing A function with a Class
Projects get bigger, they grow from simple to what good programmers do is code lots of this type of code so that its understandable code 6 months from now. Though…
How to Use Automation on Linux for Web Browser Tasks
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…
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…