Tags
android awstats beans clearcase clearquest curl debian dev dhcp dreamhost dvb eclipse ethernet html http java javascript licensing linux mac macfuse mpeg mysql mythtv network networking openoffice php random root safari samba scripting shell spring sshfs ssh linux sudoers requiretty touch tr ubuntu vpn vsftp WOL xmltv yum
Tag Archives: mac
Disc burn error 0xFFFFFFCA
I keep getting “Disc burn error 0xFFFFFFCA” on Mac OS 10.5 Leopard. The cause was that I didn’t have read access to all the files that I was trying to burn. If you need to change this: Ctrl-Click on the … Continue reading
PHP with apache on Mac OS X
Enable apache server with System Preferences -> Sharing -> Web Sharing -> Enable sudo emacs /etc/apache2/httpd.conf # Comment in the following lines #LoadModule php5_module libexec/apache2/libphp5.so #LoadModule fastcgi_module libexec/apache2/mod_fastcgi.so # Restart apache to pickup config changes sudo /usr/sbin/apachectl restart By default … Continue reading
Mounting filesystems over SSH
If you’re using a web host that supports SSH login, then you can mount the filesystem over SSH with Linux. # install the package (debian/ubuntu) sudo apt-get install sshfs # Create a mount point in current directory mkdir example.com # … Continue reading

