禁用IPV6的操作步骤 Step 1: add this rule in /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6=1 Step 2: add this rule in /etc/sysconfig/network: NETWORKING_IPV6=no Step 3: add this setting for each nic X (X is the corresponding number for each nic) in /etc/
在将eclipse-SDK-3.7.2-Linux-gtk.tar.gz解压到某个目录下之后,命令行进行如下编辑 vi /usr/share/applications/eclipse.desktop 添加如下内容: [Desktop Entry]Type=ApplicationName=eclipseExec=/opt/eclips/eclipse //eclipse存放路径GenericName=eclipseComment=Java development toolsIcon=/opt/e