Skip navigation.

My pasteblog

This is not my Zettelkasten but a durable .bash_history

Posts tagged with "Gentoo"

Strato: kernel config

.config
.

Read more...

emerge 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

install postgresql on Gentoo

, , ,

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
November 2009
S M T W T F S
October 2009December 2009
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30