Since starting to use Windows 8, I found that the grouping behavior of the taskbar combined with a dozen open PuTTY windows drove me insane. There's a multiple-tabbed PuTTY shell, but it was hard to get used to as well. I finally switched to the Chrome SSH client, which has been much better (though it doesn't have nearly the features of PuTTY, of course).
It's been a while since I was stuck on a Windows box, but I found the combination of Console2 (tabbed terminal emulator) with Cygwin[1] was quite nice. Then you can use `ssh', `scp', etc. like you would on a Unix machine. You might want to try this approach if you're willing to go as far as to do this from your browser (which gives me shivers). This was on Windows XP but I imagine it still works. [1] http://sourcefor…
PuTTY 0.63 released, fixing four security holes
81–88 of 88 posts
Re: PuTTY 0.63 released, fixing four security holes
#82Earlier quoted context omitted.
I know this is a troll statement, but I feel Windows does a lot of things well. * For large organizations, domain controls make managing a large number of desktops much easier. * I feel MS Office on windows is a better product than the mac version (if you do a lot of document work). * Gaming. Windows is still dominant for desktop games. * Windows isn't the walled garden that Mac is going towards. * Backwards compatib…
Would you mind explaining what domain controls offer? I've never worked with a large windows desktop install base, so I have no idea what domain controls do exactly.
Re: PuTTY 0.63 released, fixing four security holes
#83Earlier quoted context omitted.
in win8 if you are using a metro application you can't switch to a specific window right away in all the ways you can with windows 7. at least not in the old build i used.
I can't disagree, but I doubt that if you're using PuTTY you're using Metro.
Re: PuTTY 0.63 released, fixing four security holes
#84Earlier quoted context omitted.
My first thought was this sounds a lot like the "screen" command. Which is basically true, but with the added benefit of screen splitting. Also, tmux is distributed under the BSD license (instead of GPL). http://www.wikivs.com/wiki/Screen_vs_tmux
That article implies that tmux is faster than screen. While it may be the case that it uses fewer resources (which I've not checked), it's exclusively been my experience that tmux is laggy where screen isn't.
I have experienced lagginess with tmux, but this has been more down to VTE and/or mosh performing particularly badly with large terminals. A fullscreen 266x188 tmux session on urxvt is massively smoother than with Terminator/gnome-terminal/Terminology/etc, and with remote sessions ssh is similarly massively smoother than mosh. Kind of disheartening given today's ridiculously powerful hardware.
Re: PuTTY 0.63 released, fixing four security holes
#85Earlier quoted context omitted.
Since putty.exe is so small you could make a bunch of copies. Launch putty1.exe for the first session, etc.
Duplicating the PuTTY binary for each session makes about as much sense as having a separate MS Office installation for each and every Word document.
Re: PuTTY 0.63 released, fixing four security holes
#86Since starting to use Windows 8, I found that the grouping behavior of the taskbar combined with a dozen open PuTTY windows drove me insane. There's a multiple-tabbed PuTTY shell, but it was hard to get used to as well. I finally switched to the Chrome SSH client, which has been much better (though it doesn't have nearly the features of PuTTY, of course).
Re: PuTTY 0.63 released, fixing four security holes
#87Earlier quoted context omitted.
That article implies that tmux is faster than screen. While it may be the case that it uses fewer resources (which I've not checked), it's exclusively been my experience that tmux is laggy where screen isn't.
That's not been my experience at all - I can't say I've ever seen tmux perform noticeably worse than screen, but under extreme load tmux always seems to cope better. e.g. dumping 250k lines takes screen over a minute, while tmux will be done in under 3 seconds and be more responsive while that's happening. It's nice to be able to ^C something spammy and not have time to go make a cup of tea before it responds. I have…
Re: PuTTY 0.63 released, fixing four security holes
#88Earlier quoted context omitted.
Duplicating the PuTTY binary for each session makes about as much sense as having a separate MS Office installation for each and every Word document.
Except Word is huge and probably can't handle multiple installations. I admit its a hack.
But that's moot as you'ed missed my point. I'm talking about how you only need one install of Word to open up multiple unique word documents. Just as you only need one copy of PuTTY to run multiple unique SSH sessions. duplicating the exe isn't a hack; it's just an unnecessary waste of disk space since you gain literally nothing (all the different exe's will point to the same registry keys for their profiles and all the exe's can run multiple instances).
And this is why I made my Word analogy - because what you're advising is worse than useless.