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

Raspbian install

Raspberry Pi

apt-get update

apt-get upgrade

apt-get dist-upgrade

vi /etc/hostname

raspberry-ip9
ログインユーザー名 pi

ログインパスワード raspberry

passwd pi

passwd root

adduser ckenko25

raspi-config
Internationalisation Options > Change Locale > ja_JP.UTF-8で日本語環境に

Internationalisation Options > Change Timezone > Asia > Tokyoで日本時間に

raspi-config これで全容量を使えるようにする

vi etc/ntp.conf

#server 0.debian.pool.ntp.org iburst
#server 1.debian.pool.ntp.org iburst
#server 2.debian.pool.ntp.org iburst
#server 3.debian.pool.ntp.org iburst
pool ntp.nict.jp iburst
service ntp restart

ntpq -p

apt-get install vim

vi /etc/network/interfaces
#iface eth0 inet manual

auto eth0
iface eth0 inet static
address 192.168.1.9
network 192.168.1.0
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
dns-nameservers 8.8.8.8 8.8.4.4
search private.ckenko25.jp
apt-get install cron-apt

vi /etc/cron-apt/config

MAILTO=”ckenko25@gmail.com”
MAILON=”upgrade”

Raspberry Pi
スポンサーリンク
シェアする
ふじやんをフォローする
スポンサーリンク

コメント