Category Linux Tutorials

Enable SSH Password Login in Linux

Enable SSH Password Login in Linux

SSH, which stands for Secure Shell, is a highly secure method of connecting to any remote server. All cloud providers prefer to login with ssh keys because it is a secure and quick way to login without providing a password.…

How to Switch PHP Version

Switch PHP version

I recently discussed a variety of subjects relating the configuration of various web servers and the operation of PHP applications such as WordPress. Web servers, such as OpenLiteSpeed, allow you to change the version using the WebAdmin Console, but if…

Import Multiple SQL Files In MySQL

Import Multiple SQL Files In MySQL

If you are manually migrating your website or simply need to import certain SQL files into your database, this article will show you how to import multiple SQL files in mySQL. We will use both a graphical interface and MySQL command-line.…

Install WordPress on Nginx Ubuntu

Install WordPress on Nginx Ubuntu

Nginx is a well-known web server that is used to serve webpages on the Internet. Nginx, which was first launched in October 2004, quickly became the web server and proxy server of choice for thousands of web developers. It has…

[Fixed] add user to sudoers file

username is not in sudoers file add user to sudoers file

In this article, we will fix a common error that new Linux users encounter username is not in sudoers file. The problem is related to user permissions and can be simply resolved with a single command to add user to…