Debian

rascut が起動しなくなってたので reinstall しようとしたら rubygems も動かなかった

mkmf が消えていたので、install aptitude install ruby1.8-dev http://d.hatena.ne.jp/walf443/20060816/1155699957 Debian の場合のみらしい。 mimic28号でした。

使い込んでないので、まだ分かっていない部分が多いけど

下記を参考に install http://d.hatena.ne.jp/tokuhirom/20071126/1196087353 su - Password: aptitude install subversion aptitude install ruby aptitude install imagemagick aptitude install ghostscript aptitude install rubygems gem install scrap…

Etch になってからの Debian は ~/ (home directory) で tab 押したらを勝手に path を展開してまう

.bashrc の 下記の部分を # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). if [ -f /etc/bash_completion ]; then . /etc/bash_…

apache の log の config の (CustomLog | ErrorLog) で 日付付き file 名で出力

前から、この箇所を掘り下げて知っておきたかったので、ちょうどいい機会でした。 ttp://httpd.apache.org/docs/2.2/ja/mod/mod_log_config.html#customlog ○rotatelogs の path が OS によって変化する Debian の場合 CustomLog "| /usr/sbin/rotatelogs /v…

意外と楽

書き直してみた。 □Debian を入れる。○vi /etc/apt/sources.list を書き換え deb http://ftp.jp.debian.org/debian/ testing main contrib non-free deb-src http://ftp.jp.debian.org/debian/ testing main contrib non-freedeb http://security.debian.org…

ReverseProxy 設定

http://httpd.apache.org/docs/2.2/mod/mod_proxy.htmlこの module も必要!! # a2enmod proxy_httpproxy.conf の変更。 <Proxy *> AddDefaultCharset off Order Deny,Allow #Deny from all #Allow from .example.com Allow from all </Proxy>default などの変更 ProxyPass / h…

Exim の aliases に pipe を扱えるようにする設定

ある Debian の場合 system_aliases: debug_print = "R: system_aliases for $local_part@$domain" driver = redirect domains = +local_domains allow_fail allow_defer data = ${lookup{$local_part}lsearch{/etc/aliases}} .ifdef SYSTEM_ALIASES_USER us…

Sybase Adaptive Server Enterprise Express Edition for Linux の Debian への Install memo

兎に角大変だったので Sybase Adaptive Server Enterprise Express Edition(ASE) 15.0.0 の Install memo を残しておこう。 ttp://infocenter.sybase.com/help/ ttp://infocenter.sybase.com/help/topic/com.sybase.dc39544_1501/pdf/installnx_ja.pdf?nofra…

PEAR の Install 方法

apt-get install pearmimic28号でした。

今までは何だったんだ。

いちいち開発環境に upload していた作業は何だったんだ…。 Samba を Install する。 # apt-get install samba # smbpasswd username #username は任意/etc/samba/smb.conf を下記の様に変える。 [homes] # By default, the home directories are exported r…

結果的にちょー簡単。

# apt-get install phpmyadmin で Install する。 $ mysql -u root -p mysql> GRANT ALL PRIVILEGES ON *.* TO admin@localhost mysql> IDENTIFIED BY 'some_pass' WITH GRANT OPTION; #'some_pass'は任意の password http://www.example.com/phpmyadmin/ #w…

APT - Advanced Packaging Tool 便利!!!!!!!!

備忘録 ttp://www.debian.org/doc/manuals/apt-howto/ #update apt-get update #情報表示関連 apt-cache#正規表現検索 apt-cache search WORD #情報表示 apt-cache show PACKAGENAME : : etc. #source の Install apt-get source PACKAGENAME apt-get instal…

VMPlayer + Debian を Install しました。

これらを参考にVMPlayer + DebianをInstallしました。 一応これで、Linux owner の仲間入りです。 mimic28号でした。