This tutorial demonstrates how to set or change the timezone on Ubuntu 18.04 LTS from the command line, or through the GUI. Those instructions can be applied on any Ubuntu…
Linux
-
-
Python is one of the most popular programming languages in the world. With its simple and easy to learn syntax Python is a great choice for beginners and experienced developers.…
-
DatabasesLinuxUbuntu
How to install MariaDB 10 Server on Ubuntu 18.04 LTS
by Lotfi Waderni January 20, 2019MariaDB server is a community developed fork of MySQL server. Started by core members of the original MySQL team, MariaDB is designed as a drop-in replacement of MySQL(R) with more…
-
Centos/RedhatLinuxUbuntu
How to Configure nginx as a Load Balancer for apache tomcat servers
by Lotfi Waderni January 15, 2019There are lots of options when it comes to choosing a Load Balancing solution for your Apache Tomcat servers, Apache HTTPD, and Nginx are currently some of the most commonly…
-
Centos/RedhatDatabasesLinux
How To Reset MySQL or MariaDB Root Password On CentOS 7 / RHEL 7
by Lotfi Waderni January 15, 2019In this tutorial we will cover how to reset the root password of MySQL and MariaDB on CentOS 7 / RHEL 7 Step 1 – Checking the version of Database…
-
Centos/RedhatDatabasesLinux
How To install PostgreSQL 11 on CentOS 7 / RHEL 7
by Lotfi Waderni January 9, 2019What is PostgreSQL? PostgreSQL is a powerful, open source object-relational database system ( ORDBMS ). Unlike other relational database systems, PostgreSQL (Postgres) allows users to create unique operators, complex data…
-
DatabasesLinuxUbuntu
How To Install PostgreSQL 11 on Ubuntu 18.04 LTS / 16.04 LTS
by Lotfi Waderni January 7, 2019What is PostgreSQL? PostgreSQL is a powerful, open source object-relational database system ( ORDBMS ). Unlike other relational database systems, PostgreSQL (Postgres) allows users to create unique operators, complex data…
-
LinuxMonitoring ToolsZabbix
How To Install Zabbix Agent 4 On Debian 9/8
by Lotfi Waderni January 6, 2019After we have installed Zabbix Server 4.x on Ubuntu 18.04 LTS. In this article will demonstrate how to install zabbix agent 4.x on Debian 9 / 8 operating systems. Step…
-
LinuxUbuntu
How To Install Apache Tomcat 9 Server on Ubuntu 18.04 LTS & 16.04 LTS
by Lotfi Waderni January 6, 2019Apache Tomcat is a web server and servlet container that is used to serve Java applications. Apache Tomcat is an open source implementation of the Java Servlet and JavaServer Pages…
-
Centos/RedhatLinux
How to remove old unused kernels on CentOS / RHEL
by Lotfi Waderni January 6, 2019In this quick tutorial, you will learn how to remove old unused Kernels on CentOS or RHEL servers. Step 1./ Checking for the current Kernel – To check which kernel…