Archive for November, 2014

 

Dakini Princess ..

Nov 29, 2014 in Algorithms

A dakini (Sanskrit: “sky dancer”) is a Tantric priestess of ancient India who “carried the souls of the dead to the sky”. This Buddhist figure is particularly upheld in Tibetan Buddhism. The dakini is a female being of generally volatile temperament, who acts as a muse for spiritual practice.
. . .

dakini

. . .

How-To disable IPv6 on RHEL6 / CentOS 6 / etc

Nov 25, 2014 in Linux

from: http://blog.acsystem.sk/linux/rhel-6-centos-6-disabling-ipv6-in-system

Proper way of disabling IPv6 subsytem in RedHat Linux 6 / CentOS 6 (dont unload modules or so)

in /etc/sysctl.conf : net.ipv6.conf.all.disable_ipv6 = 1

in /etc/sysconfig/network : NETWORKING_IPV6=no

in /etc/sysconfig/network-scripts/ifcfg-eth0 : IPV6INIT=”no”

disable iptables6 – chkconfig –level 345 ip6tables off

reboot