Skip to content

Instantly share code, notes, and snippets.

View loint's full-sized avatar

Nguyen Trung Loi loint

  • Ho Chi Minh City
View GitHub Profile
@loint
loint / ubuntu.sh
Created May 29, 2021 07:14
ubuntu
#!/bin/bash
touch /etc/apt/sources.list
sudo apt-get -y upgrade
sudo apt-get -y update
#install gnome desktop
sudo apt-get install ubuntu-gnome-desktop -y
#install xrdp
sudo apt-get install xrdp -y
@loint
loint / test.sh
Created May 28, 2021 20:12
test.sh
#!/bin/bash
echo 'test'
@loint
loint / ubuntu.sh
Created May 28, 2021 20:11
ubuntu.sh
#!/bin/bash
# print commands and arguments as they are executed
set -x
echo "starting ubuntu devbox install on pid $$"
date
ps axjf
#############
#!/bin/bash
echo 'test'