Libersoft Tech Blog

Condividi contenuti
Some Rights Reserved
Yes, we do. With GNU/Linux.
Aggiornato: 4 settimane 2 giorni fa

StatusNet on nginx

Dom, 05/16/2010 - 18:19
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. Install is pretty straight-forward, so I am not showing here any bit to you. I am attaching here my nginx configuration file and the relevant option in StatusNet config.php to [...]
Categorie: Linux

Xen 4.0 is out!

Sab, 04/10/2010 - 16:22
Release notes: http://wiki.xensource.com/xenwiki/Xen4.0 VT-d ftw: http://wiki.xensource.com/xenwiki/VTdHowTo New features for Xen 4.0.0 include performance improvements, better scalability, blktap2 for VHD image / snapshots / cloning support, improved IOMMU PCI pass-through for Intel VT-d and AMD IOMMU systems, VGA primary graphics card pass-through support to an HVM guest for high performance graphics using direct access to the [...]
Categorie: Linux

HowTo Install EmDebian Grip (deboostrap)

Sab, 03/20/2010 - 10:00
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 [...]
Categorie: Linux