Setting network b/w Linux machines using USB cable
To setup the USB network between two linux machines perform the following steps :-
1) Attach both the Linux machines using a USB cable.
2) Open the terminal window on each of the machines and type the following command
(On first machine)
]# ifconfig usb0 10.100.10.101 netmask 255.255.255.0 (On second machine)
]# ifconfig usb0 10.100.10.102 netmask 255.255.255.0
Once done, try to ping the other machine using the assigned ip i.e. 10.100.10.101. This technique has been tested with two machines with Fedora 9 on one machine and busybox on other. It should be able to work on other combinations of linux too.
Why NoSQL is in fashion?
-
Couple of years back NoSQL was relatively unheard term. It has become a
new buzzword in town, catching people's imagination. Almost all big daddies
of Int...
No comments:
Post a Comment