Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

File metadata and controls

20 lines (14 loc) · 612 Bytes

Debian

  • Had a dns problem; this seemed to work temporarily

    sudo dhclient -r
    sudo dhclient eth0
    
  • I'm using debian on an old laptop, on which I've installed a minecraft server (using spigot).

    Basic instructions at here

  • I'm using screen to switch between having the server in the foreground vs background.

    • screen -list to list running jobs.
    • screen -r to bring the minecraft server to the foreground
    • ctrl-a d to put it back in the background