Posts

Showing posts from October, 2010

Old Nabble - Turbogears General - how to return csv data?

Old Nabble - Turbogears General - how to return csv data? : "e.g. like this @expose(content_type='text/csv') def csv(self): stream = StringIO() writer = csv.writer(stream, dialect='excel') writer.writerow(['Spam'] * 5 + ['Baked Beans']) writer.writerow(['Spam', 'Lovely Spam', 'Wonderful Spam']) output = stream.getvalue() stream.close() return output For creating real Excel files you can use this: http://www.python-excel.org - Sent using Google Toolbar"

Cleaning up your Contacts with Contact Cleaner » Zimbra :: Blog

Cleaning up your Contacts with Contact Cleaner » Zimbra :: Blog : "- Sent using Google Toolbar"

How can I access Time Machine backup data for other computers? :: Free Tech Support :: Ask Dave Taylor!®

How can I access Time Machine backup data for other computers? :: Free Tech Support :: Ask Dave Taylor!® : "- Sent using Google Toolbar"

linsec.ca - DansGuardian: A Content Filtering System

linsec.ca - DansGuardian: A Content Filtering System : "- Sent using Google Toolbar" Good list of files and what the represent.

Python: Getting TurboMail to work with TurboGears 2.0 | 5dollarwhitebox.org

Python: Getting TurboMail to work with TurboGears 2.0 | 5dollarwhitebox.org : "http://www.python-turbomail.org/ - Sent using Google Toolbar" Good start to getting TG2 and TurboMail3 working. With TG-2.1 and TurboMail-3.0.3 in pypi everything is really easy now.

HOWTO patch Nexenta (open source)

> I like the built in patcher in the Openfiler GUI. I’m not sure how Nexenta does patching. Just run “$ setup appliance upgrade nms” to upgrade the Web UI or “$ setup appliance upgrade” to upgrade the base OS software in Nexenta Community Edition. Both commands should be run as ‘root’. $ setup appliance upgrade nms $ setup appliance upgrade http://greg.porter.name/wordpress/?p=590

TurboGears 2.1 Standard Installation

$ virtualenv --no-site-packages -p python2.6 tg2env $ cd tg2env/ $ source bin/activate (tg2env)$ easy_install -i http://www.turbogears.org/2.1/ downloads/current/index tg.devtools (tg2env)$ paster quickstart example (tg2env)$ cd example/ (tg2env)$ python setup.py develop (tg2env)$ nosetests (tg2env)$ paster setup-app development.ini (tg2env)$ paster serve development.ini (tg2env)$ deactivate Upgrading TurboGears easy_install -U -i http://www.turbogears.org/2.1/downloads/current/index tg.devtools

Logging to a Database with Rsyslog

rsyslog and postgres in reference to: "Logging to a Database with Rsyslog" - Logging to a Database with Rsyslog LG #172 ( view on Google Sidewiki )