Thursday 19 December 2013

Block Websites Without Software

Hello friends ,
usually sometimes we need to block some websites in our home which shouldn't be good to be viewed by the childrens .
so let us learn how to block websites .....


STEPS TO FOLLOW :


1 Browse C:\WINDOWS\system32\drivers\etc

2 Find the file named "HOSTS"

3 Open it in notepad

4 Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable.

5 Done!

NOTE

-So-

"127.0.0.1" is a localhost.
"127.0.0.2" is for a blocked website i.e., www.blockedsite.com

-->www.blockedsite.com is now unaccessable<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before........

ex:---

127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com 


Thursday 31 May 2012

Adobe Illustrator CS5 Lite Portable Mediafire

Adobe Illustrator CS5 Lite Portable Mediafire 

 


Requirements:

Intel Pentium 4 or AMD Athlon 64 processor
1GB of RAM
2GB of available hard-disk space for installation; additional free space required during installation (cannot install on removable flash-based storage devices)
1024x768 display (1280x800 recommended) with 16-bit video card
DVD-ROM drive
Broadband Internet connection required for online services
 
                                         DOWNLOAD HERE

Adobe Photoshop CS4 Portable Edition

Adobe Photoshop CS4 Portable Edition

Smoother panning and zooming and fluid canvas rotation new

Navigate to any area of an image with new, ultra-smooth zooming and panning. Maintain clarity as you zoom to individual pixels and easily edit at the highest magnification with the new Pixel Grid. And use the revolutionary new Rotate View tool to smoothly turn your canvas for distortion-free viewing at any angle.

Simplify image adjustment by easily accessing every tool you need to nondestructively adjust and enhance the color and tone of your images; on-image controls and a wide variety of presets are also included in the new live and dynamic Adjustments panel.

Quickly create and edit masks from the new Masks panel. This panel offers all the tools you need to create editable pixel- and vector-based masks, adjust mask density and feathering, easily select noncontiguous objects, and more.

Use the new and revolutionary Content-Aware Scaling feature to automatically recompose an image as you resize it, smartly preserving vital areas as the image adapts to the new dimensions. Get the perfect image in one step without time-intensive cropping and retouching.

Easily create a single image from a series of shots that have different focal points with the enhanced Auto-Blend Layers command, which smoothly blends color and shading and now extends your depth of field, automatically correcting vignettes and lens distortion.


Create accurate composites with the enhanced Auto-Align Layers command. Move, rotate, or warp layers to align them more accurately than ever before. Or use spherical alignment to create breathtaking panoramas.

Get instant access to Adobe Bridge CS4 with faster start-up, use new workspaces to jump to the right display for every task, easily create web galleries and PDF contact sheets, and more.

Combine a range of images, each with a different exposure, color, and focal point — with options to preserve tones and colors — into a single color-corrected image.

Select multiple photos in Adobe® Photoshop® Lightroom® software (sold separately) and automatically open them in Adobe Photoshop CS4 to merge them into a panorama, a high dynamic range (HDR) photo, or a multilayered Photoshop document. And seamlessly roundtrip back to Lightroom.

Enjoy superior conversion quality as you process raw images with the industry-leading Adobe Photoshop Camera Raw 5 plug-in, which now offers localized corrections, post-crop vignetting, TIFF and JPEG processing, and support for more than 190 camera models.

Enjoy dramatically enhanced color correction with reengineered Dodge, Burn, and Sponge tools that now intelligently preserve color and tone details.

Get outstanding prints with superior color management, tighter integration with leading printer models, and the ability to preview out-of-gamut image areas. Support for 16-bit printing on Mac OS offers increased color depth and clarity.
File display options new

Easily work with multiple open files by using tabbed document display or n-up views.


                                DOWNLOAD HERE





Sunday 27 May 2012

LOCK ANY FOLDER USING NOTEPAD

LOCK ANY FOLDER USING NOTEPAD

HY guys,

                Today i m going to write about how to lock folders or files just by using a notepad. I think it is safe to use this trick other than a softwares like folder protect, folder locker,etc bcozz they can be cracked easily.

so let us follow some steps to know how to do that ...........

STEP 1: press windows button + R from the keyboard. then a dialog box appears as shown below:

 

                    now write "notepad.exe" in the box and press enter. Notepad opened now.

STEP 2: Now copy and paste the below code in notepad and save it as folderlock.bat .but replace the "type your password here" with the password which u want to use to unlock it.

cls
@ECHO OFF
title Folder Locker
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 


 

SEE IMAGE TO KNOW HOW TO SAVE IT.

                







REMEMBER TO END THE NAME AS .bat AND NOT .txt .




SAVE IT WHERE U WANT TO HIDE THAT FOLDER WHICH U WANT.

STEP 3: Now double click the file which u saved as "folderlock.bat",then u see a new folder named "locker" is visible to you in the same location.




Now put the Data Inside the folder Locker and again Double Click the Batch file to Lock it, this will give you a prompt, just Type y and press Enter:

 









To unlock the folder again you just have to double click the "folderlock.bat" again, this will give u prompt "enter your password to unlock". Then write the password you set and press enter. Your folder is unlocked now.

 Now keep the Batch File named FolderLock.bat in a different place like your USB Pen Drive so that only you can access the Folder you have locked.


I hope guys you understand it well.If you have any question or doubt, please leave a comment and I will get to you as soon as possible and will help you to best possible way.senyum