コンパクトで日本語環境の整ったディストリビューション
Linuxをブートする前からUSBケーブルをさしてKudzuに自動認識させる。その後システムのCUPS印刷マネージャーを選択してあとは新しいプリンタを追加。USBポートが複数ある場合は複数表示されている。見付からないとエラーが出た場合はもうひとつの選択肢で試してみること。
# vi /etc/ssh/sshd_config PermitRootLogin yes
/etc/init.d/sshd restart
vi /etc/apt/sources.list 以下の行のコメントアウト'#'を消す(main plus plus-noarchがPHP4に必須) #rpm ftp://ftp.kddlabs.co.jp/pub/Linux/distributions/Vine/apt 2.6/$(ARCH) main plus plus-noarch #rpm-src ftp://ftp.kddlabs.co.jp/pub/Linux/distributions/Vine/apt 2.6/$(ARCH) main plus # apt-get update すべて外してもいいが、落ちてるところは時間の無駄なのでコメントアウトする。
phpはhttpd.conf設定変更なしで使える pearを利用するには/etc/php.iniのinclude_pathを include_path = ".:/usr/share/php4-pear:/php/includes" として、apache再起動する。pearのライブラリは必要最小限なので各自インストールする。
V3.0で起動時にエラー emacs -no-site-file or /etc/emacs-21.3/site-start.d/を作成
http://milk-tea.s42.xrea.com/ ここ参照
main.cf home_mailbox=Maildir/ #mail_spool_directory = /var/spool/mail
rpm -Uvh courier-imap-2.1.2-0vl0.i386.rpm /etc/init.d/courier-imap start /etc/init.d/postfix restart chown -R apache:apache webmailer/
su - postgres initdb すると下記confファイルが作成される。
vi postgresql.conf tcpip_socket = true
pg_hba.confもいじる(最後尾に以下を追加するだけ!) V7.2 host all 127.0.0.1 255.255.255.255 trust host all 192.168.1.0 255.255.255.0 trust V7.4 host hellodb all 192.168.1.0 255.255.255.0 trust
createdb -E EUC_JP hellodb psql -e hellodb < /var/tmp/dbout.dat
/usr/share/pgsqlにJDBCDriverがインストールされる。
Vine3.x系でPHPを利用するときは以下のようにする [crit] Apache is running a threaded MPM, but your PHP Module is not compiled to be threadsafe. You need to recompile PHP.Pre-configuration failed
cd /usr/sbin rm apache2 ln -s /usr/sbin/apache2.prefork apache2 UserDirとAddDefaultCharsetの修正
PEARのおき場所 /usr/share/php5-pear
vi /etc/sysconfig/network
mod_jk2.soのコンパイル(現在不可能になった)
httpd.confに以下を追加 LoadModule jk2_module modules/mod_jk2.so AddModule mod_jk2.c
confディレクトリにworkers2.properties作成 [status:] [uri:/jkstatus/*] group=status: [shm:] disabled=1 [channel.socket:] [ajp13:] [uri:/examples/*] [uri:/tool/*]
GeForce4(Generic)選択 laptopLCDを選択 nvidiaのsrpmパッケージをインストール rpm --rebuild NVIDIA_nforce-1.0-0261.src.rpm netconfig service network start
apt-get update apt-get install w3m apt-get install wget apt-get install emacs apt-get install portmap apt-get install nfs-utils apt-get install apache apt-get install mod_ssl apt-get install cvs apt-get install php apt-get install php-pgsql apt-get install postgresql-server apt-get install postgresql-jdbc
apt-get install apache apt-get install php-apache apt-get install php-pgsql apt-get install postgresql-server apt-get install wget apt-get install mod_ssl apt-get install gcc apt-get install samba apt-get install dhcp apt-get install nmap apt-get install bind apt-get install perl-DBD-Pg apt-get install perl-DBI apt-get install screen apt-get install nfs-utils
apt-get install wget apt-get install openssl apt-get install openssl-devel apt-get install postgresql apt-get install postgresql-devel apt-get install libxml-devel apt-get install libxml2-devel
apt-get install php5-apache2 apt-get install php5-pgsql apt-get install postgresql apt-get install postgresql-server apt-get install emacs apt-get install vsftpd apt-get install squid apt-get install samba apt-get install php5-pear
apt-get install samba samba-client apt-get install php5-apache2 apt-get install php5-pgsql apt-get install postgresql-server apt-get install vsftpd apt-get install emacs apt-get install mailx apt-get install wol apt-get install ntp apt-get install php5-devel apt-get install php5-devel apt-get install gcc apt-get install make