enricorossi.org

Enrico Rossi


Articles tagged with tips

Script to scan a document

Tags: scripts, tips

For a long time I used a simple bash script to scan my paper documents, something easy, a single command just to do that.

Today I'm switching to a gscan2pdf which is a really good and fast tool to take a lot of paper and merge them into a single …

Read more...

Google and Yahoo search box

Tags: tips, web

As You can see I've added Google search for indexing this website. The pice of html code written into the sidebar page is simple.

<!-- Google Search -->
<form method="get" action="http://www.google.com/search" style="text-align: center;">
<center>
<img src="img/google.png" /><br />
<input type="text" name="q …
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 5 / 8 Next →