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 More

Eth0 : 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

Domain Configuration files in Cpanel server

In following files we can see domains entry on cPanel server /var/cpanel/users/username /scripts/updateuserdomains /var/named/domain.db /etc/named.conf /usr/local/apache/conf/httpd.conf /etc/localdomains /etc/userdomains /etc/trueuserdomains /etc/trueuserowners /etc/valiases/domain.com /etc/vdomainaliases/domain.com /etc/vfilters/domain.com

See More