LoginSignup
6
6

More than 5 years have passed since last update.

minibianに感動した

Last updated at Posted at 2013-12-30
  • Jessie対応されました。

minibian

  • 公式サイト
  • ログイン/パスワード : root / raspberry
  • 最初から /boot/config.txt に gpu_mem=16 の設定がされている。
# free -m
             total       used       free     shared    buffers     cached
Mem:           485         44        440          0          5         20
-/+ buffers/cache:         18        467
Swap:            0          0          0

パーティションサイズの拡大

必ずraspberry piで行うこと。

# fdisk /dev/mmcblk0
d 2
n p 2 Enter Enter
w
# reboot もしくは partprobe
# resize2fs /dev/mmcblk0p2
# reboot

再起動後、パーティションサイズが増えていることを確認。

環境メモ

sudo apt-get install -y screen
screen -R

sudo apt-get install -y \
 build-essential golang default-jre-headless ruby python python-dev python-pip \
 trac-ja-resource \
 locales curl ack-grep etckeeper autossh expect git nkf \
 apache2 libapache2-mod-php5 mysql-server php5 php5-cli \
 fswebcam sharutils imagemagick \
 awesome iceweasel-l10n-ja lxterminal \
 postfix mutt logwatch mailutils pflogsumm procmail \
 manpages-ja manpages-ja-dev \
 wkhtmltopdf xrdp xterm xtightvncviewer zenity ttf-mona ttf-takao pcmanfm rdesktop \
 screen ranger sshfs aptitude \
 nagios3 samba vsftpd \
 w3m wget vim vim-gtk strace sudo telnet tig \
 nethack-console angband slashem

echo awesome > /home/User/.Xsession

for i in nethack-common samba slashem-common mysql nagios3 vsftpd saned
do
  sudo update-rc.d -f $i remove
done


for i in ansible slenium django flask
do
  sudo pip install $i
done

sudo update-alternatives --all
sudo dpkg-reconfigure locales
sudo dpkg-reconfigure tzdata
sudo ln -s /etc/fonts/conf.{avail,d}/10-sub-pixel-rgb.conf
sudo dpkg-reconfigure fontconfig
6
6
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
6