*2009.01.31 12:38:47 system macosx

apply any other personal settings to your system

 

*2009.01.31 12:38:17 system macosx

consider making a default account with what you've done for here, and propagating that to other accounts.

 

*2009.01.30 12:17:11 system macosx
*2009.01.30 12:17:06 system macosx mercurial
download mercurial
install mercurial
open Terminal
which hg

 

*2009.01.30 12:00:54 system macosx quicksilver

download quicksilver install it add it to Account Preferences->Login Items also add quicksilver launcher to the Dock

Plugins: Firefox, Terminal, etc. set Quicksilver key to Option-Space

 

*2009.01.30 11:32:20 system macosx firefox

-download latest firefox (mozilla.org) | http://www.mozilla.com/en-US/

See firefox.txt for configuration notes

 

*2009.01.29 14:41:35 system macosx

Open System Preferences in Date & Time: enable Set date & time automatically choose timezone use 24-hour clock

 

*2009.01.29 14:39:32 system macosx

System Preferences -> Accounts: Click the lock to make changes. Login Options Automatic Login: Disabled Show fast user switching menu as: Icon

also [2009.06.21 10:57:11] Disable guest account

 

*2009.01.28 20:30:05 system macosx

Check for software updates this can take a while to download

 

*2009.01.28 19:43:17 system macosx

System Preferences -> Sharing change machine name

 

*2009.01.28 12:52:04 system macosx

also [2010.04.16 13:34:19]

Mac OS X Install Notes:

It's that time again. Maybe you have a brand new computer (yay!), or maybe it's just time to do some spring cleaning. Either way...

Start with a fresh install of the operating system.

If this is a system with an existing and used operating system in place, I prefer to wipe the drive completely for that "fresh install" feeling. Having install move the previously installed system to "Previous Systems" does not clean everything up. If you want to keep it around, it is better to move it to an archive drive of sorts. Do that now if you haven't already.

 

*2009.01.22 15:45:33 system shutdown update_software

optionally, if online, check for software updates to your operating system sometimes these are the actual trigger for a restart (shutdown) also [2009.12.10 11:46:02] if updates are taking too long, can restart then check for updates before launching again.

 

*2009.01.21 23:23:44 python testing

Unit testing is a good habit to get into. There are many unit testing frameworks for Python. Pylons uses one called nosetests and I have been very pleased with it. Here are a few notes I've collected on the topic:

 

*2009.01.21 10:23:06 system python install virtualenv

If you are on a shared system, Virtual Env may help isolate your Python instance from other Python instances on the system.

 

*2009.01.21 10:13:12 system python install imaging pil

The other component that you will need to install is the Python Imaging Library (often abbreviated as PIL).

Binaries for windows are available at the main site. Binary packages are much easier to install than from source.

For Mac OS X you can use ports, or find a binary package like the following: | http://pythonmac.org/packages/py25-fat/index.html | This also requires the 2.5 version of Python from python.org. (The one distributed with Leopard won't work)

also [2009.06.26 13:19:06] after installing the python from python.org, make sure that the python in the default path is using the latest python which python python -V should be 2.5.4

sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python /usr/bin/python

sudo rm /usr/bin/pythonw sudo ln -s /usr/local/bin/pythonw /usr/bin/pythonw

See also: | http://code.google.com/appengine/docs/python/images/installingPIL.html

 

*2009.01.21 10:01:51 system python install

Python is included with many operating systems.

An easy way to check if your system already has Python is to open up a terminal / command prompt and type:

python -V

for example: python -V Python 2.5.2

If your operating system does not have Python installed, please visit: | http://www.python.org | For more information on downloading and installing Python for your system.

 

*2009.01.16 02:22:45 python mercurial clone

if there is already an instance that you want to start from, go ahead and grab a copy using whatever version control system you like.

hg clone [source] [destination]

 

*2009.01.15 18:06:21 python mercurial initialize

hg init

 

*2009.01.15 16:00:43 system shutdown emacs

if you're in emacs with journal installed:

open up the file called instances.txt make a new entry describe the system state (keywords describing what you're doing with the files that are open) press M-x jp (journal print files) save it close emacs (repeat for any other emacs open)

 

*2009.01.12 20:02:15 python pylons mako ajax toscawidgets
*2009.01.09 10:54:27 python pylons book
*2009.01.09 10:49:07 python pylons authentication
*2009.01.09 08:45:46 python pylons authentication
pylons authkit - Google Search
AuthKit with Pylons - AuthKit Cookbook - PythonWeb
Authentication and Authorization (Page Not Found) - Pylons Book - PythonWeb
Authentication and authorization Chapter (Pylons Book)
The Pylons Book
Toc Chapter (Pylons Book)

 

*2009.01.09 08:35:33 python google_app_engine maps api
Google Apps for business
Google Apps for business – messaging tools
Google Apps for business – collaboration tools
google maps api - Google Search
Google Maps
Google Maps API - Google Code

 

*2009.01.09 08:30:58 python pylons mako documentation

also downloaded to (see also) /charles/downloads/reference/mako-documentation.html

 

*2009.01.09 08:30:41 python pylons mako caching templates
pylons template cache - Google Search
Caching in Templates and Controllers - Pylons Official Docs - PythonWeb
Mako Documentation - Caching

 

*2009.01.09 08:27:43 python pylons forms file upload
pylons upload - Google Search
Hacking Pylons for handling large file upload - Pylons Cookbook - PythonWeb
A Better Way To Limit File Upload Size - Pylons Cookbook - PythonWeb
File Upload Progress Indicator for Pylons in Launchpad
Home - Pylons Official Docs - PythonWeb
Site Search - PythonWeb
Using twForms with Pylons. Part 1 - ToscaWidgets - PythonWeb
Form Handling - Pylons Official Docs - PythonWeb
ToscaWidgets

 

*2009.01.09 08:19:04 python regular_expression

see also /charles/downloads/reference/Regular Expression HOWTO.html

 

*2009.01.09 08:19:01 python regular_expression