Code: Show/Hide # Send extra data to console so that you can use local console's
# scroll-back features termcapinfo xterm ti@:te@ term xterm # fancy buttom line tells information #hardstatus alwayslastline "%l | %D %M %d %c | %-w %{+r} %n %t %{-} %+w" # Make sure programs are still running if we leave autodetach on # Colored status line on the bottom of the screen #sorendition 04 43 #hardstatus alwayslastline "%h | %-w %{+r} %n %t %{-} %+w" # Remove startup message and make status messages shorter timeout startup_message off msgwait 1 # Increase scrollback buffer from 100 lines defscrollback 1024 # Remove real bell sound and replace with virtual bell instead vbell on # F5/F6 to scroll through windows, F7 to rename, F8 to create new bindkey -k k5 prev bindkey -k k6 next bindkey -k k7 title bindkey -k k8 screen # If a window goes unresponsive, don't block the whole session waiting for it. nonblock on |
| Cerium wrote: |
| Now, I'm not a Linux guy so I could be completely off base here, but doesn't x-windows let you connect to a remote machine and view its GUI? |
| blah-er wrote: |
| I suggest you try out coLinux... |
| Quote: |
| Dedicated to the study of Lau Gar Kung Fu as taught by Master Jeremy Yau |
| blah-er wrote: |
| The distribution, which I think Gnome is, think it as the main box (think of it as what everything runs on). KDE is just a GUI environment (like IDE), that runs on your Linux. |
Code: Show/Hide yum install vnc-server |
| blah-er wrote: |
| like windows needs 200 things, to not crash |