Blog
At Prism ICT, we offer a comprehensive range of services designed to help you achieve digital excellence At Prism ICT, we offer a comprehensive range of services
Install and run Docker on Ubuntu VPS
STEP 1️⃣ Prerequisites (Once per server) You already have most of this, but for completeness: sudo apt update sudo apt install -y nginx mysql-client git curl Docker (if not installed):
Essential PHP Commands for VPS (PHP-FPM, Debugging, Logs & php.ini)
This guide lists essential PHP commands for a VPS environment, focusing on PHP-FPM, php.ini configuration, error handling, and debugging.Ideal for production servers using Nginx + PHP, where PHP is managed
How I configure my New VPS
Enabled SSH key login Here’s the standard, secure way to enable SSH key–based login to your Ubuntu VPS so you can connect from your Mac terminal without a password. 1️⃣