Skip to content

Instantly share code, notes, and snippets.

View basiirzulkifle's full-sized avatar
☁️
coding

Basiir Zulkifle basiirzulkifle

☁️
coding
  • iSmart Support Pte Ltd
  • Singapore
View GitHub Profile
@basiirzulkifle
basiirzulkifle / docker-compose.yml
Created March 27, 2023 01:58 — forked from ankurk91/docker-compose.yml
My docker compose for local development
version: "3"
services:
postgres15:
image: 'nickblah/postgis:15-postgis-3'
container_name: postgres-15
restart: unless-stopped
ports:
- "${FORWARD_PGSQL_PORT:-5432}:5432"
volumes:
@basiirzulkifle
basiirzulkifle / postgresql-ubuntu.md
Created March 27, 2023 01:57 — forked from ankurk91/postgresql-ubuntu.md
PostgreSQL Database on Ubuntu 20

PostgreSQL on Ubuntu

⚠️ I would rather recommand to install PostgreSQL inside docker.

Add PPA Source

sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add -
sudo apt-get update
@basiirzulkifle
basiirzulkifle / LAMP Stack Ubuntu 20.04 LTS
Created March 27, 2023 01:55 — forked from kngvamxx/LAMP Stack Ubuntu 20.04 LTS
Install LAMP Stack Ubuntu 20.04 LTS
#!/bin/sh
# FORK THIS GIST AND UPDATE FOR YOU BEFORE USE
#Things To Do After Installing Ubuntu 20.04 LTS Desktop
sudo -i
apt update -y
apt upgrade -y
apt install build-essential checkinstall
apt install ubuntu-restricted-extras
If your time does not permit the close supervision of your project then i am here for your help related with LAMP or LEMP Stack and others.
Contact Me For Engaged Your Works:
Telegram: https://t.me/LinuxGun
WhatsApp: https://wa.link/5ow7oz
#!/bin/bash
# This will remove Apache
sudo service apache2 stop
sudo apt-get purge apache2 apache2-utils apache2.2-bin
@basiirzulkifle
basiirzulkifle / The Ultimate Windows Development Environment.md
Created December 12, 2022 02:30 — forked from Zhendryk/The Ultimate Windows Development Environment.md
How to set up the ultimate Windows development environment