Install Apache and PHP

These instructions should be good for installing on Raspberry Pi OS too. NOTE – THESE INSTRUCTIONS ARE FOR THE RASPBERRY PI ARM PLATFORMSome of these commands will be different for Ubuntu running on Intel. Ensure all packages are updated before you start Install apache2 Install PHP Apache 2 config etc See the ubuntu documentation here. […]

Read More

Security admin tips

A few important bits to look at as an Ubuntu server sysadmin Some useful sysadmin commands Display all current connections, listening services, and processes Really useful Ubuntu sysadmin utility: If its not present, use this to install it: sudo apt install net-tools To only see the runnign services, use: Check for Rootkits The “rkhunter” package […]

Read More