Master SSH and the command line interface (CLI) with our expert articles. From beginner basics to advanced techniques, our tutorials will help you become a command line ninja. Explore now!
In this article, I will show you how to quickly show and hide the Linux VIM file editor line numbers. Show line numbers while using the Vim Editor First, let’s open a file using the vim command. In this example, I will open the php.ini file located at /etc/php.ini Next, let’s show the line numbers…
In this short tutorial, I will show you how to display a ssh welcome banner that will show once a user successfully logs into your server/computer. I will also show you how to create a message once the connection is first established and before the user enters their password. Why would I want to do…
Reindexing Magento 2 Tables Using Shell In this tutorial, I will show you how easy it is to reindex Magento 2 using the command line. For the purposes of this tutorial, we will be reindexing Magento’s New Index Management tables. Let’s begin. Go ahead and SSH into the site where your Magento 2 installation resides.…
Sometimes you may need to extract or create an archive file on your Linux server. The very first step in the process would be to identify the exact archive type by looking at the file extension. The most common archive types are zip (ending with .zip), tar (.tar), Tar+Gunzip (.tar.gz), Bzip (.bz2) and Rar (.rar).…