11 Jul 2010 • android • it_it • software
Google e HTC avevano annunciato che Android 2.2, codename Froyo, non sarebbe MAI stato disponibile per i “vecchi” HTC Dream e Magic (e molti altri device)
More … 10 Jul 2010 • en_us • software
For privacy paranoids, it’s possibile to hide our own location when connecting to IRC Freenode using Tor.
More … 29 May 2010 • hardware • it_it • software
Sono riuscito ad aggiornare il mio HTC Dream dal firmware CyanogenMod 4.x a 5.x.
More … 16 May 2010 • en_us
StatusNet is an opensource twitter-like clone. You can install StatusNet on your own server and run your private status server for people in your organization.
More … 20 Mar 2010 • debian • en_us
For installing Emdebian grip on a flash or USB drive (ext2 or greater required):
mkdir /media/grip/
mount /dev/sdc1 /media/grip/
sudo debootstrap lenny /media/grip/ http://www.emdebian.org/grip/
cd /media/grip/
mount -o bind /dev/ dev/
mount -o bind /proc proc/
chroot . /bin/bash
aptitude update
aptitude install linux-image-2.6.28-1-686 initramfs-tools
aptitude install what-you-want
aptitude install grub
grub-install /dev/sdc
update-grub
exit
umount dev/
umount proc/
cd ../
umount grip/
More …