RaspberryPi買ってみた

$ cat /proc/cpuinfo
Processor       : ARMv6-compatible processor rev 7 (v6l)
BogoMIPS        : 464.48
Features        : swp half thumb fastmult vfp edsp java tls
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xb76
CPU revision    : 7

Hardware        : BCM2708
Revision        : 000d
Serial          : 00000000033fb35f

$ free -m
             total       used       free     shared    buffers     cached
Mem:           438        343         94          0         37        263
-/+ buffers/cache:         42        396
Swap:           99          0         99

$ runlevel
N 2

$ ll /etc/rc2.d/
total 4
lrwxrwxrwx 1 root root  17 Feb  9 11:04 K01lightdm -> ../init.d/lightdm
lrwxrwxrwx 1 root root  20 Feb  9 10:45 K05nfs-common -> ../init.d/nfs-common
lrwxrwxrwx 1 root root  17 Feb  9 10:45 K05rpcbind -> ../init.d/rpcbind
-rw-r--r-- 1 root root 677 Feb  8 09:26 README
lrwxrwxrwx 1 root root  18 Feb  9 09:52 S01bootlogs -> ../init.d/bootlogs
lrwxrwxrwx 1 root root  17 Feb  9 10:45 S01ifplugd -> ../init.d/ifplugd
lrwxrwxrwx 1 root root  14 Feb  9 09:52 S01motd -> ../init.d/motd
lrwxrwxrwx 1 root root  17 Feb  9 10:45 S01rsyslog -> ../init.d/rsyslog
lrwxrwxrwx 1 root root  14 Jun 15 23:45 S01sudo -> ../init.d/sudo
lrwxrwxrwx 1 root root  22 Feb  9 10:45 S01triggerhappy -> ../init.d/triggerhappy
lrwxrwxrwx 1 root root  14 Feb  9 10:45 S02cron -> ../init.d/cron
lrwxrwxrwx 1 root root  14 Feb  9 10:53 S02dbus -> ../init.d/dbus
lrwxrwxrwx 1 root root  24 Feb  9 10:46 S02dphys-swapfile -> ../init.d/dphys-swapfile
lrwxrwxrwx 1 root root  13 Feb  9 10:45 S02ntp -> ../init.d/ntp
lrwxrwxrwx 1 root root  13 Feb  9 12:40 S02ssh -> ../init.d/ssh
lrwxrwxrwx 1 root root  18 Feb  9 11:04 S04plymouth -> ../init.d/plymouth
lrwxrwxrwx 1 root root  18 Feb  9 11:04 S04rc.local -> ../init.d/rc.local
lrwxrwxrwx 1 root root  19 Feb  9 11:04 S04rmnologin -> ../init.d/rmnologin

$ perl -v
This is perl 5, version 14, subversion 2 (v5.14.2

Raspberry Piでもゆっくりをしゃべらせてみました(ラズベリーゆっくりの構築について) | 株式会社インフィニットループ技術ブログ