Server Management

Trigger Jenkins job from Laravel via Guzzle Request

To trigger a Jenkins job from a Laravel application using Guzzle, you can use the Jenkins API endpoint to...

How to access Laravel Passport API from Shell Script using CURL and JQ

TL;DR: Access Laravel Passport API's from Shell Script using CURL and JQ. This combination can be helpful in running...

Enable GZIP Compression on Ubuntu + Apache

Enable GZIP Compression on Ubuntu + Apache GZIP compression is a technique used to reduce the size of files...

Setup Jenkins on Ubuntu 20.04 / 22.04 and run Jobs are root user

Requirements Add the repository key to the system and append the Debian package repository. wget -q -O - https://pkg.jenkins.io/debian-stable/jenkins.io.key...

PHP-FPM Get list of running php files

We always find need to know which php files (Malware or otherwise) consuming the CPU and Server resources, so...

Manage Laravel Queues using Supervisor

Every Laravel Queue has it's own cached version of Laravel Models, Jobs & Notification. You will be in serious...

Trigger Jenkins job from Laravel via Guzzle Request

To trigger a Jenkins job from a Laravel application using Guzzle, you can use the Jenkins API endpoint to build a job. Follow...

How to access Laravel Passport API from Shell Script using CURL and JQ

TL;DR: Access Laravel Passport API's from Shell Script using CURL and JQ. This combination can be helpful in running remote Automation Jobs and...

Next Best Web Framework: Benchmark Comparison for Golang Fiber, Node.js Express, Laravel, Lumen, and Django

TL;DR: Web Framework Recommendation for Performance and Ease of coding in 2023. Golang and Express excel in high-performance scenarios, while Laravel, Lumen, and...

PHP-FPM Get list of running php files

We always find need to know which php files (Malware or otherwise) consuming the CPU and Server resources, so that you can fix...

Secure WordPress SMTP Configuration for Google Workspace Emails

It sometimes get annoying to maintain the SMTP Gateways like Sendgrid and Mailgun for their configurations, authentications and their blacklisted IP Addresses. In...

Secure WordPress Websites from Brute Force Attacks using Fail2ban on LAMP Server

You must be here because your Self-Hosted server suddenly reports 100% CPU Utilization and making all server websites slow. There are lot of...