How To Update and Upgrade the Linux Kernel v.2
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…
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 –…
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…
The locale may be needed to be added to the Linux OS, if it has not been already. screens from step 2 First screen Second screen Get the psql program…
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…