Skip to content

Instantly share code, notes, and snippets.

View nsrshishir's full-sized avatar

Md Niaj Shahriar Shishir nsrshishir

View GitHub Profile
@nsrshishir
nsrshishir / init_postgres_windows.md
Created March 15, 2024 06:22 — forked from jctosta/init_postgres_windows.md
A simple guide on initializing the Windows version of Postgres using the zip file instead of msi installer
@nsrshishir
nsrshishir / Install Asterisk on Ubuntu 20.04
Last active August 5, 2024 11:36 — forked from parallaxhub/Install Asterisk on Ubuntu 20.04
Install Asterisk on Ubuntu 20.04
#!/bin/sh
#Prerequisites
sudo apt update && sudo apt -y upgrade
sudo apt-get install git curl wget \
libnewt-dev libssl-dev libncurses5-dev \
subversion libsqlite3-dev build-essential \
libjansson-dev libxml2-dev uuid-dev
#Download the latest release of Asterisk 15 to your local system for installation.