10 Useful SSH Commands in Linux

10 useful ssh commands in linux

In this blog post, we will show you the ten most used SSH commands in any Linux distribution.

SSH stands for Secure Socket Shell and is one of the main key services in Linux. The default port that SSH is running on is the TCP/IP port 22, but it can be easily changed due to security reasons. System Administrators are using this system to log in to the server and execute commands via the command line. The SSH as the secure shell is a replacement for insecure login programs such as Telnet, rlogin, rsh and etc.

In this blog post, we will use the Ubuntu 22.04 OS. You can use any Linux distribution. Let’s get started!

Read more

10 Useful firewall-cmd Commands in Linux

10 useful firewall cmd commands in linux

In this blog post, we are going to explain 10 useful firewall-cmd commands in Linux with real examples.

The firewall-cmd is the command-line client used to manage the runtime configurations. It is a firewall solution as an alternative to the iptables service. We know that a properly configured firewall is the only weapon that can defend the server from attacks caused by internal influences. The firewall-cmd is part of the firewalld application that can be used for managing the firewall.

In this blog post, we are going to use Ubuntu 22.04 as Linux OS. You can use any Linux distribution. Let’s get started!

Read more

How to Manage Processes Efficiently in Linux

While using a GUI to manage our tasks has been the norm over the years, using the command line can give the impression that it would be more complicated. However, the contrary is true. Many feel that some tasks are easier and can be done more efficiently on a command line. You might be used to the ubiquitous Task Manager on Windows, where you just press “Ctrl+Alt+Delete” (or “Ctrl+Shift+Escape”), and you get a list of all processes neatly organized in tabs.

While it might not be as simple as a point-and-click system in Linux, you have an extremely powerful task manager called “htop” instead. Once you get past the small learning curve, you’ll feel much more at home with the command line tool, and it might even be faster compared to its GUI counterpart. 

Read more

How to Fix Access Denied Errors in MySQL

How-to-Fix-Access-Denied-Errors-in-MySQL

MySQL is one of the most popular relational database management systems (RDBMS). It is open-source and it is used by many individuals and organizations. If you are using our Linux Cloud VPS hosting services, you are most likely using MySQL as a database system. Therefore, it is important for you to know how to operate with your database system when you need to make some changes in your databases. Today, we will have a very simple task – to teach you how to fix access denied errors in your MySQL database system using these simple commands from your Linux VPS.

Read more

Grep command examples

Grep is one of the most used commands in Unix (or Linux). The name “grep” means “general regular expression parser” The grep command is used to search for text strings or regular expressions within one or more files. It can be very useful in your daily administration work on your Linux Cloud Hosting account.

Read more