When you connect a USB Stick, SD Card or external HDD and you need to mount it by shell command by command prompt you can view alla media connected to your pc by
1 |
sudo fdisk -l |
and the result :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Disco /dev/sda: 320.0 GB, 320072933376 byte 255 testine, 63 settori/tracce, 38913 cilindri Unità = cilindri di 16065 * 512 = 8225280 byte Identificativo disco: 0xce46c7a1 Dispositivo Boot Start End Blocks Id System /dev/sda1 * 1 37446 300784963+ 83 Linux /dev/sda2 37447 38913 11783677+ 5 Esteso /dev/sda5 37447 38913 11783646 82 Linux swap / Solaris Disco /dev/sdb: 16.1 GB, 16131293184 byte 102 testine, 38 settori/tracce, 8128 cilindri Unità = cilindri di 3876 * 512 = 1984512 byte Identificativo disco: 0x04030201 Dispositivo Boot Start End Blocks Id System /dev/sdb1 * 1 8129 15752192 c W95 FAT32 (LBA) |
now i found my device the “/dev/sdb1” , to format it on fat 32 :
1 2 3 |
sudo umount /dev/sdb1 sudo mkfs -t vfat /dev/sdb1 sudo eject /dev/sdb1 |
Configure ubuntu 9.10 with Terratec Cinergy T2 to view DVB on your pc is soo simple, and the recording is in incredible quality. To view and record TV i have choose Kaffeine that is simple, rapid and stable. First connect your Terratec T2 DVB to your usb port on your computer, after that verify with…
Leggi tutto
Usage: java -jar xls2txt.jar [options] fileToImport.xls Possible options: -list : Outputs the list of sheets of the excel document -sheet sheet-name : Outputs only the contents of the specified sheet-name -comma: Use “,” instead of “.” for decimal separator Without options all the excel sheets will be converted in text. Use “>” operator to redirect…
Leggi tutto
Questa settimana abbiamo fatto una visitina a Londra al fine di partecipare al “Embarcadero Technologies Developer Workshop”, dove era presente David Intersimone “Chief Evangelist of Embarcadero”. A questa sessione erano presenti diversi membri della comunità Delphi Inglese, che è una comunità di sviluppatori molto attiva. Gli argomenti affrontati da David I.sono stati molti, cercherò di…
Leggi tutto
[Lang_it] Prima prova sul campo del fatidico prism… Domani da un cliente ho un workshop per migrare l’architettura attuale basata su COM e socket verso i Web Service… e dato che loro sono in molti ad usare Delphi, quale migliore occasione? Per farsi un giro su questo nuovo promettente ambiente di sviluppo… noi programmatori siamo…
Leggi tutto
Come software house abbiamo notato una crescente tendenza dei clienti di avere applicazioni portabili sui vari sistemi operativi esistenti. Una stessa applicazione che funziona con l’interfaccia grafica del sistema nativo non è un utopia. L’esempio di semplice applicazione nelle figure seguenti dimostra questa possibilità . La tecnologia utilizzata è Java con librerie grafiche SWT. Tra l’altro…
Leggi tutto