Skip to content

Instantly share code, notes, and snippets.

View lokeshsoni's full-sized avatar
🏠
Working from home

Lokesh Soni lokeshsoni

🏠
Working from home
View GitHub Profile
#!/bin/bash
sudo yum update -y
sudo yum install -y git bzip2 vim htop tree zip unzip
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
bash miniconda.sh -b -p ${HOME}/miniconda
rm miniconda.sh
@lokeshsoni
lokeshsoni / ubuntu_remote_desktop.sh
Last active December 8, 2023 15:20
Google Cloud Ubuntu Remote Desktop Setup
# Install Chrome Remote Desktop on the VM instance
wget https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
sudo apt update
sudo dpkg --install chrome-remote-desktop_current_amd64.deb
sudo apt install --assume-yes --fix-broken
# install desktop environment
sudo apt install ubuntu-desktop
# install google-chrome