- Python and MySQL(db) – Part 1 – the absolute basics
Schon ziemliche basics, aber mal sehen wie viele weitere Teile noch kommen. - Pro Git
Ein Git Buch unter CC Lizenz. Tolle Sache. - MooTools Tutorials and Resources Round-Up
Ganz schön umfangreiches JavaScript Framework.
Schlagwort: git
Random Links #14
- Git and command-line fear
Entwickler sein und Angst vor einer Command Line haben schließt sich doch gegenseitig aus! - Drag and Drop between Web and desktop
Interessante Sache….
Random Links #2
- Welcome to Prag Pub Neues Online Magazin von den Pragmatic Programmers. Mit Michael Swaine (DDJ) als Editor klingt das ziemlich vielversprechend.
- Python Web Framework Series – Pylons Eine Einführung in Pylons, klingt interessant …
- Git cheat sheet Alter Link, aber hervorragender Inhalt.
- The “Risk” of Open Source Software Support Toller Artikel und Diskussion über OSS Support
Installing git and MacPorts on Mac OS X
As installing git and MacPorts on my MAC wasn’t as simple as I thougt before, here are the necessary steps to get MacPorts and git on your Leopard:
Install Xcode 3.0, which can be found on your Mac OS Setup CD, or here.
Install X11, which you can also find on the OS X Setup CD
Download and Install MacPorts
Update your ~/.profile:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export MANPATH=/opt/local/share/man:$MANPATH
Install git via MacPorts:
sudo port install git-core
A more comprehensive guide on installing MacPorts can be found here.