October 8, 2009, 9:23 am

So, you have just installed Debian GNU/Linux. Good for you! But, what now? All you have is a black screen in front of you with no mouse pointer or application menu or anything! What gives?!
What you need now is to install a Desktop Environment. Don’t fret, it’s actually pretty easy.
Continue reading ‘Install X Window System and a Desktop Environment in Debian’ »
October 27, 2008, 9:13 am

sudo vim /etc/ssh/sshd_config and make sure X11Forwarding is set to yes on the box you are ssh’ing too.
ssh -v -X -C xxx.xxx.xxx.xxx (-X specifies X forwarding, -C specifies compression, -v is verbose)
once logged in, simply execute “xinit” if it’s not already running on that box, and then fire off the name of your application. Examples:
- gnome-session (will start gnome)
- startkde (will start kde)
- firefox (will forward firefox to your machine)