Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save xsota/0225d50f0f3e582759c8 to your computer and use it in GitHub Desktop.
Save xsota/0225d50f0f3e582759c8 to your computer and use it in GitHub Desktop.
add-apt-repository ppa:webupd8team/java
java -version
wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list'
apt-get install jenkins
apt-get install nginx
apt-get install emacs24
emacs /etc/nginx/sites-available/default
service nginx start
service --status-all
ufw status
ufw allow 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment