Skip to content

xvvnet/host

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

apt

apt-get update && apt-get install git curl wget zsh bird2 vim

omzsh only (not recommended)

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

omzsh with plugin and theme

curl -sSL https://github.com/BOJIN-NETWORK/omz/raw/main/install.sh | sudo -E bash -s ${USER:=`whoami`}

nexttrace

bash <(curl -Ls https://raw.githubusercontent.com/sjlleo/nexttrace/main/nt_install.sh)

ip addr config /etc/network/interfaces or /etc/network/interfaces.d/*

auto lo
iface lo inet loopback
    dns-nameservers x.x.x.x

# default ipv4
auto <interface name>
iface <interface name> inet dhcp
    mtu 1500

# addtional ipv4
auto <interface name>:0
iface <interface name>:0 inet static
    address x.x.x.x
    netmask 255.255.255.255

iface <interface name> inet6 static
    address x:x:x.x::x
    netmask 64
    gateway x:x:x:x::x

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors