Configure eth1 on the server. if eth1 is not showing up using ifconfig then add folloing entry for eth1 then check using ifconfig [root@hostripples]# cat /etc/modprobe.conf alias eth0 tg3 alias scsi_hostadapter ata_piix alias snd-card-0 snd-intel8x0 options snd-card-0 index=0 install snd-intel8x0 /sbin/modprobe –ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || : remove snd-intel8x0 { /usr/sbin/alsactl store […]
See MoreTag: web hosting cheap
Eclipse Installation
Eclipse Installation For multi-user access, you’ll probably want to install this in the system-wide directory: /usr/local so, as root, copy the file eclipse-SDK-3.3.1.1-linux-gtk.tar.gz to /usr/local and uncompress it: # tar xzf eclipse-SDK-3.3.1.1-linux-gtk.tar.gz This action creates the directory eclipse and the executable is the file eclipse within that directory. You only need to make it accessible […]
See MoreEth0 : Duplex Settings
Using Ethtool we can set it as follows. # ethtool -s eth0 speed 100 duplex full # ethtool -s eth0 speed 10 duplex half mii-tool eth0 ethtool eth0 yum install ethtool net-tools up2date ethtool net-tools apt-get install ethtool net-tools
See More