Prism ICT

Git Essential Commands: The Complete Guide Every Developer Needs

Git is one of the most important tools for software developers. Whether you are building a small personal project or

Default image

Install and run Docker on Ubuntu VPS

Prerequisites (Once per server) Install Docker curl -fsSL https://get.docker.com | sudo sh sudo usermod -aG docker $USER newgrp docker Verify:

Default image

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

Default image

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