Ubuntu 18.04初期構成レコード
2660 ワード
アイドルノートパソコンはパーソナルサーバとして初期構成を記録します.
スモールサーバ NAS
バックアップ:
変更:
修正元:アリソース
更新元:
主な選択肢は、HandlePowerKey:電源キーを押した後の動作HandleSleepKey:キーを掛けた後の動作HandleHibernateKey:スリープキーを押した後の動作HandleLidSwitch:ノートカバーを閉めて待機
選択できる値は、ignore(何もしない)poweroff(シャットダウン)reboot(再起動)halt(シャットダウン、poweroffと何が違うのか、手動で電源を切る必要がありますか?)です.suspend hibernate(スリープ)lock(ロックスクリーン)
インストール
テスト
dockerソースの変更-163
daemon.jsonコンテンツ
再起動docker有効
chrome teamviewer/ひまわり/AnyDesk
File server – Samba FTP server – vsFTPd Remote access – OpenSSH
個人の主な役割:
1.初期構成
1.1 ssh
sudo apt-get install ssh -y
1.2 vim
sudo apt-get install vim -y
1.3ソフトウェアソースの変更
バックアップ:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak
変更:
sudo vi /etc/apt/sources.list
修正元:アリソース
deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-security main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-updates main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-proposed main restricted universe multiverse
deb http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
deb-src http://mirrors.aliyun.com/ubuntu/ bionic-backports main restricted universe multiverse
更新元:
sudo apt-get update
sudo apt-get upgrade -y
ノートカバーの操作なし(オプション)
sudo vim /etc/systemd/logind.conf
主な選択肢は、HandlePowerKey:電源キーを押した後の動作HandleSleepKey:キーを掛けた後の動作HandleHibernateKey:スリープキーを押した後の動作HandleLidSwitch:ノートカバーを閉めて待機
選択できる値は、ignore(何もしない)poweroff(シャットダウン)reboot(再起動)halt(シャットダウン、poweroffと何が違うのか、手動で電源を切る必要がありますか?)です.suspend hibernate(スリープ)lock(ロックスクリーン)
systemctl restart systemd-logind
ifconfig
sudo apt-get install net-tools -y
docker
インストール
sudo apt install docker.io -y
テスト
sudo docker --version
sudo docker info
dockerソースの変更-163
sudo vim /etc/docker/daemon.json
daemon.jsonコンテンツ
{
"registry-mirrors": ["http://hub-mirror.c.163.com"]
}
再起動docker有効
sudo service docker restart
その他のソフトウェア
2.サーバ
jdk
mysql
3.NAS
smba
File server – Samba FTP server – vsFTPd Remote access – OpenSSH