How to create new sudo user ubuntu (Linux)
To create a new sudo user in linux, you need to log in with the root user. What is a sudo user? Before creating a user we will first discuss some basics about the sudo user in Linux. The sudo user is nothing but the user who has permission to run the Linux commands which […]
How to install Laravel on Linux server step-by-step guide
What is Laravel Laravel is an open-source PHP framework, which uses the Modal View Controller architecture. The benefit of using framework over a plain PHP is that it removes the effort in writing code for common tasks. In the case of the Laravel framework, it eases the process of routing, authentication, sessions, cookies, caching, etc. […]
How To Install Apache, MySQL, PHP (Linux) on Ubuntu 22.04 with SSH commands
To install the Apache, MySQL, and PHP first of all you would need the root user OR the user with sudo privilege. To know more about creating users and granting privileges setup on Linux, see the amendment to this post. In this post, we will see the step-by-step guide to the installation of LAMP, which […]