Showing posts with label debian. Show all posts
Showing posts with label debian. Show all posts

Thursday, May 22, 2014

debian wheezy x11 forwarding

in the /etc/sshd_conf:

X11Forwarding yes
X11UseLocalhost no


the from the client:

ssh -Y user@host

Tuesday, May 06, 2014

install yesod on debian wheezy

# apt-get install haskell-platform
# apt-get install yesod

$ yesod init
$ cd 
$ cabal install
$ yesod devel