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…
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 –…
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…
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…
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…
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…
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…
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…