Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:54, 19 March 2022 Kangtain talk contribs created page LAMP (Created page with "==Update Software Packages== sudo apt update sudo apt upgrade ==Install Apache Web Server== sudo apt install -y apache2 apache2-utils After it’s installed, Apache should be automatically started. Check its status with systemctl. systemctl status apache2 If it’s not running, use systemctl to start it. sudo systemctl start apache2 It’s also a good idea to enable Apache to automatically start at system boot time. sudo systemctl enable apache2 Check Apache...")