Not Equal C && !=C && 不等于西
RSS icon Email icon Home icon
  • Install Old HP Printer Driver on Windows 7

    Posted on July 3rd, 2015 Sean Add comments

    For many old laser printers specially HPs, there is no dedicated driver for Windows 7. From HP website, I only could find the universal driver which I don’t like. Actually there are alternate print drivers we can use from Windows update, here is how:

    1. Go to “Control Panel”, choose “Devices and Printers”, and click “Add Printer”
    2. Choose “Add a local printer”
    3. Under “Use an existing port” drop down list, select the old printer (I am using a networking shared printer HP LaserJet 1200)
    4. In the page “Install the printer driver”, if you couldn’t find the driver for the old printer, click “Windows Update”
    5. Then you may need to wait for Windows to download the drivers
    6. After the update is done, find the driver for the old print
    7. Follow the steps to finish the wizard
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    116 views
  • Warning “/dev/xxxx should be checked for errors” for Ubunutu

    Posted on June 21st, 2015 Sean Add comments

    Recently there is a warning message

    shown on the screen, every time I login to the ubuntu 14.04 via putty.

    It seems to be a similar bug with this

    but after the command was done, the file was recreated when I logged in again.

    then reboot, but still no fix.

    If you really want to get rid of this message, instead of removing the file “fsck-at-reboot” in the first solution, just remove all content inside the file, then the message will be gone.

  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    63 views
  • Disable Browser Cache for Specific Page in ASP.NET MVC 3

    Posted on May 21st, 2015 Sean Add comments

    Generally when you click the “Back” or “Forward” button on the browser, the page won’t refresh unless you tell the browser not saving the cache for it. To implement “Disable Browser Cache” for specific page in ASP.NET MVC 3, just simply use the “OutputCacheAttribute” from MVC 3 framework:

  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    29 views
  • Fix HP LaserJet 1018/1020 not printing issue in Ubuntu 14.04

    Posted on April 16th, 2015 Sean 4 comments

         After I upgraded Ubuntu to 14.04 LTS, the HP LaserJet 1020 printer stopped working mysteriously, whatever print job sent to the print, it returns “job completed”, but has nothing to print out. I noticed the HPLIP driver has been used for the printer by default, but it didn’t work either even I changed the driver to foo2zjs via CUPS web interface.
         After googled quite a while, I finally figured out that the foo2zjs package included in Ubuntu has some issues, as well as the HPLIP package. I decided to remove both of them out, and use the correct foo2zjs driver. See below for how:

    1. Remove HPLIP package (if you had installed it manually, refer here for uninstall)
    2. Get and install foo2zjs package from official site
    3. Get HP LaserJet 1020 firmware files, and copy the files to system firmware folder. (use “1018” instead of “1020” for LaserJet 1018 printer)
    4. Installing “foomatic-filters” may remove some CUPS packages, you can reinstall the CUPS or do it when you have problem in step 6
    5. Reboot PC and printer
    6. Access the CUPS web interface “http://localhost:631” to add HP printer by using foo2zjs drivers
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    2,462 views
  • Windows 7 Desktop Shortcut Icons Missing Fix without Restart PC

    Posted on March 17th, 2015 Sean 1 comment

         If you noticed one or more shortcut icons are not displaying correctly on your Desktop for Windows 7 like below, the reason probably is your icon cache corrupted.

    To rebuild the icon cache without reboot your computer, you can follow the steps below:

    1. Save all your works and close any application you working on
    2. Open “Windows Task Manager” (press “Ctrl” + “Alt” + “Del”, and select “Start Task Manager”)
    3. In tab “Processes”, find “explorer.exe”, right click, select “End Process”
    4. Select “File” => “New Task (Run…)”, type “cmd” to open a command prompt window
    5. Type and run following commands line by line
    6. Back to “Windows Task Manager”, select “File” => “New Task (Run…)”, type “explorer.exe” to restart the Windows Explorer
  • 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
    Loading...Loading...
    240 views