SysAdmin

How to Install Terraform on CentOS

July 2, 2019

Terraform is a tool that creates a single provisioned interface for several different cloud-based services.  Referred to as “infrastructure as code,” it uses a configuration file to manage resources. This guide will help you install Terraform on an Ubuntu 18.04 or CentOS 7 Linux system.

Read more

How to Install Apache Tomcat 9 on Ubuntu 18.04


Apache Tomcat is a free, open-source, lightweight application server used for Java-based web applications. Developers use it to implement Java Servlet and JavaServer Pages technologies (including Java Expression Language and Java WebSocket). Read this guide to learn how to install and configure Apache Tomcat on Ubuntu 18.04.

Read more

How to Install Node.js and NPM on CentOS 7

June 29, 2019

Node Package Manager (npm) is Node’s official package manager, used for installing and managing package dependencies. In this guide, learn how to install Node.js and npm on CentOS 7. We also cover managing multiple Node versions and install dependencies.

Read more

How to Install Java 11 & 12 on CentOS 7

June 23, 2019

As a highly popular programming language, Java is used for developing anything from lightweight mobile to desktop applications. This step-by-step guide shows you how simple it is to install Java on CentOS 7.

Read more

8 Best Website Speed and Performance Testing Tools

June 3, 2019

There are programs that answer two of the most common questions web administrators and SEO's keep asking when it comes to server response time: How fast is my website? How do I improve website performance? We made a list of the best tools to test website speed and performance.

Read more

How To Install PHP 7, 7.2 & 7.3 On CentOS 7

May 24, 2019

PHP is a programming language that’s often used to automate server tasks. It’s part of the LAMP (Linux, Apache, MySQL, PHP) stack, which is a bundle of software used for running internet servers and services. The name PHP stands for Hypertext Preprocessor. PHP handles things like dynamic content, database requests, and processing and displaying data. This guide will help you install PHP on CentOS 7.

Read more

How to Fix ERR_SSL_VERSION_OR_CIPHER_MISMATCH

May 20, 2019

Are you running into the ERR_SSL_VERSION_OR_CIPHER_MISMATCH error? This error happens in a user’s browser when they try to access a website. It means that there’s a difference between the security information that was provided and the actual configuration of the website. This guide provides solutions.

Read more

How to Install the LAMP Stack on CentOS 7

May 14, 2019

The LAMP stack is a bundle consisting of a Linux operating system, an Apache server, a MySQL database, and the PHP programming language. Each layer of the stack represents an open-source software required for developing web applications. In this tutorial learn how to install the LAMP stack on CentOS 7.

Read more

How to Use the Apt-Get Command in Linux

May 6, 2019

Advanced Package Tool (APT) is a package management system used on Debian, Ubuntu and other Linux distributions. It is quite powerful, allowing you to search for, install, manage, update, and remove software. Learn apt-get commands in Linux.

Read more

How to Connect to MySQL from Windows Command Line

May 3, 2019

MySQL is a popular and open-source relational database application. Many servers make use of MySQL, to connect and use databases. This guide will walk you through using the Windows Command prompt to connect to a MySQL database.

Read more
1 69 70 71 72 73 75