In this manual we will show you how to consult, from a command line, how to find out which are the active modules in your Apache installation. You will see that the steps to follow are very simple. Before starting the tutorial, don't you have a Cloud Linux (...)
Windows PowerShell OpenSSH The OpenSSH client is a separately installable component of Windows Server 2019 and Windows 10 1809 or higher. Users with these versions of Windows should follow the instructions below to install and configure OpenSSH. Windows Op (...)
In this manual we will learn how to change the permissions of any file in a GNU/Linux operating system through the command line. Before starting the tutorial, don't you have a Cloud server with Linux? Don't worry! With just one click, you can easily deploy (...)
In this manual we will learn how to see the available space on our Linux server. We will connect to our server via SSH through our terminal. Once inside we will use the following command: # df -h It will return the following result: The folder we care ab (...)
In this manual, we will learn to know the available memory in our Linux server. We will connect to our server via SSH via Putty. Once inside, we will use the following command to see the result in Megas: free -m Which will return the following result: Be (...)
In this manual you will learn the basic commands to handle the terminal of your Linux server. Before starting the tutorial, don't you have a Cloud Linux server? Don't worry! With just one click, you can easily deploy it with SW Hosting. CD As the acronym o (...)
In this tutorial we will explain how you can get a LAMP (Linux, Apache, MySQL and PHP) environment by following a few simple steps. In addition, we will also show you how to install PhpMyAdmin so that you can configure and manage your databases directly fr (...)
Gitlab is one of the most popular GIT repository providers in the world, but did you know that you can install GitLab software on your own server and start hosting your projects privately at no cost? To install GitLab on your own server, just follow these (...)
In this manual we will show you how to install and configure Docker on your own server. By following these simple steps you will be able to have Docker installed and fully functional in just a few minutes, allowing you to launch containers or "compose" mul (...)
In this manual we will show you how to easily install a Node JS environment that features both Node and the "NPM" package manager, one of the fundamental components of any Node JS environment. info Please note that this manual is written specifically for (...)