by admin — published on February 15th, 2013
I recently purchased a cheap usb-ethernet adapter for my Macbook Air for just 5 EUR. The model name is KY-LANRD9700, it’s a usb 2.0 to ethernet 100Mbps adapter and it uses the AX88772 chipset. The USB id is: 0×9700:0x0fe6 This chipset is fully supported under MacOSX. You can download the driver from ASIX website. No [...]
by admin — published on October 27th, 2012
Ieri io e tre dei fondatori di ClamAV abbiamo finalmente annunciato il nostro nuovo progetto: Skylable Sx. Si tratta di un software open-source che permetterà a chiunque di trasformare dei server a basso costo in uno clustered storage altamente affidabile, ridondante e veloce allo stesso tempo. L’idea è quella di rendere alla portata di tutti [...]
by admin — published on October 12th, 2012
I recently purchased a 3TB disk for my home server. All disks of size 2TB and above cannot be partitioned using the standard fdisk tool. They require a GPT partition table. First of all install parted and gnu-fdisk (an fdisk replacement based on libparted): apt-get install parted gnu-fdisk Assuming the 3TB disk is sda, run: [...]