Posted by admin On December - 29 - 2008
Since I have been unable to find anything that automagically upgrades wordpress plugins from a script, I decided to write my own in python. This basically logs in and presses the ‘upgrade’ button for each of the plugins that have an upgrade available. The script does not support the FTP login for the upgrade process… so you’re out of luck if you need that.
I’ve really only tested this on wordpress 2.7.
Only basic error detection is done, so don’t blame me if this breaks something
Code follows…
Read the rest of this entry »
Posted by admin On October - 25 - 2008
Update (oct 2, 09): Updated to llink 2.2.2 – let me know if there are issues!
It’s probably a good idea to remove all the old libs needed by older llink versions.
funpkg -r /ffp/var/packages/libdvdcss*
funpkg -r /ffp/var/packages/libdvdnav*
funpkg -r /ffp/var/packages/libdvdread*
Read the rest of this entry »
Posted by admin On August - 7 - 2008
UPDATE (10/25/2008): version 2.2.0 is here.
UPDATE (8/8/2008): Due to a regression with handling .vob files in the VIDEO_TS folder, I have packaged 2.1.1 (build 1000 – current testing version) – try that if you have issues with 2.1.0
(You can read my original review here)
I’ve only done basic testing, but from what I have seen, this llink version rocks! The UI is much snappier and there is a new theme that looks like the default popcorn hour’s theme! Nice! I tested only a couple of .avi and .mkv files which worked great. I’m not sure if anything else broke… If anyone has any issues let me know. Read the rest of this entry »
Posted by admin On July - 31 - 2008
Looking at the changelog for the 2.0.9 release I’m going to hold off and wait for the 2.1.0 final. It’s currently in beta now, so if it’s not released soon, I’ll take a crack at packaging it up. It seems like there are some worthwile improvements! I especially like the ‘visited’ feature! Fow now, 2.0.8 is good enough
Posted by admin On June - 20 - 2008
UPDATE (8/7/2008): new version of llink (2.1.0) posted here! w00t!
Well, we have a new version of llink! Read my old review here! This version can now browse inside of .iso and .img files! One of the issues I had with the old version! Sweet!
Read the rest of this entry »
Posted by admin On June - 13 - 2008
I originally started out with the scripts from this forum post but made a few changes to suit my needs and also work on the dns323. The only thing that you would need to change is the ‘SOURCE’, ‘DEST’ and the ‘PASSPHRASE’
Obviously, you’d need to set up automatic login with ssh to use the scripts below…
Read the rest of this entry »
Posted by admin On June - 12 - 2008
Update: Check out newer version here!
Wow, llink is great! It’s quite a bit better then SMB and NFS – at least when using the dns323. I’ve compiled the version 2.0.6, grab it from the bottom of the post.
Read the rest of this entry »
Posted by admin On June - 9 - 2008
What is it?
Duplicity backs up directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync, the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives, they will be safe from spying and/or modification by the server.
I have been using this since June 1st now and it has been working great! I had to compile and install several things to get it to work, but in the end, it works perfectly when using ffp0.5.
Read the rest of this entry »