Use Windows RDP to connect to a Ubuntu host

Here is a quick tutorial on how to use Windows Remote Desktop to a Ubuntu host. Ubuntu setup: Open a terminal window on your Ubuntu host and install xrdp: apt-get install xrdp Lets set the RDP environment to use gnome echo “gnome-session –session=ubuntu-2d” > ~/.xsession Change the permissions to make it executable chmod 755 .xsession … Read more

Linux tool: mssh

Are you a constantly managing multiple Linux nodes and doing a lot of copy/paste to 6+ terminal sessions? Wish you can just type and execute commands once and all your SSH windows get auto-magically filled? Enter: mssh. What is it? This tool connects to multiple servers and opens them up into one terminal window. You type … Read more