Archive for the 'Misc' Category

 

 

Mar 11 2011

MRemote multi-tab remote connection manager

Published by dave under Misc

Not a technical post but a useful piece of software… I was pissed off having so many windows on my desktop while connecting to different remote services. Till I found MRemote that lets you manage all your network connections in a single multi tab window. You can create Remote desktop, SSH, telnet, VNC and many [...]

No responses yet

Oct 13 2009

Command History with Arrow Keys in Ksh

Published by dave under Aix,linux,Misc,solaris

Arrows aren’t used in ksh as a default. To enable command history like in Bash, add the following lines in the .profile or .kshrc file: # Switch to Emacs mode # Only Emacs mode lets you make use of arrow keys set -o emacs # Go back in command history (up arrow) alias __A=’^P’ # [...]

No responses yet

Feb 27 2009

Linux Graphic Mode Installation Crash

Published by dave under linux,Misc

Packard Bell Easynote E6100 Graphic cards aren’t always detected by Linux. This can be a problem as many distributions only support graphic mode installation type, like Ubuntu, Fedora or Debian. This is the case of my Packard Bell Easynote E6100 and its onboard Via Unichrome card freezing on graphic mode startup. One solution is to [...]

One response so far

Next »