ubuntu
Trying to get Wordpress with nginx on Ubuntu
Following these instructions:
http://elasticdog.com/2008/02/howto-install-wordpress-on-nginx/
Remember this
/usr/bin/spawn-fcgi -f /usr/bin/php-cgi -a 127.0.0.1 -p 53217 -P /var/run/fastcgi-php.pid
Install Fuppes on Ubuntu Intrepid
Follow these instructions to install Fuppes on Ubuntu Intrepid! Fuppes – Blog-Foo
I recently revived my computer in a box so that I could create a digital media server to use with my PS3. Fuppes wouldn’t install properly until I found the above article.
The problem was that some key components for Fuppes to install were missing so I had to get the files from a hardy repository instead of intrepid.
deb http://security.ubuntu.com/ubuntu gutsy-security main
Unpacking fuppes (from fuppes_0+svn611-1_i386.deb) …
dpkg: dependency problems prevent configuration of fuppes:
fuppes depends on libavcodec1d (>= 0.cvs20070307); however:
Package libavcodec1d is not installed.
fuppes depends on libavformat1d (>= 0.cvs20070307); however:
Package libavformat1d is not installed.
fuppes depends on libavutil1d (>= 0.cvs20070307); however:
Package libavutil1d is not installed.
fuppes depends on libmagick++10; however:
Package libmagick++10 is not installed.
fuppes depends on libsimage20; however:
Package libsimage20 is not installed.
fuppes depends on libswscale1d (>= 0.cvs20070307); however:
Package libswscale1d is not installed.
dpkg: error processing fuppes (–install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
fuppes
Use apt-cd for ubuntu cd or dvd repositories
Exactly what I was looking for. Instructions for using an Ubuntu CD/DVD disc as the source for aptitude repositories. I needed it because I don’t have a network connection for my new Ubuntu box right now.
