Sharing your SSH commandline
codelathe.com
Sharing your SSH commandline
1–10 of 15 posts
Re: Sharing your SSH commandline
#2Re: Sharing your SSH commandline
#3Re: Sharing your SSH commandline
#4I've been wondering if it might be interesting to see webcasts of just smart people coding some project from start to finish, say one hour webcast per day.
Re: Sharing your SSH commandline
#5I've been wondering if it might be interesting to see webcasts of just smart people coding some project from start to finish, say one hour webcast per day.
Re: Sharing your SSH commandline
#6Re: Sharing your SSH commandline
#7Re: Sharing your SSH commandline
#8I love screen. Still don't know half of what it can do.
Screen is the sort of program where it's really good to skim through its manual now and then. There's tons of stuff in there that most people don't know it can do.
The scroll/copy and paste functionality functionality (under M-[ and M-], where meta is C-a or ` or whatever) is really handy, you can change settings interactively via the : prompt, and you can also interact with the running screen session(s) via scripts.
Also, from my screenrc, a statusbar (looks like this http://shenani.gen.nz/~scott/screen-statusbar.png):
# Set up my status line at the bottom of every frame
caption always "%{gb} %{ck}%m-%d %C %{gb} %{gb}%?%-Lw%?%{ck}%n*%f %t%?(%u)%?%{gb}%?%+Lw%?"Re: Sharing your SSH commandline
#9Is there a way to do this without having to sudo on one or both ends?
The multiuser section of the manual is here (http://www.delorie.com/gnu/docs/screen/screen_25.html), and there are a couple commands for changing user permissions.
Re: Sharing your SSH commandline
#10Is there a way to do this without having to sudo on one or both ends?