Dienstag, 13. Dezember 2011

Dienstag, 15. November 2011

xbmc wtv mac os X 10.7.2

1) install VLC media player and make sure VLC plays wtv files.

2) change config to add wtv files in library

3) change config to play wtv files with vlc player

PATH: (change #username# with your username:)
/Users/#username#/Library/Application Support/XBMC/userdata

advancedsettings.xml

playercorefactory.xml

References:

toggle full screen mode mac os X lion 10.7.2

mac os X lion 10.7.2

zum Einrichten von Tastenkürzel für den Vollbildmodus:
getestet mit Itunes 10.5.1 und Chrome 15


aus dem Ansicht/Darstellungs-Menü die Tastaturkurzbefehle:
(zb mit Funktionstasten belegen)

"Vollbildmodus ein"
"Vollbildmodus aus"

Vollbildmodus ein

Hinweis: bei Google Chrome Vollbild nicht im Präsentationsmodus verwechseln!

Freitag, 24. Juni 2011

mac os X enable colored terminal and colored vi

how to make a colored terminal window

to change login shell edit following files:
~/.bash_profile
~/.profile

export CLICOLOR=1;
export TERM="xterm-color"
alias ls="ls -G"
alias r='ssh -l root'
alias ssh='ssh -l root'


to make vi (vim) "colored" edit:
 ~/.vimrc
syntax on

tested on MAC OS X 10.6, XSERVE 10.5
this works on ssh terminal too! (putty)

Mittwoch, 12. Januar 2011

puppet - the group policy for linux admins

puppet - i say this is the group policy function you need for maintain linux environments.this page is my mind map of implementing the "central configuration solution" called puppet.


== planned environment ==
  • maintainence the config-files on client
  • svn commit to repository
  • puppetmaster checkout/update from svn repository
  • puppet clients get config's from puppetmaster (connect to dns name "puppet")

== for setup watch youtube ==

puppetca --list (show new clients)
puppetca --sign client.domain.name

== doc's ==

    == dashboard ==
    (see if all clients are reporing every 30 minutes...)