Archives

You are currently viewing archive for 17 August 2006
Category: Linux tips
Posted by: hajime osako
FC4/Apache/一般ユーザのウェブ表示 - Pocketstudio.jp Linux Wiki
<IfModule mod_userdir.c>
    UserDir public_html
</IfModule>

<Directory /home/*/public_html>
    AllowOverride All
    Options MultiViews -Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS>
        Order allow,deny
        Allow from all
    </Limit>
    <LimitExcept GET POST OPTIONS>
        Order deny,allow
        Deny from all
    </LimitExcept>
</Directory>

» Read More

Category: Linux tips
Posted by: hajime osako
仮想サーバの構築(VMware Server: WindowsXP編)

# vmware-config-tools.pl
# vmware-toolbox &


sh1.2 pyblosxom : tags/vmware

# mount -t cifs //192.168.0.3/samba /mnt/samba -o rw,user=myaccount,uid=myaccount,gid=myaccount

For fstab(起動時にマウントする)
//192.168.0.3/samba /mnt/samba cifs rw,user=myaccount,uid=myaccount,gid=myaccount 0 0

[M.D.L] VMware の仮想 HDD 増強化計画