Pario TechnoBlob
About Posts

Posts

Disable IPv6 on Redhat RHEL4 First you remove this line from /etc/modprobe.conf if this line exists. alias net-pf-10 ipv6 Add the following line to /etc/modprobe.conf alias net-pf-10 off Reboot the...
Sep 17, 2008 9:25PM
Listen to network traffic using tcpdump Please note that you have to be the root user to use this command because it puts the network card in promiscuous mode. # tcpdump -i eth0 -A -s 0 udp port 1514 and host...
Sep 17, 2008 11:18AM
Enable query caching in mysql Query caching is a way to increase the performance of mysql by caching database queries. It’s quite easy to do and only requires to edit one file, in Debian it’s called...
Sep 13, 2008 1:15PM
Convert unix timestamp to date

date -d @1221256800 "+%Y-%m-%d %T" 2008-09-13 00:00:00 Convert a date (YYYYMMDD) to unix timestamp # date -d "20080913" +%s 1221256800

Sep 13, 2008 12:57PM
«« « 1 2 3  …  36 37 38  …  126 » »»
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom