Start up your window manager if you havn’t already done so, and open a terminal. Type the following: ssh -X user@host When prompted, enter the password and you will be logged in. Now type the name of a graphical application e.g. Firefox: mozilla-firefox The application will then pop up just as if you had launched […]
Kdar – backup utility. Kdar is difficult to load into a Debian (linux) system as you get “cannot find X include” when you compile the source code. After many tries to get the “X include” files and place the X includes in the PATH I found a new way. I found a repository with the […]
you need a working network connection and contrib and non-free in your sources.list. Also you need unstable/sid sources for this to work currently. Open a terminal, su to root and copy the following: apt-get install build-essential module-assistant &&\ m-a a-i nvidia && apt-get install nvidia-glx nvidia-settings &&\ echo nvidia >> /etc/modules && modprobe nvidia && […]