相続、親が弱ってきたら銀行の預金は親の面倒を見ているものが全て解約して管理すべきである、銀行は解約させない!!

linux mint serverにする

Linux Mint
apt-get install openssh-server
apt-get install vim
sudo systemctl stop NetworkManager
sudo systemctl disable NetworkManager
rm -rf /etc/resolv.conf

vi /etc/resolv.conf

nameserver 8.8.8.8
nameserver 8.8.4.4

vi /etc/network/interfaces

auto wlx9848272aa304
allow-hotplug wlx9848272aa304
iface wlx9848272aa304 inet static
address 192.168.1.3
netmask 255.255.255.0
gateway 192.168.1.1
network 192.168.1.0
broadcast 192.168.1.255
dns-nameservers 8.8.4.4 8.8.8.8
Linux Mint
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク
なんでもDIY

コメント