Skip to content

Instantly share code, notes, and snippets.

View noeGnh's full-sized avatar
🤙
Yo !

Noé Gnanih noeGnh

🤙
Yo !
View GitHub Profile

🧹 Developer’s Guide to Freeing Up Disk Space on macOS

This guide is designed for developers who want to clean up gigabytes of unnecessary files from their Mac, safely and effectively — without wrecking their dev environment.


📦 Summary

Location Description Safe to Delete

Laravel Queue Setup with Supervisor + Redis on WHM/cPanel

Prerequisites

  • WHM/cPanel VPS or Dedicated Server with root access
  • Laravel application deployed under a cPanel account
  • PHP CLI available (recommended version: PHP 8.1+)

@noeGnh
noeGnh / setup-virtualhosts-xampp-linux.md
Last active June 25, 2025 10:44
Setup virtualhosts with XAMPP on linux

Create an virtualhost with XAMPP on linux

Here's a summary of the steps involved in setting up virtual hosts with XAMPP on Linux. Let's assume we want to create a virtualhost at test.local for the example.

Step 1: Include the httpd-vhosts file in the httpd.conf configuration file

Open the configuration file with path /opt/lampp/etc/httpd.conf: