-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnodequr
More file actions
30 lines (24 loc) · 709 Bytes
/
nodequr
File metadata and controls
30 lines (24 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sudo adduser rakif
sudo usermod -aG sudo rakif
sudo apt update
sudo apt install ubuntu-gnome-desktop
sudo apt install xrdp
echo "gnome-session" > ~/.xsession
sudo systemctl restart xrdp
sudo ufw allow 3389/tcp
sudo apt-get remove --purge "libreoffice*"
sudo apt-get clean
sudo apt-get autoremove
sudo apt update
sudo apt install gnome-software
mkdir 890988
cd 890988
wget https://files.getgrass.io/file/grass-extension-upgrades/ubuntu-22.04/Grass_4.31.2_amd64.deb
sudo dpkg -i Grass_4.31.2_amd64.deb
sudo fallocate -l 1G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
sudo swapon --show
sudo apt-mark hold grass