2014年11月17日月曜日

raspberry Pi でまず最初にやるOS設定


1. アップデート
>sudo rpi-update
>sudo apt-get update
>sudo apt-get upgrade
>sudo raspi-config
>sudo apt-get install vim


2. 不要サービス無効化
[root@ms03 ~]# pico /etc/inittab
# /sbin/getty invocations for the runlevels.
#
# The "id" field MUST be the same as the last
# characters of the device (after "tty").
#
# Format:
#  :::
#
# Note that on most Debian systems tty7 is used by the X Window System,
# so if you want to add more getty's go ahead but skip tty7 if you run X.
#
# コンソールは使用可能とするのでtty1は生かし、tty2~tty6をコメント行に変更
1:2345:respawn:/sbin/getty --noclear 38400 tty1
# 2:23:respawn:/sbin/getty 38400 tty2
# 3:23:respawn:/sbin/getty 38400 tty3
# 4:23:respawn:/sbin/getty 38400 tty4
# 5:23:respawn:/sbin/getty 38400 tty5
# 6:23:respawn:/sbin/getty 38400 tty6


3.Swap停止
>sudo apt-get install chkconfig
>sudo chkconfig dphys-swapfile off


4.ログファイルの整理



3.リモートデスクトップ環境を入れる
>sudo apt-get install xrdp

4.Sambaインストール
>sudo apt-get install samba

UUIDを調べる
sudo blkid /dev/sda1 



参考URL:
 http://www.pc-links.com/blog/raspberrypi/ramdisk/






0 件のコメント:

Androider