Monday, April 8, 2013

INSERT IP ADDRESS AND DNS BY COMMAND PROMPT

Dear Friends,

Usually in home network we have only couple of systems so insert ip address is not tought. but in huge organization or corporation, when system administrator need to change ip address of all systems than he will be confused and tired.

so i have a trick to insert ip address by cmd so user need to double click and ip will be inserted.

please follow below commands and replace with your network address

A command which help to change ip address is : netsh

you have open cmd run as administrator and than type netsh
and than follow below commands.

TO CHANGE IP ADDRESS : 

SYNTEX:

interface ip set address name="local area connection" static 192.168.1.2 255.255.255.0 192.168.1.1

SYSTEX FOR DNS 1:

interface ip set dns name="local area connection" static 10.10.10.1

SYSTEX FOR DNS 2:

netsh interface ip add dns "local area connection" 10.10.10.2

thats it...

and having a more interesting trick..

if you want to change ip address and dns with single click than follow this command only

just open notepad and enter follow commands:

netsh interface ip set address name="local area connection" static 192.168.1.5 255.255.255.0 192.168.1.1
 

netsh interface ip set dns name="local area connection" static 10.10.10.1

netsh interface ip add dns "local area connection" 10.10.10.2


and save this file as ip.bat..

now you have run this file as administrator  and all the filled will fill up automatically...

for sample download THIS File and edit than replace with your ip range and than save it..


if you like this trict than like Facebook

Thanks..

Contact : 09408474058

Saturday, April 6, 2013

FACEBOOK SHORT CUT KEYS


DEAR FRIENDS LETS HAVE FAMOUS SOCIAL NETWORKING SITE SHOURT CUT TRICKS

Before using Facebook keyboard shortcuts, determine the modifier keys for your computer, which is based on what browser and operating system you are using.
Win & ChromeWin & FirefoxWin & IEOSX & FirefoxOSX & Other
AltAlt + ShiftAltFunction + CtrlOption + Ctrl
Once you have determined the modifier for your operating system and browser use the above key combination with any of the below 10 keys to perform the desired shortcut. For example, if you were using Firefox in Windows and wanted to go to the Facebook Home you could press Alt + Shift + 1.
Tip: If you are using Internet Explorer, after pressing Alt + # let go of both keys and press Enter for the shortcut to work. For example, press Alt + 1 (let go) and then press Enter to open the Facebook home page. * Also, the M to open a new message in Internet Explorer does not work, since it is the home shortcut.
MOpen a new message *
?Go to the Facebook Search
1Home (News Feed)
2Your profile page
3Friend requests
4Messages
5Notifications
6Your Account Settings
7Your Privacy Settings
8Go to the Facebook page
9View Facebook Statements and Rights agreement
0Open Facebook help center
Notice: The above shortcut keys only work with the numbers on the top of your keyboard, not thenumber pad.

Thursday, March 28, 2013