Sincronización de notas en Tomboy


Actualización: 19/04/2009
Tomboy es una aplicación de tomado de notas para GNU/Linux y Unix. Es una aplicación simple y sencilla de utilizar para con un gran potencial para ayudarte a organizar las ideas e información con las que trabajas cada día. Una de las funcionalidades que más me gusta de esta aplicación es la posibilidad de sincronización de notas a través de un servidor. En esta entrada os muestro los pasos necesarios para sincronizar vuestras notas de tomboy entre distintos ordenadores.
Antes de explicar como utilizar la sincronización de notas en tomboy, me gustaría advertiros de que es probable que tengamos que instalar el protocolo de transferencia de ficheros de SSH, para poder activar sin problemas esta funcionalidad de tomboy.
sudo aptitude install sshfs
Una vez hecho esto, el primer paso a dar es activar el complemento de sincronización SSH desde la pestaña de complementos en la ventana de preferencias.

Una vez activado el complemento podemos ir a la pestaña de sincronización para configurar los datos de acceso del servidor a usar para sincronizar nuestras notas. En servicio establecemos la opción SSH (hay otras, pero esta es la que he probado ya que se más o menos como trabaja un servidor SSH), y escribimos el nombre del servidor, usuario y si queremos la ruta del equipo remoto donde queremos trabajar. Si en este punto nos aparece un error a la hora de darle al botón guardar, tendremos que configurar la autentificación a través de SSH:
- Generar clave
$ ssh-keygen -t rsa - Copiar clave al servidor
$ scp ~/.ssh/id_rsa.pub user@example.com:~/ - Ingresar en el servidor y autorizar a la clave
$ ssh user@example.com$ mkdir .ssh $ cat id_rsa.pub >> .ssh/authorized_keys $ rm id_rsa.pub

Después de establecer la configuración del servidor, solo tenemos que ir a una nota y pulsar sobre el botón herramientas y posteriormente en sincronizar las notas. Tras pulsar en este botón aparecerá una ventana que indica el progreso del establecimiento de conexión con el servidor y hay un momento donde el programa nos pide el password para nuestro usuario en el servidor remoto.

Tras realizar esta sincronización, se actualizan todos los cambios en las notas del servidor, y si hubiese alguna nota en el servidor que no estuviera en nuestro equipo local, esta se crearía en nuestro equipo. La verdad es que no se que tipo de mecanismo de sincronización utiliza el programa, pero me recuerda mucho al uso de repositorios SVN.

Esto es todo lo que quería comentaros sobre la sincronización de notas con tomboy. Yo lo uso para mantener listas de las cosas a hacer en el trabajo, o como hobby (por ejemplo escribir esta entrada
). Espero que os sea tan útil como lo es para mi. Saludos y felices fiestas.
Fuente adcional: página1.

Tomboy is a desktop note-taking application for Linux and Unix. Simple and easy to use, but with potential to help you organize the ideas and information you deal with every day. One of the features I like most of this application is the ability to sync notes via a server. In this post I show you the necessary steps to synchronize your notes of tomboy between different computers.
Before explaining how to use the synchronization of notes in tomboy, I would like to warn that is probably that we have to install the SSH file transfer protocol in order to enable without problems this feature of tomboy.
sudo aptitude install sshfs
Once done, the first step is to activate the SSH sync plug-in from the plug-ins tab in the preferences window.

Once activated the plug-in we can go to the synchronization tab to configure the server access data to synchronize our notes. In service we choose the SSH option and then we write the server name, user and the path if it’s necessary. If we see an error when we push the button “save”, we’ll must to set up authentication via SSH keys. (See this page for that purpose).

After you set the server configuration, we only have to open a note and click on the tools button and then in sinchronize the notes. After pressing this button will appear a window that shows the progress of the establishment of connection to the server and there is a time where the program asks us for our user password in the remote server.

After this synchronization, all the changes in the notes are updated and if there are any note in the server that wasn’t in our local computer, it will created in our computer. The truth is that I don’t know which kind of synchronization uses the software but it reminds me a lot to the use of SVN repositories.

This is all I wanted to comment about the synchronization of notes with tomboy. I use it to manage lists of things to do in both the work or hobby (eg write this post
). I hope that it will be as useful as it is for me. Greetings and happy holidays.
Additional sources: page1.
loading...

Últimos comentarios