Twitter: chmouel
- RT @rackerhacker: Want to work on a huge deployment of @OpenStack at @Rackspace? Join my team as a Linux Engineer and let's do this. DM ... about 21 hours ago from Twitter for Mac ReplyRetweetFavorite
- RT @flepied: My e-book #Quality #Python Development is available for free on Amazon: http://t.co/3z8Su0Ai . Plz RT and make a review if ... about 21 hours ago from Twitter for Mac ReplyRetweetFavorite
Archives
- April 2012
- February 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- January 2009
- December 2008
- October 2008
- July 2008
- May 2008
- March 2008
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
Meta
Category Archives: Rackspace
Upload a file to Rackspace Cloud Files from Windows
I don’t have to use much of the Windows Operating System except when I have to synchronize my Garmin GPS to use the excellent SportsTrack software for my fitness training. I wanted to get safe and backup my SportsTrack ‘logbook’ … Continue reading
Upload to Rackspace Cloud Files in a shell script
I don’t really use much the GUI and always the command line so I don’t really use the Cloud File plugin I created for nautilus. So here is a shell script to upload to Rackspace Cloud Files and give you … Continue reading
Posted in Rackspace, Scripts
4 Comments
New GNOME plugin for uploading to Rackspace Cloud Files and APT/PPA repo for CF tools.
Sometime ago I made a shell script to upload directly to Rackspace CF using the script capability of nautilus. While working well it did not offer the progress bar and was hard to update. I have made now as a … Continue reading
FTP server for Cloud Files
I have just committed an experiment of a FTP Server answering to Cloud Files. It act completely transparently to be able to use any FTP Client to connect to cloud-files. There is probably a couple of bugs there but the … Continue reading
Posted in Rackspace
30 Comments
Accessing to Rackspace Cloud Files via servicenet (update)
Last week I have posted an article explaining how to connect to Rackspace Cloud Files via Rackspace ServiceNET but I actually got it wrong as pointed by my great colleague exlt so I had to take it down until figured … Continue reading
Posted in Programming, Python, Rackspace
2 Comments
How to connect to Rackspace Cloud Files via ServiceNET
If you are a Rackspace customer and you are are planning to use Rackspace Cloud Files via it’s internal network (ServiceNet) so you don’t get billed for the bandwidth going over Cloud Files this is how you can do. The first thing is … Continue reading
Posted in Programming, Python, Rackspace
4 Comments
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
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
26 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