Introductory Video

Thursday, 20 June 2013

, , , ,

How To Open Many Websites Just In One Click ?

Open Number Of Websites With One Click

Hi Guys.Today I tell You How to open Many  websites just with one click.In this tutorial we use batch file programing.You can also use this method to open different computer programmas like internet explorer,Chrome,Mozilla Firefox,My computer, notepad etc.You Just Follow My Steps.

1. Open Notepad (Goto Start > Click On Run > Type Notepad)

2. Copy below code And Paste It In Notepad

@echo off
start www.pakcyberexperts.blogspot.com/
start www.twitter.com/gangsterhackers
start www.facebook.com/gangsterhackers
start www.gangsterhackers.blogspot.com/

2. Now Save this file as websites.bat

3. Now open this file and it will open four websites with just one click that you give him.

4. You can also add Your websites by write Start your website.
For Example If you want to open Facebook
start www.facebook.com
Don't Forget To Follow Us On Twitter Or Also Like Our Page On Facebook.

That's It :)
, , , ,

How To Open Many Websites Just In One Click ?

Open Number Of Websites With One Click

Hi Guys.Today I tell You How to open Many  websites just with one click.In this tutorial we use batch file programing.You can also use this method to open different computer programmas like internet explorer,Chrome,Mozilla Firefox,My computer, notepad etc.You Just Follow My Steps.

Sunday, 16 June 2013

, , , ,

How to Transfer Windows Files, Images,Videos,Settings Easily Free Tool Download

Transfer Windows Files


Hi Guys.Today i tell you how to transfer windows file,videos,images etc easily.Have you purchased a new PC or shifted to an old one but all the data stuff is in your previous PC, well than that’s not a big problem because we have Windows Easy Transfer official transfer tool by Microsoft well with this you transfer files, pictures, images and settings to any new windows operated pc The best thing about this tool is that it also includes a file explorer or you can say file manager which you see many times on a Nokia phone so you can also see what things to copy and what not.To Download This Tool Click on below link.
This tool is official developed by Microsoft for their humble customers, giving them an easy way to complete the whole process. Check below steps on how to use This tool.


2. Now just run this tool on your old pc from which you are want to transfer your files and settings.

3. Now just run this tool again on your new pc and choose the file from external drive to restore the whole process in your new pc.


Download

That's It  :)

, , , ,

How to Transfer Windows Files, Images,Videos,Settings Easily Free Tool Download

Transfer Windows Files


Hi Guys.Today i tell you how to transfer windows file,videos,images etc easily.Have you purchased a new PC or shifted to an old one but all the data stuff is in your previous PC, well than that’s not a big problem because we have Windows Easy Transfer official transfer tool by Microsoft well with this you transfer files, pictures, images and settings to any new windows operated pc The best thing about this tool is that it also includes a file explorer or you can say file manager which you see many times on a Nokia phone so you can also see what things to copy and what not.To Download This Tool Click on below link.

Ip Commands For Linux Most Usefull 100% Working

Ip Commands For Linux 



Hi Guys.Today i tell you about Linux ip commonds.First i tell you about what is linux.Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution. The defining component of Linux is the Linux kernel,an operating system kernel first released on 5 October 1991, by Linus Torvalds.Since the C compiler that builds Linux and the main supporting user space system tools and libraries originated in the GNU Project, initiated in 1983 by Richard Stallman, the Free Software Foundation prefers the name GNU/Linux.


1. Assign second IP: ifconfig eth0:1 192.168.1.3

2. Assign multiple IP’s: ifconfig eth0:0 192.168.1.2


3. Display Current Config for all NIC’s: ifconfig

4. Display Current Config for eth0: ifconfig eth0

5. Ping: ping -c 3 192.168.1.1

6. Disable network card: ifconfig eth0 down

7. Enable network card: ifconfig eth0 up

9. View current routing table: route “or” route -n

10. View arp cache: arp “or” arp -n

11. Assign IP/Subnet: ifconfig eth0 192.168.1.2 netmask 255.255.255.0

12. Assign Default Gateway: route add default gw 192.168.1.1

13. Trace Route: traceroute www.whatismyip.com

14. Trace Path: tracepath www.whatismyip.com

15. DNS Test: host www.whatismyip.com

16. Advanced DNS Test: dig www.whatismyip.com

17. Reverse Lookup: host 66.11.119.69

18. Advanced Reverse Lookup: dig -x 66.11.119.69