Monday, December 3, 2007

http://www.cyberciti.biz/tips/howto-ubuntu-linux-convert-dhcp-network-configuration-to-static-ip-configuration.html

Find out what command is used for particular task by searching the short descriptions and manual page names for the keyword:
$ man -k 'delete directory'
$ apropos -s 1 remove

Display short descriptions of a command:
$ whatis rm
$ whatis netstat

file: script: linux: ubuntu: configuring dhcp time-out
/etc/dhcp3/dhclient.conf

Edit the line that says:
#timeout 60

ubuntu: Network Configuration
https://help.ubuntu.com/7.10/server/C/network-configuration.html

chat: p-r-a: linux: ubuntu: X11
12:48:25 AM: /etc/X11/xorg.conf this is the video conf file
12:47:37 AM: check /var/log/messages for any clues
12:44:30 AM: to change monitor resolution use alt cntl +/- together

Software engineering tips for startups
http://blog.adaptiveblue.com/?p=765

Thrift
http://developers.facebook.com/thrift/
info: Thrift is a software framework for scalable cross-language services development. It combines a powerful software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, and Ruby. Thrift was developed at Facebook, and we are now releasing it as open source.

svn: issue: error: option expected near line 12
anon-access = read
auth-access = write

whitespace infront of 'anon-access'


D:\svn_repos>svn mkdir svn://localhost/site
svn: D:\svn_repos\conf\svnserve.conf:12: Option expected
svn: Your commit message was left in a temporary file:
svn: 'svn-commit.tmp'

Book: O'Reily: Version Control with Subversion
http://svnbook.red-bean.com/

SVN 1 click setup
http://svn1clicksetup.tigris.org/

SVN: Less than mere moments installation of subversion (installer)
http://blog.briankohrs.com/2005/09/06/less-than-mere-moments-installation-of-subversion/

ActiveRecord, ORM and MVC
Active Record Patter, Object Relational Mapping, Model View Controller
oss: MoinMoin wiki
http://moinmo.in/

oss: content management: CMS: cool :) Silver Stripe
http://www.silverstripe.com/showcase
SilverStripe Modules (like add-ons): http://www.silverstripe.com/modules/
Sapphire framework
it runs on PHP (5.2+)

tutorials: http://www.silverstripe.com/showcase

http://www.boys4hire.info/index.html

book: letting go of the words (writing for the web)
http://www.redish.net/content/books/lettinggoofthewords.html
author: Janice (Ginny) Redish
info: IA: UI/UX: Usability and Clear Communication

No comments: