domingo, octubre 30, 2005

Como mantener sincronizado el reloj de la compu.

Pues ya me había hartado de tener que estar actualizando el reloj de la compu, entonces instalé los siguientes paquetes: ntp, ntpdate, ntp-server, ntp-simple. Con los cuales espero que la hora se mantenga actualizada.

Pues funcionó, lo hice justo el día del cambio al horario de invierno y seleccioné un servidor que estaba en Querétaro.

Como instalar cursores en Linux Debian/Ubuntu. Espero que otros.

Primero me encontré una guía en gnome-look, la cual seguí:

Description:
Ways to install cursors have been unhelpful as always with Linux, it's proggies and the sparse documentation you get with any package. I am on Slackware 10 and for some reason I have to install cursors globally so if you are like me then this is for you!

First get the icon theme and if it's folder do as root.

$tar -zxvf cursortheme.tgz /usr/X11R6/lib/X11/icons/ && cd /usr/X11R6/lib/X11/icons/

all that should extract the cursor folder to that directory and then you should be in /usr/X11R6/lib/X11/icons/ and see the folder you just placed there. Also you will see index.theme. cat index.theme Default will look like this:

[Icon Theme]
Inherits=core

You don't want that ugly default theme. So lets say the folder you just extracted is Grounation (nice look). Then open up index.theme in your fav editor and place the name of whatever cursor folder you have there. Eg.

[Icon Theme]
Inherits=Grounation

log out and log back in and voila. Warning: this will replace cursors system wide. I do this way because crappy other ways in my ~/.icons/default do not work!

Btw, this is for Gnome and other stuff. KDE has easy to use configuration in kcontrol to change cursor.

Have fun
ash

La carpeta donde se indica que se deben colocar los cursores es la correcta, o sea: /usr/X11R6/lib/X11/icons

Y se debe crear el archivo con los indices del tema, este último se debe ubicar en: /etc/X11/cursors, la estructura del mismo se puede copiar de cualquiera de los existentes.

Para cambiar los cursores con los que deseo trabajar puedo hacerlo con el gnome-themer.

Creo que para cambiar los cursores se crea un vínculo simbólico a los cursores que se deseen, el vínculo se encuentra en ~/.icons/default/cursors y apunta a la carpeta de mis cursores en mi caso a /usr/X11R6/lib/X11/icons/Nouveau-Onyx/cursors, espero que eso sea.