Crossing the Blues

Showing posts with label Hack. Show all posts
Showing posts with label Hack. Show all posts

Monday, August 9, 2010

I can't cancel files in the printing queue in Vista?

Stop the spooler service in services:

Option 1)
  1. Click on start orb
  2. Type in search window: services.msc
  3. click ok
  4. Scroll down to Print spooler service and click on it in the right side window.
  5. On the left side click stop the service and wait forthe process to stop
  6. Do not close the window yet. You will have to restart it here later.
  7. next delete the print job in the printer queue
  8. then restart the spooler service
  9. Resubmit your new print job.

Option 2)

If that doesn't clear it, the next step would be to stop the spooler
service as stated above
Go into windows explorer
(Print job data is collected and stored in a spool file in the spooler
folder.)

It is located in:
C:\WINDOWS\system32\spool\PRINTERS

Your print job will show 2 files there Example below:
00002.SHD
00002.SPL

Delete the files located in there. There may be several of them
depending apon how many print jobs you submitted. You will have to
resubmit your print jobs all over again.
Next go back to services window and restart the spooler service

That will definitely fix it.

Source: Bro_hero

Sunday, August 1, 2010

How to bypass blocked website from your school/office

Our office or school normally will filter the content that deliver to or from us. It is to avoid us to access illegal websites or download illegal contents. Sometimes, even our Internet Service Provider install the filter to avoid access to certain website. So, i believe everyone will try some ways to bypass them, am i right?

Some people trying to use Proxy Server or VPN to bypass the filter. But, most of the free Proxy Servers are overloaded and it slow down the speed while VPN required monthly subscription. So, is there any other way to bypass the filter? Yes, it does. Thanks to BlogIsEverything, which provide an introduction about convert your URL to HEX code.

There are a few services which can provide conversion from text to hex:

   1. SwingNote @ http://www.swingnote.com/tools/texttohex.php
   2. Centricle @ http://centricle.com/tools/ascii-hex/

An example for the conversion:
Text: www.techsnack.net
Hex: %62%6c%6f%67%2e%74%65%63%68%73%6e%61%63%6b%2e%6e%65%74


Paste the Hex code in your browser and you will then being point to www.techsnack.net.

Note: I try to paste them in Firefox, but it returns the search result from Google. But it works fine for IE. I still haven’t try with other browsers, anyone willing to help me try on them?

Source: Techsnack