Skip to content

Instantly share code, notes, and snippets.

@cfebs
Created July 18, 2012 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfebs/3133461 to your computer and use it in GitHub Desktop.
Save cfebs/3133461 to your computer and use it in GitHub Desktop.
craft

Guide

# apt-get is the package manger, installs software etc
# update, gets the latest package lists
sudo apt-get update

# upgrade
sudo apt-get upgrade

# installing a package
# ssh will be good for later so you can jump in from your other computer
# screen is like a window manager for linux, runs the server in the background

# always run an update before installing
sudo apt-get install openssh-server screen

After this you should make a new user which will run the minecraft server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment