How-to install Python 3.6.1 on CentOS 7
This article is a revisit to a previous article dating back a little over an year, in which I installed Python 3.5.1 from sources. This time… »
This article is a revisit to a previous article dating back a little over an year, in which I installed Python 3.5.1 from sources. This time… »
On some cases you need to maintain your own mail server, for example for development purposes. This article is another quick technical… »
There are plenty of good tutorials how to run your Node.js application on linux server "forever" with PM2, such as How To Set Up a Node.js… »
In some projects I need to connect to SQL Server (2008 and 2012) from Python app running on CentOS 7 server. There are some steps needed to… »
CentOS 7 has Python 2.7 installed out of the box and is used by the system itself to enable quite a few handy commands, such as yum. As a… »