User level : Beginnershey geek'z, this article has some of the basic information to get started with linux networking. . here we go. .These stuffs are automatically performed during a Linux …
Activating and De-Activating NIC Interface
User level : BeginnersThe ifup and ifdown commands can be used respectively to activate and deactivate a NIC interface. You must have an ifcfg file in the /etc/sysconfig/network-scripts …
Changing your IP address
User level : BeginnersIf you need, you could change the IP address of eth0 interface using the ifconfig command.command : ifconfig eth0 10.0.0.1 netmask 255.255.255.0 upeth0 is the …
Determining Current Routing Table
User level : BeginnersThe netstat -nr command is used to show the contents of the touting table. Networks with a gateway of 0.0.0.0 are usually directly connected to the interface. The route …
How to Change your Default gateway
User level : BeginnersYour server needs to have a single default gateway. DHCP servers will automatically assign a default gateway to DHCP configured NICs, but NICs shall be configured staticly …
How to enable or disable USB port in windows
My friends were asking I can't access pendrive or connect any USB drives in my college system or in my office systems.USB access as been Restricted. How to break the USB restriction ? .Usually USB …





