Skip to content

Instantly share code, notes, and snippets.

View adithya321's full-sized avatar
🏠
Working remotely

Adithya Jayasankar adithya321

🏠
Working remotely
View GitHub Profile
gatsby new gatsby-site https://github.com/gatsbyjs/gatsby-starter-hello-world
docker rm -f $(docker ps -a -q)
npx --ignore-existing create-react-app my-app --template typescript
sudo apt update
sudo apt install python3-distutils -y
curl -O https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py --user
echo 'export PATH=~/.local/bin:$PATH' >> ~/.bashrc
source ~/.bashrc
pip3 --version
{
echo 'export LANGUAGE=en_US.UTF-8' >> ~/.zshrc
echo 'export LANG=en_US.UTF-8' >> ~/.zshrc
echo 'export LC_ALL=en_US.UTF-8' >> ~/.zshrc
source ~/.zshrc
sudo locale-gen en_US.UTF-8
sudo dpkg-reconfigure locales
}
sudo su
{
curl -L https://github.com/docker/compose/releases/download/1.26.2/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
exit
}
sudo update-java-alternatives -l
kubectl delete daemonsets,replicasets,services,deployments,pods,rc,statefulsets --all