enricorossi.org

Enrico Rossi


Articles tagged with howto

Debian Openssl add CA

Tags: bank, howto, linux, openssl, security

My new bank send me signed emails, but theirs CA is not present in debian openssl installation. Looking around into their website I've found the CA certificate called TrustItaliaC1.cer. Downloaded it then

openssl x509 -in TrustItaliaC1.cer -text

It should dump the certificate contents. Unfortunately I didn't find a …

Read more...

OpenSync Debian Squeeze and Nokia e71

Tags: howto, linux, nokia, phone

I usually backup my nokia phone contacts to pc using multisync, now I have to switch from multisync to opensync.

Before you continue, I strongly suggest you make a backup of your phone contacts in some way (funny eh!) because these tools can erase it all, even they tend to …

Read more...

Avr32 build root

Tags: howto, tips, embedded, linux, avr32

A postit:

mmcinit
set bootargs 'console=ttyS0 root=/dev/mmcblk0p2 ro rootwait'
ext2load mmc 0:1 0x10200000 /uImage
bootm 0x10200000

Filesystem stuff

  • fstab to be fixed

from root after mount sd card

mknod -m 0660 console c 5 1
mknod -m 0666 null c 1 3
chown -R root:root …
Read more...

Skype 2.1 debian lenny amd64

Tags: debian, howto, linux, tips

Skype Release: 2.1.0.47 beta

Known problem: error starting due to problems in ia32-libpulse

Fix: Remove /usr/lib32/libpulse* and reload ldconfig

rm /usr/lib32/libpulse*
ldconfig

Known problem cam gspca: Kernel 2.6.30 this module do use video 4 linux 2, but skype still have v4l …

Read more...
← Previous Page 6 / 9 Next →