by admin — published on September 15th, 2010
Utilizzando il firmware 2.3.6.0 sulla Fonera 2.0N, il gestore dei pacchetti opkg non funziona di default. Occorre eseguire due operazioni: Creare la directory /usr/lib/opkg: mkdir /usr/lib/opkg Modificare il file /etc/opkg.conf come segue: src snapshots2 http://downloads.openwrt.org/kamikaze/8.09.2/rb532/packages/ dest root / dest ram /tmp lists_dir ext /var/opkg-lists option force_space Fate attenzione però! L’opzione force_space fa sì che non [...]
by admin — published on September 15th, 2010
There are a plethora of subtitle finders for Windows but only a few for MacOSX and Linux. Most of them often don’t work. Searching for the right subtitle for a specific avi file can be frustrating. It’s not enough to match the filename. It’s always better to rely on the hash of the movie to [...]
by admin — published on August 21st, 2010
The latest version of duplicity which can run on RHEL 5 without too many dependency problems (available from Dag’s repository at http://packages.sw.be/duplicity/) has a nasty bug which results in the following error message: IOError: [Errno 22] Invalid argument Traceback (most recent call last): File “/usr/bin/duplicity”, line 463, in ? with_tempdir(main) File “/usr/bin/duplicity”, line 458, in [...]