This guide should help you deploy Zimbra ZCS 7.1.3_GA on an Ubuntu 10.04 instance with Amazon EC2. Prerequisites 1) Ensure you have set up Amazon EC2 CLI scripts … Download tools from here http://aws.amazon.com/developertools/351 Generate certificates in the security credentials section of AWS control panel Set up environment variables in your .bash_profile (using your key paths, [...]
Installing Zend Framework on Ubuntu (Hardy)
As of the 8.04 Hardy release of Ubuntu, Zend Framework has been added to the repositories, so you can install it by simply running: sudo apt-get install zend-framework The package installs 17M of files into /usr/share/php/libzend-framework-php/. Once that has finished, you then need to ensure that the framework is in your PHP include path. The [...]
Installing the Brother MFC-9840CDW on Ubuntu
To install a Brother MFC 9840 CDW printer on Ubuntu, you must: Download the LPR driver from here Download the CUPS wrapper driver from here. Install them. You can use these commands: wget http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/lpr_debian/mfc9840cdwlpr-1.0.0-7.i386.deb&lang=English_lpr wget http://solutions.brother.com/Library/sol/printer/linux/rpmfiles/cups_wrapper/mfc9840cdwcups-1.0.0-7.i386.deb sudo mkdir /var/spool/lpd sudo mkdir /usr/share/cups/model sudo chmod 777 /usr/share/cups/model sudo dpkg -i –force-all –force-architecture mfc9840cdwlpr-1.0.0-7.i386.deb sudo dpkg -i [...]
rtorrent: Error in option file
My bit torrent client of choice is rtorrent, which runs from the command line. I have been using it without problems for months, but today it stopped working and gave an error instead: rtorrent: Error in option file: ~/.rtorrent.rc:4: Not a value It seems that the rtorrent developers have made some changes to the way [...]
Setting up asterisk-gui on Ubuntu
Tonight I had a go at installing Digium’s asterisk-gui. I followed some instructions from Asterisk Guru, but then had to apply a fix at the end because the static-http folder was in the wrong place. Installation Instructions Download the asterisk-gui source code from SVN: mkdir -p ~/downloads/asterisk-gui cd ~/downloads/asterisk-gui svn checkout http://svn.digium.com/svn/asterisk-gui/trunk . Compile the [...]
Missing asterisk config files in Ubuntu / Debian
If you install Asterisk on Ubuntu via apt-get, and then remove it and re-install again, you may find that you are missing the all the config files in /etc/asterisk. This is a bug in the debian asterisk package that means that the config files are deleted when you remove the asterisk package even though they [...]
Installing phpMyAdmin Advanced Features on Ubuntu
phpMyAdmin To install the advanced features of phpMyAdmin you have to create a special control database that PMA uses to store bookmarks and relationships etc… PMA comes with a script called create_tables.sql that contains the relevant sql statements to set these tables up. Normally, when you install phpMyAdmin directly from source, this create_tables.sql script can [...]
Encoding mp3 audio with ffmpeg on Ubuntu Hardy
If you already have ffmpeg installed (without mp3 support), then firstly uninstall it. MP3 support isn’t included with ffmpeg in the default Ubuntu repositories so to get it you have to enable the Medibuntu repos (assuming this is legal in your area). sudo wget http://www.medibuntu.org/sources.list.d/hardy.list -O /etc/apt/sources.list.d/medibuntu.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O – | sudo apt-key [...]
Real media to Xvid (divx) and cropping with Ubuntu
If you liked my last post on how to save real player streams and convert them to mpeg 4 avi files, then you might find this post useful. Today I needed to save a real player stream of last night’s 10 o’clock news from the BBC and then convert it into an xvid file. I [...]
Converting RealPlayer .rm files to MPEG (mp4) .avi with Ubuntu
You will need mplayer and mencoder, as well as the win32 codecs in order to convert .rm files to their mpeg equivalent. So if you haven’t already got them installed you can get them with: sudo apt-get install mplayer mencoder wget http://www3.mplayerhq.hu/MPlayer/releases/codecs/essential-20071007.tar.bz2 tar jxfv essential-20071007.tar.bz2 sudo mkdir -p /usr/lib/win32 sudo mv -i essential-20071007/* /usr/lib/win32/ Next [...]
Recent Tweets
Follow @paulmaunders on Twitter
Blogroll
- 5D Photography
- Aldershot Business
- Alex Polski
- Andrew Thompson
- Ben Kennish
- Brendan McLoughlin
- Camberley Business Listings
- Clearbooks Online Accounting
- Farnborough Businesses
- Farnham Business Directory
- Fleet Businesses
- Fubra Blog
- Harry Ford
- Jake Brumby
- Matt Godwin
- Matt Ward
- Mike Moate
- News Archive
- Pyrosoft
- St Lucia Apartments Blog
- Steve Whiteley
- The New Pink
- The Shaggy Entrepreneur
- Tour The World
- UK Surf News
- Xtra Gamer






