Home

Wiki (private)

 Kornel 

 Blog Kornela 

Linux

Drugs

Berlin

Outside

Free Time

Contact

Impressum


Various Hints for the console
  1. for a higher resolution in the text console add vga=791 as kernel parameter (e.g. in menu.lst)
screen & dvtm & tmux
  • screen hidden feature: in lenny, ubuntu ≥ 8.10: CTRL+| : split screen vertically (not in man screen)
  • start dvtm within a (screen) vertical split for faster scrolling
  • use tmux - this is the SOTA tool for console (combines screen+dvtm)
ssh
  • To pipe something over ssh:
         $ cat FILE | ssh user@host 'cat - >> DESTFILE'
Links