Paul Richards
Web Developer
Web Developer
Apr 2nd
You may of noticed that installing backup-manager on Fedora (I’m using oldish version 9) isn’t that straight forward, particularly if you want to back up to Amazon S3. It took my a bit of messing around on how to do it so I thought it was worth sharing how I did it. Note that if you wish not to use Amazon S3 once its installed your all done.
Download the RPM to your server
$ wget ftp://ftp.pbone.net/mirror/archive.fedoraproject.org/fedora/linux/updates/9/ppc.newkey/backup-manager-0.7.8-1.fc9.noarch.rpm
If the link gets broken at some point there is a load more here http://rpm.pbone.net/index.php3/stat/4/idpl/13697398/dir/fedora_9/com/backup-manager-0.7.8-1.fc9.noarch.rpm.html. If you use a different Fedora version you can find the correct RPM here.
You can install this now with
$ rpm -ivh backup-manager-0.7.8-1.fc9.noarch.rpm
If you dont need Amazon S3 to work your all done at this point.
If you run it at this point your get the error message:
The upload transfer "s3" failed.
You must install 2 more packages that it doesn’t tell you about.
Do the following under root
$ yum search perl-File-Slurp
$ yum install perl-File-Slurp.noarch
Now one more package
$ yum search perl-Net-Amazon-S3
$ yum install perl-Net-Amazon-S3.noarch
And now you can configure your conf:
nano /etc/backup-manager.conf
Oct 5th
This is a guide on how to replace your ugly sabnzbd url to something nice looking thats easier to remember. Currently the standard url will run on the port 8080 unless you’ve changed it. You could just change it to port 80 to make a nice url but more likely you already run apache on that port.
Example old url
http://myserver.com:8080/sabnzbd/
New url
http://sab.myserver.com
Assuming you already have apache installed you need to make sure you have the following mod’s installed and enabled.
a2enmod proxy
a2enmod proxy_http
a2enmod proxy_html
Now you have these installed and enabled you have to created a new vhost entry that will point your chosen server name to your oringal sabnzbd url.
ServerName sab.myserver.com
ProxyPass / http://localhost:8080/
ProxyPassReverse / http://localhost:8080/
And thats it! reboot your apache server and your done, you can now access via the new url. I would also stronlgly recommend you enable the password protection in your sabnzb configuration.
References
http://diginc.us/2009/02/ubuntu-sabnzbd-protected-by-an-apache2-proxy-and-htpasswd/
Aug 7th
Before we start here are some details about my phone which i did this process on:
You have 3 choices on what you can do here:
First we must ‘debrand’ our phone, this is a process where we load a generic rom that shipped with the sim-free Desires. These are all version 1.21.x all of which contain ways to root the phone. If you read up on how to root these phones you notices it says ‘this only works if you have 1.21.x or below), well the goal of this to downgrade to that lower number.
PLEASE READ EVERYTHING CAREFULLY I CANNOT BE RESPONSIBLE FOR BROKEN PHONES.
Create a ‘gold card’ – A GoldCard is a special SD card which, when inserted into your device, allows you to flash RUU files with a different CID to your own device. So we own a 3UK branded device, this will allow you to flash a generic ROM.
Requirements
Step by step instructions
Ok here the bit that differs for us 3UK branded people. If you have a branded handset other then 3UK at this point you run a gernic RUU found here. 3UK owners must go through a couple more steps.
Download the unrevoked3 rooting package from here http://paulsrichards.com/files/downloads/desire-rooting/reflash_package.exe (the one i used) or download it from http://unrevoked.com/#desire. This software will flash a custom recovery onto your phone. If your having driver problem ensure you follow the instructions that come with it properly. It has its own set for bootloader that it must use. If you having issues with the program finding your desire, try plugging in the desire before you load the program (even though it says not to do this). I had to do that to get it to work. Note that it loads a default recovery you can change this by clicking the file menu, i did this and used recovery-RA-desire-v1.7.0.1-R5.img found here. As i’ve rooted a Magic and Hero in the past i felt more at home with that one.
NOTE THIS PROCESS WILL COMPLETLY WIPE OUT YOUR PHONE – ENSURE YOU HAVE IT BACKED IT UP.
Ok now you can get into your new custom recovery by turning off the phone, hold the back button + the power. Select ‘BOOTLOADER’ then ‘RECOVERY’. It will then reboot to recovery.
Now at this point you can say the hard work is done and load a custom ROM which is Froyo 2.2 offical. I’ve currently got ‘Rooted Official HTC Android 2.2 (FroYo) ROM’ from here (look around on XDA there are loads to try out). And away you go offical 2.2 on your phone.
But you can carry on and do it the other way (i’m not sure why you would want to do that now but here goes).
Place this zip (found here for ref) on your Sd card and ‘Flash a Zip’ in recovery.
Now your phones thinks its an older version then it is. Download a gernic unbranded RUU found here.
Possible problems
Easy! you know have a downgrade phone!
Now to root it you can do the following (guide from XDA):
NOTE: for step one it depends which generic RUU you decided to put on, please check what you got by going into HBOOT (power off, back button + power).
sudo mkdir /mnt/cdrom sudo mount /dev/cdrom /mnt/cdrom cd /mnt/cdrom/desire sudo ./step1.sh
sudo ./step2.sh
IF YOU WISH TO UPGRADE TO OFFICAL FROYO DO THIS BUT IT WILL UNROOT YOUR PHONE AND MAY MAKE IT SO CAN NEVER ROOT IT AGAIN. I WOULD SUGGEST YOU DO WHAT I DID ABOVE
(guide is from here)
Next you need to download the FroYo update file which you can find here [Mirror - the file has already been renamed to update.zip], once you have done this rename the file update.zip and copy it to the root of your microSD. Turn your phone off then do the following:
Recent Comments