Stay ahead with the latest trends in custom software development. Explore how AI, automation, and cloud solutions are shaping the future of business technology.
UNIX Perl – Get local IP with ifconfig Replace ETH0 with the interface you need.. my $IP = `ifconfig eth0| awk ‘/dr:/{gsub(/.*:/,””,\$2);print\$2}’`; $IP =~ s/\s+$//;
MYSQL Event Scheduler – Auto Enable If you are finding the MYSQL event scheduler is disabled everytime you start MYSQL, use the following my.cnf or mysql.ini settings; event_scheduler=on That Simple!!
Comparison of the network types Type Bridged NAT (Network Address Translation) Host-only Description The VM appears as if it was a physical host on the network. The VMware hides behind the IP address of the VMware host. Other VMs in the same NAT network can access it directly. The VM can only access the VMware […]