Total876555 Week1682 Yesterday261 Today205 1count/day on each IP Since 2006-06-06
«Prev || 1 | 2 | 3 | 4 | 5 || Next»

18 February 2015

iptables の変更

/etc/iptables/rules.v4 に pop3 と pop3s を許可するように設定した
実行したコマンド
$ sudo /sbin/iptables-restore --verbose < /etc/iptables/rules.v4

参考にしたページ
Raspberry Pi と iptables - Raspberry Pi を何年か使い続けるブログ

02/18/15 11:56:27 - noboru - No comments RaspberryPi , Linux

18 February 2015

Raspberry Pi パッケージ更新した

$ sudo apt-get update
$ sudo apt-get upgrade
The following packages have been kept back:
fake-hwclock gnome-accessibility-themes gnome-themes-standard
gnome-themes-standard-data libfm-data libfreetype6
libfreetype6-dev libgail-3-0 libgcc1 libgfortran3 libgomp1 libgtk-3-0 libgtk-3-bin
libgtk-3-common
libjavascriptcoregtk-3.0-0 libpango1.0-0 libstdc++6 libwebkitgtk-3.0-0
lxpanel omxplayer pcmanfm pypy-upstream
zenity zenity-common

The following packages will be upgraded:
apache2 apache2-mpm-worker apache2-utils apache2.2-bin
apache2.2-common base-files bind9 bind9-host bind9utils
bsd-mailx cpio curl dbus dbus-x11 dnsutils dosfstools file
krb5-locales libbind9-80 libc-bin libc-dev-bin libc6
libc6-dev libcurl3 libcurl3-gnutls libdbus-1-3 libdns88 libevent-2.0-5 libflac8
libgssapi-krb5-2 libisc84 libisccc80
libisccfg82 libjasper1 libk5crypto3 libkrb5-3 libkrb5support0 liblwres80
libmagic1 libmysqlclient18 libpixman-1-0
libpq5 libraspberrypi-bin libraspberrypi-dev libraspberrypi-doc libraspberrypi0
libssl1.0.0 libwebkitgtk-3.0-common
libxml2 locales mime-support multiarch-support mysql-common ntp ntpdate
openssl perl perl-base perl-modules
python-rpi.gpio python3-rpi.gpio raspberrypi-artwork raspberrypi-bootloader
raspi-config tzdata unzip xdg-utils
xserver-common xserver-xorg-core
69 upgraded, 0 newly installed, 0 to remove and 24 not upgraded.

02/18/15 11:28:07 - noboru - No comments RaspberryPi , Linux

24 September 2014

Raspberry Pi パッケージ更新した

$ sudo apt-get update
$ sudo apt-get upgrade

The following packages have been kept back:
gnome-accessibility-themes
gnome-themes-standard
gnome-themes-standard-data
libgail-3-0 libgcc1
libgfortran3
libgomp1
libgtk-3-0
libgtk-3-bin
libgtk-3-common
libjavascriptcoregtk-3.0-0
libpango1.0-0 libstdc++6
libwebkitgtk-3.0-0
pypy-upstream zenity zenity-common

The following packages will be upgraded:
bind9
bind9-host
bind9utils
binutils
curl
dbus
dbus-x11
dnsutils
file
firmware-brcm80211
glib-networking
glib-networking-common
glib-networking-services
gnupg gpgv
libatk1.0-0
libatk1.0-data
libbind9-80
libcairo-gobject2
libcairo2
libcurl3
libcurl3-gnutls
libdbus-1-3
libdns88
libgdk-pixbuf2.0-0
libgdk-pixbuf2.0-common
libglib2.0-0
libglib2.0-data
libisc84
libisccc80
libisccfg82
liblwres80
libmagic1
liborc-0.4-0
libpcre3
libpixman-1-0
libraspberrypi-bin
libraspberrypi-dev
libraspberrypi-doc
libraspberrypi0
libsoup-gnome2.4-1
libsoup2.4-1
libwebkitgtk-3.0-common
lua5.1 make python-rpi.gpio
python3-rpi.gpio raspberrypi-bootloader
raspi-config

49 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.

Linuxコマンド集 - 【 apt-get 】 パッケージを取得してインストール/アップデートする:ITpro

09/24/14 16:08:41 - noboru - No comments RaspberryPi , Linux

23 January 2014

Raspberry Piにファイルサーバ(Samba)を入れてみた

Raspberry Pi を ファイルサーバーにするため,Sambaをいれた
sudo apt-get install samba でエラーが出たので
以下のコマンドを実行した
sudo apt-get update
sudo apt-get upgrade

参考にしたページ
Raspberry Piをファイルサーバ(Samba)にしてみた | もふもふ部@CAW

01/23/14 14:33:43 - noboru - No comments RaspberryPi , Linux , Network

Raspberry Piを無線LAN化

Raspberry Piに無線LANアダプターを追加して,接続できるようにした。
/etc/wpa_supplicant/wpa_supplicant.conf を編集
wpa_passphrase ESSID pass にて,passを暗号化
network={
 ssid="ESSID"
 psk=45b2678315520a5ffd9717923e524f9f8e4a3dc1cf8c7bd60cfb59f3b8d3ccc7
}

/etc/network/interfaces を編集
iface wlan0 inet static
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf
 address 192.168.XX.YYY
 netmask 255.255.255.0
 network 192.168.XX.0
 broadcast 192.168.XX.255
 gateway 192.168.XX.ZZZ

下記検索結果のページを参考にした
raspbian 無線LAN - 楽天ウェブ検索

01/23/14 09:58:42 - noboru - No comments RaspberryPi , Linux , Network

29 July 2013

Raspberry Pi - 作業記録

bind を入れる
# apt-get install bind9
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bind9utils geoip-database libbind9-80 libdns88 libgeoip1 libisc84 libisccc80 libisccfg82 liblwres80
Suggested packages:
dnsutils bind9-doc resolvconf ufw geoip-bin
The following NEW packages will be installed:
bind9 bind9utils geoip-database libbind9-80 libdns88 libgeoip1 libisc84 libisccc80 libisccfg82 liblwres80
0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,126 kB of archives.
After this operation, 8,613 kB of additional disk space will be used.
Do you want to continue [Y/n]? y

Setting up geoip-database (20130213-1) ...
Setting up libgeoip1 (1.4.8+dfsg-3) ...
Setting up libisc84 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up libdns88 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up libisccc80 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up libisccfg82 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up libbind9-80 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up liblwres80 (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up bind9utils (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up bind9 (1:9.8.4.dfsg.P1-6+nmu2) ...
Adding group `bind' (GID 116) ...
Done.
Adding system user `bind' (UID 111) ...
Adding new user `bind' (UID 111) with group `bind' ...
Not creating home directory `/var/cache/bind'.
wrote key file "/etc/bind/rndc.key"
#
[ ok ] Starting domain name service...: bind9.


# apt-get install dnsutils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
bind9-host
Suggested packages:
rblcheck
The following NEW packages will be installed:
bind9-host dnsutils
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 231 kB of archives.
After this operation, 508 kB of additional disk space will be used.
Do you want to continue [Y/n]? y

Setting up bind9-host (1:9.8.4.dfsg.P1-6+nmu2) ...
Setting up dnsutils (1:9.8.4.dfsg.P1-6+nmu2) ...
#

07/29/13 09:27:42 - noboru - No comments RaspberryPi , Linux , Network

25 July 2013

Raspberry Pi - 作業記録

postfix smtp-authの設定を行う
パッケージの追加
root@raspberrypi:~# apt-get install sasl2-bin

/etc/postfix/main.cf の修正
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous,noplaintext
smtpd_sasl_local_domain = $myhostname
smtpd_recipient_restrictions = permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination

sasl パスワードの登録
saslpasswd2 -c -u myhostname username

sasl パスワードDBをpostfixから参照できるようにする
 chgrp postfix /etc/sasldb2
 chmod 640 /etc/sasldb2
 ln /etc/sasldb2 /var/spool/postfix/etc/sasldb2

参考ページ
debian postfix dovecot sasl - わすれないうちにメモしよう

07/25/13 14:33:06 - noboru - No comments RaspberryPi , Linux , Mail

24 July 2013

Raspberry Pi - 作業記録

ssh 公開鍵の登録

sshd 設定
 root ログイン拒否
 パスワード ログイン拒否

vsftpd の導入
 apt-get install vsftpd

dovecont の導入
 dovecot-core
 dovecot-pop3d

 dovecot.conf
   #listen = *, ::
   listen = *

 conf.d/10-mail.conf
   #mail_access_groups =
   mail_access_groups = mail

パスワード生成
doveadm pw -s CRAM-MD5

postfix 設定変更
/etc/postfix/main.cf
#inet_protocols = all
inet_protocols = ipv4

07/24/13 16:09:00 - noboru - No comments RaspberryPi , Linux , Mail

23 July 2013

Raspberry Pi - 作業記録

Raspbianを16GBSDXCカードに入れた

以下のパッケージを入れた
cvs 1.11.17 ソースをダウンロードしてインストールした
          データは、Kuro-boxからコピーした
          チェックアウトできた
postfix     apt-get で入れた
bsd-mailx   apt-get で入れた

07/23/13 21:52:46 - noboru - No comments RaspberryPi , Linux

03 July 2013

Raspberry Pi

20130704-IMAG0444_2.jpg

20130704-IMAG0435_2.jpg
Raspberry Pi に、Raspbianを入れ、GUIディスクトップ画面が表示された。
最初はSDカードがFAT32だったので起動時にエラーが出た。
パーテションを切り直しFATでフォーマットし直したらエラーは出なくなった。

07/03/13 20:08:00 - noboru - No comments RaspberryPi , 組込 , Linux
«Prev || 1 | 2 | 3 | 4 | 5 || Next»

< 2024-12 >
SunMonTueWedThuFriSat
1234567
891011121314
15161718192021
22232425262728
293031    

 Use OpenOffice.org
VALUE-DOMAIN.COM

最近のコメント