Finally, after some cleanup, we’ve launched Guia Mostoles the first in a saga of local services guide. It’s simple, and it’s clean (I hope!). Still we have some missing features, like registrations, votes, and so on, it’s just a first step we had to take.
Access denied for user ‘debian-sys-maint’@'localhost’ (using password: YES)
web development No Comments »I’m doing bing changes in my servers, and moving some mysql data stores (/var/lib/mysql/*) I’ve found the following errors on debian:
Access denied for user ‘debian-sys-maint’@'localhost’ (using password: YES)
That’s because debian has a mysql account for switching on/off and checking mysql status, and mysql password for that user “debian-sys-maint” should be the same stored in /etc/mysql/debian.cnf
Using your root user ony mysql you can chage the password to make it match this way:
sh# mysql -u root -p
mysql> GRANT ALL PRIVILEGES ON *.* TO ‘debian-sys-maint’@'localhost’ IDENTIFIED BY ‘<<<password>>>’ WITH GRANT OPTION;
Query OK, 0 rows affected (0.00 sec)

Cherokee 0.8.0 web server will hit the streets soon, and I really want to migrate all my domains running in apache to cherokee (my server load has gone too high).
Here are the steps to install cherokee on a clean debian 4.0:
# cd /usr/src
# apt-get update
# apt-get install make subversion automake autoconf gcc pcre-dev libssl-dev libtool libpcre3-dev python
# svn co svn://svn.cherokee-project.com/cherokee/trunk cherokee-trunk
# cd cherokee-trunk
# ./autogen.sh --localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
# make install
At this point you can run cherokee admin to setup your server: http://www.cherokee-project.com/doc/admin.html
He abierto una página con información sobre el ajo, y sus propiedades farmacológicas y medicinales, a partir de ahora mi blog personal estará en http://www.ajo.es y la página sobre el ajo en http://ajo.es.
English:
I’ve written a web page with information about garlic, it’s pharmacological and medicinal properties, from now on my personal blog will run on http://www.ajo.es and the garlic’s web will run on http://ajo.es.
The last mont I’ve been working with Actel ProASIC 3 devices. They are powerful and cheap FPGA devices. Searching for some information on them I found this VHDL/Verilog coding style guide from Actel. It’s quite good, and helped me to remember all of my university classes I had in the past.
It covers Technology Independent coding (registers, shifts, input, output, mealy and moore state machines, etc…), and also Actel Specific (SRAM, FIFO, …)
This is the link, http://www.actel.com/documents/hdlcode_ug.pdf , but I’ll keep a local copy for historic record: VHDL Coding style guide (and verilog)
Recently we have started a new blog in spanish. It’s all about technology for spanish-talking people (tecnología en españa). It’s written by some friends and I, all of them enthusiastic about technology, web technologies, mobile technologies, and so on…
Not many people know about my interests in biology, I use to read about organic chemistry as a hobby, and I also love looking drops of water from my aquarium through my microscope (recently upgraded). It’s really increadible the big life diversity one can find in a simple drop of water, like small cities full of hubbub.
Because of my growing interest in biology and microscopy I’ve decided to start some microscopy forums: microscope forum. If you feel interested in such topics, please, feel free to join the community
This is a picture of a thecamoeba from my aquarium. Some kind of ameba with a chitinous shell, you can think of it like a microscopic snail
N800 PIM with google calendar synchronization by erminig
embedded, n800, pim, technology No Comments »This is the kind of application I’ve been wanting to see on my N800, a pim software like gpe-calendar (you can get it here http://ossostage.cidercone.com/%7Eferenc/) :
and Erminig, a software that let’s you synchronize all your dates with google calendar.
Downloads:
Link: http://code.google.com/p/erminig/
Documentation/Screenshots: http://david.hautbois.free.fr/joomla/index.php?option=com_content&task=view&id=46&Itemid=46
These pieces of software will make my N800 much more useful for my daily life.
These two are my new friends over my desktop. If you are wondering why am I publishing its photo here… I’ll tell you that this way I won’t forget their names and needs %)
The left one is a Lithops sp.
The right one is a Haworthia Fasciata.
This is the first version of my hexapod robot: spiderwood.
It’s made with 18 HS-422 servos, Philips LPC2138 ARM7 for servo signal generation, and a bluetooth dongle for control from PC.
You can find more information here (spanish): foro electronica: robot hexapodo
GBA Multiboot Intelligent Cable was designed to let you upload multiboot images (up to 256kB RAM images) to the Gameboy Advance, using a printer port. It is done using a Microchips’s 16F84 that connects to a Linux or Windows software.
click on “read the rest of this entry” to get the software and all the schematics.








Recent Comments