Sunday, 17 April 2011

How To Create A Strong Password

Did your account contained a weak password? If yes, your account might be at risked from hacked by someone. This simple post that teach you how to create a strong password.

A very strong password contained four type of thing, that are:
  1. UPPERCASE letter / Capital letter
  2. lowercase letter / small letter
  3. Number
  4. Symbol
If your password consisted small letters only, your password is weak. Normally, a strong password consisted capital letter, small letter and number. But if you want add symbol into your password, it will created a very strong password(this is a rare case, normally people won't add symbol in password because it is hard to remember).

For example, this is a very strong password: Holo7897*Tot0!!

Don't create a password consist only any word that can found in dictionary, your birthday, and other.

This is very simple to create a strong password. But this is NOT GUARANTEED that your account is  completely safe. It is only defended from someone who hack through guessing the password but not other hacking technique like phishing, keylogging, virus, social engineering, spyware and other. So, be sure that you install STRONG antivirus, firewall, anti-spyware, anti-keylogging, and other. And ALWAYS UPDATE your antivirus and firewall! Any comment, suggestion or opinion? Fell free to comment!

Sunday, 27 March 2011

Hiding Your Thing Into Secret Folder

Did you afraid of someone who shared a same computer will see your secret file like xxx, confidential file, diary or secret in computer? Now I will teach you how to hide your thing from someone by cut into secret folder.


  1. First, open notepad and copy this code as shown below into notepad.

if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

    2. Then save as <any name>.bat in any place you want to hide your thing. Note: the back of name must type .bat . For example, thisissuck.bat 


    3. Open that bat file, and you will see command prompt(black one) appear. You will see that a new folder named "Locker" inside the place where you saved.


    4. Put inside your secret thing inside that folder. Hide the folder, by typing "Y" in command prompt(black one) and press enter.


    5. The Locker folder is invisible. 


To open back the Locker folder:

  1. Open that bat file, and you will see command prompt(black one) appear. Type any word you want in command prompt and press Enter.
  2. The Locker folder appeared.

To hide back the Locker folder:

  1.  Put inside your secret thing inside that folder. Hide the folder, by typing "Y" in command prompt(black one) and press enter.
  2. The Locker folder is invisible.



Note:
  • The bat file and Locker folder must be in the same folder.
  • Be careful, don't let any people touch the bat file.
  • Sometimes, the bat file can't lock the folder, if this occur, cut and paste the thing inside the Locker to another place, and then cut from that place back to Locker folder, then hide the folder.

Hope you will get some lesson from here. Do you have any question, suggestion or comment? Feel free to comment.

Thursday, 24 March 2011

How To Speed Up Your Internet with Simple Process

If your Internet speed is slow, and not patient enough for longer time to load, here are some trick that I will teach you...


  1. First, open "Start" and then click "Run"
  2. Type "gpedit.msc" in the "Run" and click "OK",then there will appear a screen with the title "Local Group Policy Editor"
  3. After that, go to "Administrative Templates" -> "Network" -> "QoS Packet Scheduler" and click on "Limited reserve bandwidth"
  4. And then change from "Not Configured" to "Enabled"
  5. In the Bandwidth Limit(%), change it to "0" and click OK.


Finally, your Internet Speed will be faster than just now. Hope you have learned something from this tutorial. Enjoy it!!

If you have any question or comment, feel free to comment in this post!