-
Archives
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
-
Meta
Tag Archives: osx
Making an offline file system copy of a Plone site using WebDAV
You might want to create an offline copy of a Plone site because You are traveling and you want to have all files on the site (PDFs for reading) You are taking a site down and making the final back-up … Continue reading
Posted in plone, technology
Tagged all files, cyberduck, doc, download, drag and drop, export, import, mass upload, osx, pdf, photos, plone, webdav
Leave a comment
Edit
Enable PHP log output (error_log) on XAMPP on OSX
If you are using XAMPP to develop PHP software (WordPress, Joomla!) on OSX you might want to get some advanced logging output from your code. PHP provides nice error_log() function, but it is silent by default. Here are short instructions … Continue reading
scp file copy with on-line compression
This might come handy if you need to copy a database file (Data.fs) from the remote server to your local computer: scp -C -o CompressionLevel=9 user@yoursite.com:~/plonefolder/zinstance/var/filestorage/Data.fs . This command line enables real-time compression with the highest compression level. This speeds … Continue reading
Firefox 4 is awesome – switching back to it
Firefox 4 is awesome. After being a Google Chrome user for one year, I tried Firefox 4 beta 11. I am switching back to Firefox as my primary browser. As a web power user, I found Firefox 4 gives me … Continue reading
Posted in technology, web browser
Tagged android, chrome, fennec, firefox 4, firegestures, gecko, google apps, linux, mouse gestures, mozilla, osx, panorama, plone, python, speed dial, tab groups, uaswitcher, webkit
4 Comments
Edit
My ZSH prompt and configuration for OSX and Ubuntu Linux
ZSH is a shell replacement for advanced command line users, featuring command autocompletion and such. ZSH works across OSX, BSD and Linux operating systems. Below is my .zshrc configuration file I use on OSX. It is based on Phil!’s ZSH … Continue reading
How to fix OSX: Cannot login: FileVault is corrupted
OSX provides home folder encryption system called FileVault. FileVault is effectively a sparsebundle file in your home folder, storing all your data, and is mounted as a loopback volume during the login. If your Mac loses power on a wrong … Continue reading
Posted in osx, technology, Uncategorized
Tagged corruption, damage, directory utility, disk utility, fail, filevault, fix, login, osx, repair, root, snow leopard, technology
Leave a comment
Edit
Xcode and iPhone simulator: The application won’t launch
This is another migration issue from iOS 3.x to iOS 4.x projects. The application does not launch in XCode when running Simulator – Debug. Instead it dies (SIGABRT) before entering main(). #0 0x91a02ef6 in __kill #1 0x91a02ee8 in kill$UNIX2003 #2 … Continue reading
Setting Google Apps hosted email as your browser’s default email client for mailto protocol
Would it be nice that when you click email link (maito) in your browser you could directly send email from your organizations’s Google Apps hosted service? (Google Apps is GMail + Google Docs for corporate/organizations with own domain name). Here … Continue reading
Posted in browser, osx, technology
Tagged email, firefox, googls apps, hosted, mailto, opera, osx, protocol handler, send, web mail, webmail
Leave a comment
Edit
Easily install all Python versions under Linux and OSX using collective.buildout.python
Here are short instructions how to install all versions (2.4, 2.5, 2.6, 2.7 and 3.1) of Python interpreters on UNIX system. The instructions were tested on Ubuntu 10.04 Lucid Lynx Linux but should work on other systems as is. The … Continue reading
Posted in plone, python, technology, ubuntu
Tagged buildout, collective, compilation, installation, linux, osx, pil, plone, python, python imaging library, readline, ubuntu, virtualenv
20 Comments
Edit