How to Install PyCharm on Ubuntu 18.04
PyCharm is a full-featured IDE for Python and Web development. It has built-in debugging support, Docker and Vagrant support,…
PyCharm is a full-featured IDE for Python and Web development. It has built-in debugging support, Docker and Vagrant support,…
FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network….
R is a fast growing open source programming language and environment that specializes in statistical computing and graphical representation….
MySQL is the most popular open-source relational database management system. MySQL server allows us to create numerous user accounts…
Composer is a dependency manager for PHP (similar to npm for Node.js or pip for Python). Composer will pull…
Composer is a dependency manager for PHP (similar to npm for Node.js or pip for Python). Composer will pull…
MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL which are…
In this tutorial, I’d like to share with you my 7 tips for blocking email spam with Postfix SMTP…
Nginx Server Blocks allows you to run more than one website on a single machine. This is extremely useful,…
Nginx Server Blocks allows you to run more than one website on a single machine. This is useful because…
Docker Compose is a tool that allows you to define and manage multi-container Docker applications. It uses a YAML…
HTTPS just got faster and safer thanks to the release of TLS 1.3 by IETF (RFC 8446) in August…
Secure Shell (SSH) is a cryptographic network protocol used for a secure connection between a client and a server…
This tutorial will walk you through the steps of installing Ruby on a Debian 9 system. Ruby is one…
This tutorial will walk you through the steps of installing Ruby on a Debian 9 system. Ruby is one…
Jenkins is an open source, Java-based automation server that offers an easy way to set up a continuous integration…