Monthly Archives: September 2009

Rackspace Cloud Files helper scripts

Since working a lot with Rackspace Cloud Files I have put some quick scripts using the python-cloudfiles API to do some ls rm and cp of containers or objects.. It’s really a collection of quickly written stuff put in the … Continue reading

Posted in Programming, Rackspace | Leave a comment

Emacs transparency with mouse wheel

Emacs is playing fancy on the latest version (since emacs 23) it has now support for transparency at least on Linux when you have a composited Windows Manager. As explained on the Emacs wiki here everything is controlled by this … Continue reading

Posted in Emacs | 2 Comments

rsync like backup to Rackspace Cloud File with duplicity

It seems that there is no much documentation about how to do rsync like backup with duplicty so here it is : Install python-cloudfiles from here http://github.com/rackspace/python-cloudfiles Install duplicity, its available directly from Debian or alike distros (ie: ubuntu) or … Continue reading

Posted in Rackspace, Scripts | 25 Comments

Upload to Rackspace Cloud files from GNOME nautilus

After seeing this script http://overhrd.com/?p=106 which allow to upload files with the file manager (finder) of MacosX to Rackspace Cloud Files, I have made a nautilus script that doe the same for us Gnome/Unix users. Available here : http://github.com/chmouel/nautilus-rackspace-cloud-file/tree/master

Posted in Programming, Rackspace, Scripts | Leave a comment