Saturday, September 24, 2011

HIDE FILES IN A IMAGE

1.Add all required files to be hidden in a .rar file (eg secret.rar).
2.Select an image under which the files are to be hidden.
3.keep both files in the same folder.
4. Open command prompt and browse to the folder containing above files.
5. type the following command
copy /b myimage.jpg + secret.rar myimage.jpg
here  myimage is name of the image under which files are hidden and secret.rar is .rar file
mentioned earlier.

Wednesday, September 21, 2011

BATCH TRICK

If a batch file is created with the same name as the command used
in the batch file it may not give desired results by executing recursively.

Tuesday, September 20, 2011

Run Ipmsg through cmd

Use the following command.
start "" "C:\Program Files\IPMsg\ipmsg.exe" /MSG /SEAL 10.0.8.34 HIII

Sunday, September 18, 2011

Mediafire Download Manager

Download files from  mediafire with resume capability and also captcha recognition
use Mipony.

Saturday, September 17, 2011

Tuesday, September 13, 2011

NO Mouse

To oprate PC without mouse and tuchpaid press
shift+alt+numlock then use 8 to up 6 to right 4 to left 2 to down its realy work

Kill Process through CMD

You can at last get rid of tasks on the computer from the command line by using ‘taskkill /pid‘ and the task number, or just ‘tskill’ and the process number.
Find that out by typing ‘tasklist’, which will also tell you a lot about what’s going on in your system.

Make an Undeleatable folder

1. Open CMD.
2. Change the directory to where you want to create the folder.Type 'cd..' to exit the current directory. As an example i will be creating the folder in C:, so i will use the 'cd..' command twice to navigate to C:

3. Type md\lpt1\\ and press enter, the folder now will be in your C:
4. If you try to delete it, it wont delete. This works on all version of windows.

5. If you want to delete it just go to 'CMD', navigate to the directory and type
rd\lpt1\\ and press Enter.

super account in vista

Deep inside the bowels of Windows Vista, there’s a secret Administrator account, and it’s different from the normal administrator account you most likely have set up on your PC. This Administrator account is not part of the Administrator group.It’s a kind of superadministrator, akin to the root account in Unix, and by default it’s turned off and hidden. (In describing this article, i’ll always use the capital “A” for the secret Administrator account, and a lowercase “a” for a normal administrator account.)

In versions of Windows before Windows Vista, the Administrator account wasn’t hidden, and many people used it as their main or only account. This Administrator account had full rights over the computer.

In Windows Vista, Microsoft changed that. In Vista, the Administrator account is not subject to UAC, but normal administrator accounts are. So the Administrator can make any changes to the system and will see no UAC prompts.

Turning on the Administrator account is straightforward. First, open command prompt by typing cmd into the run box on the Start menu, or by right-clicking the command prompt icon that appears at the top of the Start menu, then selecting Run as administrator.

Then enter this command and press Enter:

Net user administrator /active:yes

From now on, the Administrator account will appear as an option on the Welcome screen, along with any user accounts you may have set up. Use it like any other account. Be aware that it won’t have a password yet, so it’s a good idea to set a password for it.

If you want to disable the account and hide it, enter this command at an elevated command prompt and press Enter:

Net user administrator /active:no

Improve the speed & load time of firefox

This tricks will improve the speed & load time of firefox. And you will be able to surf faster.

Open Firefox and type about:config in the address bar, Then look for the following entries, and make the corresponding changes.

• network.http.max-connections-per-server =32

• network.http.max-persistent-connections-per-proxy =16

• network.http.max-connections = 64

• network.http.max-persistent-connections-per-server = 10

• network.http.pipelining = true

• network.http.pipelining.maxrequests = 200

• network.http.request.max-start-delay = 0

• network.http.proxy.pipelining = true

• network.http.proxy.version = 1.0


Lastly right-click anywhere and select New -> Integer. Name it nglayout.initialpaint.delay and set its value to 0. This value is the amount of time the
 browser waits before it acts on information it recieves.

Enjoy !!!

Saturday, September 10, 2011

Pr0xy s/w ports

Proxy softwares with setting
1. Freegate            127.0.0.1:8580.
2. UltraSurf            127.0.0.1:9666.
3. GTunnel             127.0.0.1:8081.
4. Tor                      127.0.0.1:8118
5. GappProxy         127.0.0.1:8000
6. Hyk-proxy           127.0.0.1:48100
7. Your Freedom    127.0.0.1:8080
8. GPass                127.0.0.1:8000
9. Tunnelier            127.0.0.1:7070

Tuesday, September 6, 2011

Fix the launch manager e button in Acer for windows 7

1.open notepad and type the following :
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Compal\LManager\Settings\unicorn\Buttons]

[HKEY_CURRENT_USER\Software\Compal\LManager\Settings\unicorn\Buttons\P1]
"Command 0"="1;dropper;<path to the application to be launch>"
"Command Count"="1"
"Current Command"="0"


2. save the file with .reg extension.

3.Run the file and now we are done.

4.Press Big e button  to launch the application

Install media codecs in Fedora 15

Step 1:  Add the RPMFusion repository to Fedora

Open a terminal and run the following command -
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free
/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfu
sion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpm'

Step 2: Install the gstreamer restricted plugins

Open a terminal and run the following command -

su -c 'yum -y install gstreamer-plugins-bad-free gstreamer-ffmpeg gstream
er-plugins-bad gstreamer-plugins-ugly'

Configure TCP/IP from the Command Prompt

Use the following command to change the static ip address, subnet mask and default gateway:

netsh interface ip set address name="Local Area Connection" static <ipaddress> <subnet mask> <default gateway>


example : netsh interface ip set address name="Local Area Connection" static 10.0.8.34 255.255.255.0 10.0.8.1
                changes ip address to 10.0.8.34, subnet mask to 255.255.255.0. and default gateway to 10.0.8.1
Note: Command Prompt must be run with administrative privileges.

Saturday, September 3, 2011

Reset Linux Password

Here is the step by step guide to recover forgotten Linux password :
1.In the Grub bootloader screen Select Fedora and press 'e'.
2.Select line something like "kernel /vmlinux..."  ending with "quiet" or "quiet splash" and press 'e'.
3. Keep a blank space and the append '1'.
4.Press 'b' (or "CTRL +b" in case of Ubuntu) to boot.
5.We will get root account logged in.
6.Now type "passwd username"  to change the password of user "username".
7.To change the password of root account simply type passwd and press enter.