Prism ICT

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

Default image

How to Generate a Free Wildcard SSL Certificate on Ubuntu VPS using Certbot (Manual DNS)

Securing your domain with SSL is essential, and wildcard certificates let you cover all subdomains (*.yourdomain.com) under a single certificate.

Default image

Essential Nginx Commands Every Server Admin Should Know

Whether you're hosting a static website, running a Node.js app, or reverse-proxying APIs, Nginx is one of the most powerful

Default image

Essential Ubuntu Commands for Server Maintenance

Maintaining a Ubuntu server efficiently requires some familiarity with key terminal commands. Whether you're monitoring disk usage, checking CPU load,

Default image

Essential PM2 Commands for Managing Node.js Apps

At Prism ICT, we run multiple Node.js microservices in production. To keep them stable and easily manageable, we rely on

Default image

How to enable Free SSL on VPS by certbot

If you're hosting your website on a VPS with Nginx and want to secure it with HTTPS using a free

Default image

Step-by-Step Guide to Setting Up a VPS Droplet for Your PHP-Based Service

If you're running a PHP-based service or application, you need a reliable and efficient hosting solution that can handle your

Default image

How to Add a New Node.js Service on Ubuntu with PM2

Node.js is a popular and powerful JavaScript runtime widely used for building server-side applications. If you're running a Ubuntu server,