Kamis, Oktober 31, 2013

Epson LX 300+/II Slow Printing @ Windows 7/2008

Epson LX 300+/II Slow Printing @ Windows 7/2008

Problem:
             While Printing Receipts/ Reports from Meghdoot Millennium its getting delay via LPT port in Windows 7/ Windows 2008. It takes more time for single transaction and customers getting tense.
Solution:

  • To overcome the above Problem we have to change printer driver.
  • Many drivers has been tested by PoTools finally found "Generic IBM Graphics Driver".


Procedure to Change from Epson LX300+ driver into Generic IBM Graphics Driver:

 Go to Devices and Printers. Right Click Epson LX-300+/II printer Properties.
Click Advanced Tab > New Driver.
Select Manufacturer as Generic > Printers as Generic IBM Graphics 9 Pin.
Now Epson LX-300+/II Changed into Generic IBM Graphics 9 Pin.
Now Meghdoot Prints Report & Receipts faster than Epson LX 300 Driver.

Note: Generic text only Printer not support other than characters like Round MO in eMO form. So Generic IBM Graphics 9 Pin driver is perfect for graphics.

Kamis, Juni 06, 2013

Create an ISO Image File in Linux

Create an ISO image from optical media
In this example, we're going to copy the contents of a disk in the CD/DVD drive (/dev/cdrom) to an ISO image file. Open a terminal window and type the following at the command line.
dd if=/dev/cdrom of=/directory/example.iso
Notations:
dd is the program used to convert and copy a file.
if defines an input file.
of defines an output file.
iso is the resulting ISO image file.
Create an ISO image from files in a directory
To create an ISO image from files within a directory is just as simple. State an output directory and name of the ISO to create, along with a source directory. For example:
mkisofs -o /home/linuxlookup/example.iso /source/directory/


Aplikasi Pengenalan Wajah menggunakan PHP

Meskipun PHP bukanlah bahasa yang paling umum digunakan untuk pengenalan wajah (Python dengan pustaka seperti OpenCV dan face_recognition le...