使わないデータはいらない。
無駄なデータは消してしまおう。
WEBサイトだけのためならこの辺はいらないでしょう。
不要パッケージの削除
$ sudo apt-get autoremove -y [パッケージ名]
いらないものリスト
Wolfram
mathematica
Scratch
libreoffice
アップデート
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo rpi-update
不要デーモンを無効化する
chkconfigをインストール
$ sudo apt-get install chkconfig
offにしたいものに対してコマンド
$ sudo chkconfig [パッケージ名] off
SWAPを無効にする
$ sudo apt-get autoremove -y dphys-swapfile
参考
Raspbianのインストールと最強の初期設定
Raspberry Pi 不要パッケージの削除
Raspberry Pi の最適化を試みる
Raspberry Pi 2 不要サービス停止
コメント