Problem: Deleting ipv6 address in Linux
Solution:
Solution:
ifconfig eth0 inet6 del fd00:7a06:a248:1:250:56ff:fe86:32cb/64
ifconfig eth0 inet6 del fd00:7a06:a248:1:250:56ff:fe86:32cb/64
[root@dragon bin]# ls -l | wc -l 25 [root@dragon bin]#
wget --no-check-certificate --no-cookies --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com" "http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.tar.gz"
[root@dragon ~]# netstat -tulpn | grep 8080
tcp 0 0 0.0.0.0:8080 0.0.0.0:* LISTEN 14491/./haproxy-1.4
[root@dragon ~]# ps -aef | grep 14491
80 14491 1 0 Oct24 ? 00:00:04 ./haproxy-1.4.24-pcre-40kses-linux-i586.stripped -f /etc/haproxy/haproxy.cfg
find -name "*.jar" | xargs grep -l "DataSource"The above command searches for DataSource class in all jar files located in current working directory