lunes, 26 de octubre de 2009
lunes, 21 de septiembre de 2009
Automatic Install g.729 & g,723.1 codecs
cd /usr/src
service asterisk restart
wget http://asterisk.hosting.lv/bin/codec_g723-ast14-icc-glibc-pentium4.so
mv codec_g723-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g723-ast14-icc-glibc-pentium4.so
wget http://asterisk.hosting.lv/bin/codec_g729-ast14-icc-glibc-pentium4.so
mv codec_g729-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g729-ast14-icc-glibc-pentium4.so
asterisk -rx "module load codec_g729-ast14-icc-glibc-pentium4.so"
asterisk -rx "module load codec_g723-ast14-icc-glibc-pentium4.so"
service asterisk restart
sleep 2
asterisk -rx "core show codecs"
service asterisk restart
wget http://asterisk.hosting.lv/bin/codec_g723-ast14-icc-glibc-pentium4.so
mv codec_g723-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g723-ast14-icc-glibc-pentium4.so
wget http://asterisk.hosting.lv/bin/codec_g729-ast14-icc-glibc-pentium4.so
mv codec_g729-ast14-icc-glibc-pentium4.so /usr/lib/asterisk/modules
chmod +x /usr/lib/asterisk/modules/codec_g729-ast14-icc-glibc-pentium4.so
asterisk -rx "module load codec_g729-ast14-icc-glibc-pentium4.so"
asterisk -rx "module load codec_g723-ast14-icc-glibc-pentium4.so"
service asterisk restart
sleep 2
asterisk -rx "core show codecs"
viernes, 11 de septiembre de 2009
viernes, 28 de agosto de 2009
INSTALLATION PROCEDURE OF HP 2400 SCANNER
Download Driver
http://www.elcot.in/HP%20Scanjet%202400.zip
http://www.elcot.in/HP%20Scanjet%202400.zip
- Login as root user.
- Create a new folder as escanner on the desktop.
- Copy the 2400rv.tar.gz to the escanner folder.
- Open the scanner folder, right click the 2400rv.tar.gz and choose Extract and select Extract Here.
- A Folder will be created as 2400rv.
- Go to the Console Mode.
- Type the command : cd /
- Type the command : tar -xvzf /root/Desktop/scanner/2400rv/hp2400.tgz
- Type the command : tar -xvzf /root/Desktop/scanner/2400rv/libsane.tgz
- Power on the Scanner.
- To check whether the scanner installed successfully by typing the command scanimage -L
- Edit the file /etc/sane.d/dll.conf by using the command vi /etc/sane.d/dll.conf Press insert key Type hp2400 (without # symbol) after the line #hp5400 To Save the File : Press ESC key and then Press Shift : wq
- Reboot.
- .To Scan the image : 1. Select K Menu -> Images -> Scanning -> kooka. 2. Select K Menu -> Images -> Scanning -> xsane
viernes, 8 de mayo de 2009
Outlook to Evolution
Mozilla under Windows can access the .pst Outlook files because it can use the Windows MAPI.DLL library. Using MAPI.DLL is the only way to access .pst files, and it can be used under a Windows operating system. To start importing your Outlook mail to Evolution, run Mozilla Mail on Windows and select the Importer to begin: File > Import Then select the .pst file that you wish to import Mail from Outlook. Once Mozilla has imported all your mail, reboot your computer into Linux. Mount your Windows partition in Linux and run Evolution to begin importing your mail. Select the Importer from the File menu to start importing: File > Import File... Set the file type to "MBox (mbox)" and click on [Browse] to select the file containing mail you want to import. If you are the only user on Windows, the mail files will be stored in /mnt/windows/c/Windows/Application Data/Mozilla/Profiles/default/XXXX/Mail/imported.mail/ where /mnt/windows/c/ is your windows partition mount point and XXXX is some collection of numbers and digits ending in .slt. If there is more than one user, the file will be in /mnt/windows/c/windows/Profiles/USERNAME/XXXX/ Mail/imported.mail/ where USERNAME is your Windows username. For each mail folder in Outlook, Mozilla will convert the folder into one mbox file. To import all your mail, import all the files into Evolution, that do not a .msf extension. ALTERNATIVELY You may want to get the conversion program libpst-0.3beta1.tgz which can be downloaded from http://sourceforge.net/projects/ol2mbox/ ************************************************************************** To import your contacts from Outlook you will need to export all of your contact folders in Outlook to a .csv file. To do this in Outlook: Click on File > Import and Export.... Choose "Export to a file" and click [Next]. For the file type choose "Comma Separated Values (DOS)". Click [Next]. If you have sub-folders under "Contacts" each sub-folder must be exported separately. Name the exported files "same_as_outlook_folder.csv" (sans quotes and keep a note of the path). Click [Next]. Click [Finish]. To import contacts.csv into Evolution you will have to run each .csv file through the attached Perl script (csv2vcard.pl). Download csv2vcard.pl into your home directory and make the script executable by running this command: $ chmod +x ~/csv2vcard.pl Run this script to convert contacts.csv to contacts.vcf: $ ./csv2vcard.pl contacts.csv contacts.vcf Once you have contacts.vcf, you can import it into Evolution by: Clicking File > Import. Click [Next]. Click on "Import from a single file" Click [Next] again. For file type choose "VCard...". Click [Browse] and select your file. Click [Next] then [Import]. ************************************************************************** Download http://jdshelp.org//howtos/evolution...set_ISO-8859-1 01-csv2vcard.pl Last edited by tadelste; 10-19-2004 at 05:22 PM.. | ||
![]() | | ![]() |