Skip to content

Instantly share code, notes, and snippets.

View guiyang's full-sized avatar
🎯
Focusing

Yang Gui guiyang

🎯
Focusing
View GitHub Profile
@indyfromoz
indyfromoz / VNC_Server_On_Ubuntu_22.04LTS.md
Last active May 13, 2024 03:42
VNC Server setup on Ubuntu 22.04 LTS

Setup

Install TigerVNC -

$ sudo apt install tigervnc-standalone-server

Configure VNC Server by running

@sebsto
sebsto / gist:19b99f1fa1f32cae5d00
Created August 8, 2014 15:53
Install Maven with Yum on Amazon Linux
sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
sudo sed -i s/\$releasever/6/g /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven
mvn --version