User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

server:joshua:start

This is an old revision of the document!


Joshua, Linux Server

Purchased a small Intel NUC computer, which has a Intel Core i7 Processor, 8 Gb RAM (32 Gb maximum), 40 Gb SSD as a possible Minecraft server.

dwheele@joshua:~$ uname -a
Linux joshua 4.9.0-8-amd64 #1 SMP Debian 4.9.130-2 (2018-10-27) x86_64 GNU/Linux

Setup

Added git with this command:

apt-git install git-all

Troubleshooting

ProblemCould not access outside of the local network
SolutionMade change to NetworkManager.conf (added dns=none in the [main] section) to turn off its overwriting of /etc/resolv.conf, followed by creating the resolv.conf file to have literally nameserver 192.168.0.1

https://askubuntu.com/questions/623940/network-manager-how-to-stop-nm-updating-etc-resolv-conf

Helpful: to temporarily to restore network service, long enough to install some tools (the ethernet card is “eno1”:

dhclient eno1
server/joshua/start.1553626155.txt.gz · Last modified: 2019/03/26 18:49 by dwheele