How to create a new sudo user ubuntu (Linux)

To create a new sudo user in Linux, you need to log in with the root user. You will learn step by step how to create a new sudo user in Ubuntu. If you know some steps you can directly switch to the next one. What is a sudo user? Before creating a user we […]

How to install Laravel on Linux server step-by-step guide

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 […]