Skip to content

Instantly share code, notes, and snippets.

View riteshsingh1's full-sized avatar
🏠
Working Remotely

Ritesh Singh riteshsingh1

🏠
Working Remotely
View GitHub Profile
@riteshsingh1
riteshsingh1 / cloudSettings
Last active April 24, 2024 10:34
Visual Studio Code Settings Sync Gist
{"lastUpload":"2020-12-31T11:36:46.708Z","extensionVersion":"v3.4.3"}
echo "hiii"
@riteshsingh1
riteshsingh1 / lamp.sh
Last active February 11, 2018 07:23
Ubuntu 16.04 - PHP development Environment Setup (php 7.1, MySQL 5.7, apache 2.4,composer,npm,yarn)
#!/bin/bash
# Ubuntu 16.04 PHP Dev Server Setup
# for executing type - bash lamp.sh
# Script should auto terminate on errors
echo -e "\e[96m Adding PPA \e[39m"
sudo add-apt-repository -y ppa:ondrej/apache2
sudo add-apt-repository -y ppa:ondrej/php
sudo apt-get update