This morning i got a problem configuring my dual monitor on my ubuntu 9.10… after had enabled the propetary driver from invidia when i try to write the xorg.conf i got an error from the interface of that driver like : can’t parse the /etc/X11/xorg.conf. So i opened my shell and i do that on…
Leggi tutto
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
We have tried the Synapse Library, to build an application with Lazarus for serial comunication on Linux. The library seems very good, no need installation, only using unit, in this case synaser.pas. The project is open source and well organized. With the sample project we connected an Arduino that is a very cheap microcontroller. Some…
Leggi tutto
we have tried a lot of browser to use our ShareTeam Web Portal…. ok what is ShareTeam Portal? Is the Web module of our alfa version ERP solutiotion named ShareTeam. Well, this web portal is not visible at the moment, we plan to start after first quarter of 2010, but we have also tried it…
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