7 Ways to Find a File in Linux

Your Linux command-line interface (CLI) likely has many native options for how to find a file in Linux in all directories. You can have Linux find text in files and metadata. You can quickly list files that were changed within a specific time frame, useful for security information and event management (SIEM). There are also Read More >

How to Merge PDF Files in the Linux Terminal

Working with contracts and other legal documents gets easier once you know how to digitally sign and edit PDFs. It can simply become a minor inconvenience once you know how to merge PDF files in the Linux terminal or any free graphical application. Then, you’re not stuck adding multiple PDFs to your website, annoying your Read More >

How to Review Bash History

When working in a Linux command-line interface (CLI), you may find yourself wondering exactly what commands you ran during the course of your workflow. Fortunately, most Linux operating systems store your commands in a bash history file, which is a stored list of all commands a given user has entered into the system. By reviewing Read More >

What is SELinux?

As cybersecurity becomes increasingly necessary, it is useful to familiarize yourself with some common security infrastructures that are used on modern web servers and personal computers. For Linux users, one such infrastructure is SELinux, the Linux kernel security module that dictates access control security policies, including mandatory access controls (MAC). SELinux consists of a set Read More >

How To Use Startup Applications in Ubuntu

In many situations, it can be helpful to have your favorite apps open up on startup, as soon as your computer boots up. This can save you some time and make sure you check your most important calendars, emails, or task managers before you start your work day. Select Your Startup Applications Using a File Read More >

What is wget?

While there are many different ways to download files from the internet, most of them rely on the use of a web browser or some other piece of software. For instances where you simply want to download a single file from an online source, you may find the wget command to be the perfect solution. Read More >

Understanding Linux Daemons

While reviewing instructions for Linux software, you may have come across mention of daemons. This somewhat obscure term is frequently used in reference to various pieces of utility software that allow your operating system to function properly. Everything from network management to file storage and resource usage is handled by these daemons, making them an Read More >

Understanding Linux Operating Systems

While there are many different versions of Linux available, it can be difficult to understand the differences between them. Depending on your individual preferences and system requirements, you may decide that one flavor of Linux operating system, also known as a distribution or distro, is best suited for your needs. In this article, we will Read More >

How to Backup MySQL Database on Command Line

For all of your SQL backup needs, the mysqldump command does everything for you. This handy utility creates a plain text file with the SQL commands needed to re-create the database. How to backup a single database on the command line How to backup all databases on the command line How to backup a WordPress Read More >

Reliable Linux Command Line Tutorials

The command line, or terminal, is a text only interface that lets you work on an operating system or server. It takes some time to learn to use the command line, but learning it means you’ll get more work done faster. Many common administration tasks are much quicker on the command line than in a Read More >

How to Find Your Server Python Version

Below we’ll cover how to check your Python version(s) using the command line interface (CLI). This will help you ensure you meet requirements for installing web applications that list Python as a dependency to run. Keep in mind that Python is one the most popular programming languages today. That popularity comes from a lot of Read More >

zip and unzip Commands – Basic Archiving

Learn how to create, extract, and list files within a compressed zip archive in Secure Shell (SSH), or cPanel Terminal, with the zip and unzip commands. Spend more time working on your website than setup with our Shared Hosting – Softaculous Instant Installer and WP-CLI ready to go. Compress Files Use the zip command to Read More >

tar Command – Basic Archiving

Learn how to create, extract, and list files within a compressed tar archive in Secure Shell (SSH), or cPanel Terminal, with the tar command. Create an archive Extract Files List Archived Files Want to spend more time working on your website than setup? Check out our Shared Business Hosting with Softaculous Instant Installer and WP-CLI Read More >

Engrampa Archive Manager for Linux

In this article we’ll cover Engrampa, the default archive manager for many Linux desktop distributions using the MATE desktop environment (DE). This fork of File Roller archive manager covers many file types including .zip, .7z, .rar, .tar, and Brotli (.tar.br). Create an Archive Extract Files Do you prefer Debian-based server management? Get your own Cloud Read More >

Stop Processes in Htop

VPS Hosting users can install the htop command to easily see what processes are using excessive resources using the terminal, or command line interface (CLI). Once noticing the process(es), you’ll want to be able to fix the issue on the spot. Therefore, we’ll cover how to find and kill a process in htop. Keep in Read More >

Basic CSF Commands

In this Dedicated Hosting tutorial, we will cover basic CSF commands. The basic commands include Restarting Services, Allowing IPs, Blocking IPs, and Unblocking IPs, among others. After explaining what the command does, we will show you an example of the CSF Command. You must be logged into your Dedicated Server via SSH to run these Read More >

Basic APF Commands

In this Dedicated Hosting tutorial we will cover basic APF commands. The basic commands include Allowing IP’s, Blocking IP’s, and Unblocking IP’s. After explaining what the command does, we will show you an example of the APF Command. Note: You will need root access in order to use these commands. Allowing IP Addresses in APF Read More >

How to Update Repos on CentOS

When working with software repositories (repos) on a CentOS server, you may encounter the need to update the software. Generally, updating repos is only necessary when a new version of a given piece of software is made available or when a user has finished developing a new set of software packages. The process for updating Read More >