Tuesday, 31. October 2006, 23:00:00
Gentoo
Tuesday, 3. January 2006, 13:43:33
Gentoo, vim, vi, gvim
* To enable UTF-8 viewing, set guifont and guifontwide:
* :set guifont=-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
* :set guifontwide=-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1
*
* note: to find out which fonts you can use, please read the UTF-8 help:
* :h utf-8
*
* Then, set read encoding to UTF-8:
* :set encoding=utf-8
* To see what's new in this release, use :help version6.txt
* To enable command-line completion for gvim, run:
*
* eselect bashcomp enable gvim
Sunday, 25. December 2005, 11:22:53
Gentoo, postgres, postgresql, install
emerge postgresql -va
emerge --config =postgresql-8.n.m #(copy in screen)
/e i. post start
su - postgres
createuser -W root
su - #or however to become user ^^
/usr/bin/createdb NewDBName
#From remote:
ssh -L 5432:localhost:5432 remote.example.com
#und dann lokal pgadmin auf localhost verbinden