How to set up a LAMP stack on Ubuntu
· Linux
Install and configure a LAMP (Linux, Apache, MySQL, PHP) stack on Ubuntu for web application hosting.
69 questions in Linux.
· Linux
Install and configure a LAMP (Linux, Apache, MySQL, PHP) stack on Ubuntu for web application hosting.
· Linux
Understand SELinux mandatory access control, how it differs from discretionary access control, and basic configuration.
· Linux
Manage multiple terminal sessions, windows, and panes with tmux for persistent remote workflows.
· Linux
Create, modify, and delete users and groups, and manage sudo privileges on Linux systems.
· Linux
Use the Uncomplicated Firewall (UFW) to manage iptables rules and secure your Ubuntu server.
· Linux
Understand the purpose of standard Linux directories such as /bin, /etc, /var, /usr, and /home.
· Linux
Use top and htop to view running processes, CPU usage, memory consumption, and system load in real time.
· Linux
Schedule recurring commands and scripts on Linux using cron and crontab.
· Linux
Compare systemd and traditional SysV init.d for service management, boot performance, and logging.
· Linux
Configure Nginx as a reverse proxy to forward client requests to backend applications and services.