Daily Archives: April 15, 2007

Samsung ML-2010 Printer

Gave me problem when I tried to print business card thick paper. Not able to fully load sometimes. Problem solved unsatisfactorily. Solution: While thick paper was loading, I manually pushed feed so it wouldn't stuck halfway.  [@more@]

Posted in Technical | Leave a comment

Mount USB Flash Drive on Linux

Create directory /mnt/usbstick:     mkdir /mnt/usbstick Mount the usb device, in my case: it's /dev/sda1:     mount -t vfat /dev/sda1 /mnt/usbstick  And it's ready!!!   Sometimes when it is replugged, it needs to be remounted:     umount /mnt/usbstick      mount … Continue reading

Posted in Technical | Leave a comment