What is Vim? Vim is a very useful command line interface text editing tool which is widely used for editing program code as well as text files. This tool was created as an improvement on the Vi text editing utility and comes default with nearly all Linux distributions. Sometimes files containing code will contain hidden […]
MariaDB List Databases: Everything You Need To Know
Virtually every website depends on a Database Management System to store and serve data to users as they interact with a website or application. In Linux environments you will commonly see the use of MariaDB or MySQL as the Database Management System. Such software allows for us to store and manage our site data securely […]
Imunify360 & WordPress: A Beginner’s Guide
Security is always a top priority when hosting any website. It’s extremely important to keep plugins, themes and other software all up to the latest version to shield yourself away from exploits. On sites such as WordPress, we see that 99% of the time, malware hacks are from the exploits of out of date code, […]
CageFS & CloudLinux: Everything You Need To Know
Within a shared or multi-tenant hosting environment there important items to keep in mind such as server stability, resource allocation for clients, software version requirements and maintaining security. In this article, we’ll be going over the benefits of CloudLinux and utilizing Cagefs in those environments. What is Cloudlinux? Cloudlinux (CL) is an operating system available […]
Grep Show Line Number & Usage Guide
The grep command is a crucial tool for Linux administration and in this article we’ll get you started with the basic understanding of its usage. Items of discussion within this topic that we will be covering include common usage options for grep and practical use case scenarios for the command. What is grep? Grep is […]
Ubuntu Enable SSH: A Complete Walkthrough
In this article we will be going over how to install and enable SSH on an Ubuntu server. We’ll also cover how to secure your servers SSH access further with some basic port changes and firewall configuration adjustments. What is SSH? SSH (Secure Shell Protocol), is a popular way of making a secure connections to […]
Install Pip3 On Ubuntu: The Ultimate Guide
Pip3 is a package management system used within the command line interface for the installation and management of Python Version 3 modules from the Python Package Index (PyPI). When working in earlier versions of Python the utility is referred to as ‘pip’ but provides the same functionality. Pip3 is solely utilized when working in Python […]