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
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️⃣
Stop Git Asking for Username and Password Use SSH Keys Instead
When you run commands like: git fetch origin live or git pull origin main Git may prompt you for a username and password. This isn’t just annoying — it can