Archive for May, 2006

Linux and XGL

Wednesday, May 17th, 2006

“Xgl is an X server architecture, started by David Reveman, layered on top of OpenGL via glitz. It takes advantage of modern graphics cards via their OpenGL drivers, supporting hardware acceleration of all X, OpenGL and XVideo applications and graphical effects by a compositing window manager such as Compiz. As of May 2006, the Xgl […]

Logging via ssh using keys (without typing password)

Saturday, May 13th, 2006

Very simple HowTo - how to log into remote machine using keys.
Generate keys on local machine:
ssh-keygen -b 1024 -t dsa
copy ~.ssh/id_dsa.pub content into ~.ssh/authorized_keys file on the remote machine you plan to log in without typing password again and again. To do it:
Copy id_dsa.pub file using your favourite ftp software
than simply type on the remote […]