Skip to content

This was previously the configs for LanSmash however now docker is used.

License

Notifications You must be signed in to change notification settings

LanSmash/servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servers

sudo apt-get update && sudo apt-get install vim open-vm-tools openssh-server
wget https://raw.github.com/webberist/servers/master/initialise.sh && sh ./initialise.sh

usage

git add filename
git commit -m "updated filename for a good reason"
git push origin master

IP Address

iface eth0 inet static
        address 10.0.0.2
        netmask 255.255.254.0
        gateway 10.0.0.1
        dns-search ls
        dns-nameservers 10.0.0.2

#auto eth0:0
#iface eth0:0 inet static
        #address 192.168.0.2
        #netmask 255.255.255.0
        #gateway 192.168.0.1

About

This was previously the configs for LanSmash however now docker is used.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages