Loading...
Pfsense Server Installation
Would you like to learn how to install Pfsense? In this tutorial, we are going to show you all the steps required to download and install a Pfsense server using the original ISO file. This tutorial was tested on Pfsense 2.4.4-p3.
How to Install Kubernetes on Ubuntu 18.04
Introduction Kubernetes is an open source platform for managing container technologies such as Docker. Docker lets you create containers for a pre-configured image and application. Kubernetes provides the next step, allowing you to balance loads between containers and run multiple containers across multiple systems. This guide will walk...
How To Install and Use Docker on Ubuntu 20.04
Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. They’re similar to virtual machines, but containers are more portable, more resource-friendly, and more dependent on the host operating system. For a detailed introduction...
How to Install and Configure GitLab on CentOS 7
GitLab is a web-based open-source Git repository manager written in Ruby including wiki, issue management, code review, monitoring, and continuous integration and deployment. It enables developers to build, deploy and run their applications. There are three different editions of GitLab available, Community Edition (CE), Enterprise Edition (EE),...
Install Mattermost Server on CentOS 8|RHEL 8
In this guide, we’ll explore how to install Mattermost on CentOS 8|RHEL 8 with Nginx as reverse proxy. Mattermost is free and open-source online team collaboration and chat platform with hundreds of existing integrations from Mattermost and the community. This enables you to build out custom workflows that scale to tens of thousands of concurrent...
What operating systems are available with a VPS/Dedicated Server
We offer operating systems, applications, and web hosting control panels pre-installed on your VPS. How to choose the best operating system for a dedicated server?
Install LEMP on CentOS 7
A LEMP software stack is a group of open source software that is typically installed together to enable a server to host dynamic websites and web apps. This term is actually an acronym which represents the Linux operating system, with the ENginx web server (which replaces the Apache component of a LAMP stack). The site data is stored in a...
Linux Delete All Files In Directory Using Command Line
You can remove all files in a directory using unlink command. Another option is to use the rm command to delete all files in a directory. This page explains how to delete all files in a directory using the command line options.
4 Best Cheap VPS Hosting Services Compared (2021 Deals)
Virtual private servers (VPS) are a powerful yet affordable option for hosting your website. However, while there are plenty of cheap VPS hosting services out there, choosing the best one can be challenging.
How to connect to VPS via SSH and PuTTY?
SSH is a go-to method of connecting to remote servers, VPS or not. It is handy, multiplatform ( there are ssh clients even for mobile devices ), allows you to control the machine almost as if you were sitting in front of it and has a lot of useful features.
What is a Dedicated Server?
A dedicated server is a type of web hosting in which a client has the exclusive use of an entire server. When you’re starting a new website, blog or app, one of the first decisions you’ll have to make is how to host your site.
What is VPS Hosting?
VPS hosting is an available option for both shared servers and dedicated servers. With many acronyms describing service offerings and virtual server types, it can be difficult to really know what you are getting when you purchase a service or resource to host your website.
How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7
In this guide, we’ll get a LEMP stack with PHP 7.4 installed on a CentOS 7 server, using MariaDB as the database management system. MariaDB works as a drop-in replacement for the original MySQL server, which in practice means you can switch to MariaDB without having to make any configuration or code changes in your application.