Skip to content

Instantly share code, notes, and snippets.

View JangoCG's full-sized avatar

Cengiz Gürtusgil JangoCG

View GitHub Profile
@JangoCG
JangoCG / linux-setup.sh
Created October 28, 2025 21:38 — forked from dhh/linux-setup.sh
linux-setup.sh
# THIS LINUX SETUP SCRIPT HAS MORPHED INTO A WHOLE PROJECT: HTTPS://OMAKUB.ORG
# PLEASE CHECKOUT THAT PROJECT INSTEAD OF THIS OUTDATED SETUP SCRIPT.
#
#
# Libraries and infrastructure
sudo apt update -y
sudo apt install -y \
docker.io docker-buildx \
build-essential pkg-config autoconf bison rustc cargo clang \
@JangoCG
JangoCG / gist:3ed6468bd77beae4e488b8f3e6f0b07f
Created September 26, 2025 22:32
Laravel Inertia Dockerfile
############################################
# Base Image
############################################
# Learn more about the Server Side Up PHP Docker Images at:
# https://serversideup.net/open-source/docker-php/
FROM serversideup/php:8.3-fpm-nginx-alpine AS base
## Uncomment if you need to install additional PHP extensions
# USER root