http://www.semicomplete.com/articles/dynamic-dns-with-dhcp/
May get around to setting this up a little while down the road.
http://www.semicomplete.com/articles/dynamic-dns-with-dhcp/
May get around to setting this up a little while down the road.
Trying to get ntpd to stop creating listening sockets is a royal pain in the ass. Sure, I can set a firewall rule that blocks access to the port on undesired interfaces, but it's more work to make that happen, and it's just not as clean. Here's what I finally ended up doing to stop creating default (0.0.0.0:123 for IPv4 and :::123 for IPv6) listeners and just set a listening socket on one address on my internal interface. Hopefully it helps someone else out. # Add to ntp.conf, in order interface ignore all interface ignore ipv4 interface ignore ipv6 interface listen 192.168.0.1
While there’s not a gaping security window with NTP, I just feel a little safer not having anything listening at all.
After a recent WordPress upgrade, I found myself unable to log in again and was receiving HTTP 500 messages. Kudos to Jeff for his post at http://perishablepress.com/press/2008/02/18/quickly-disable-or-enable-all-wordpress-plugins-via-the-database/ for the quick backend disable of plugins through the database. I’m sure there are other posts describing the process out there, but his came up near the top of Google’s results for my search and were very simple and straightforward – and solved the problem in short order. Fortunately I wasn’t under his time crunch to get things fixed, but I appreciate his documenting the fix after the fact.
http://www.informationweek.com/news/security/mobile/231903096?cid=nl_IW_daily_2011-11-16_html
They don’t pay you for the use of this data – your data – that they turn around and use to bilk even more money out of you.
http://iscs.sourceforge.net/ ISCS administrators do not configure the security subsystems separately. They never write a single order dependent rule or complex security association. They describe the security environment in functional, practical, process oriented terms such as, “Sales needs access to Sales Data”, “Marketing, Financial, Engineering and the outside Advertising Agency need access to the New Product Line data”, “the 192.168.1.0/24 network should participate in the VPN”, “the new acquisition’s 10.1.1.0/24 network needs to NAT globally to 172.16.8.0/24 to avoid conflict with the existing 10.1.1.0/24 network” or “the credit card database servers should not be allowed to send packets any further than the e-commerce web server in the DMZ to prevent data theft over the Internet.”
http://rss.slashdot.org/~r/Slashdot/slashdot/~3/3612AbuM154/CDC-Warns-of-Zombie-Apocalypse Looks like an amusing read.
http://steveg769.bizland.com/spiralsbysteven2/ Wooden gears
http://idle.slashdot.org/comments.pl?sid=2170514&cid=36185434 A great idea for a honeypot FTP
http://www.lexinter.net/LOTWVers4/restatement_(second)_of_contracts.htm http://www.ali.org/
Really, really need to take some time to play with cfengine.
Had a funny thought about Apple (of the garden) being treated like a religion, “meticulous management of customer experience” (i.e., “herding the flock”), and suddenly it’s now the Rapture.
openssl s_client -connect #Command-line SSL connections
Would be nice to have a ping command with a configurable (via command line switches) exponential weighted moving average for packet loss. That way, you could watch some statistics on loss over intervals while running from a command line, and not just be interpreting loss for the time since you started the command an hour (day/week/whatever) earlier.
http://www.wired.com/wiredscience/2011/03/diy-cellphone-microscope/?pid=1112&viewall=true I’m a little more interested in the spectrometer. I always thought it would be interesting to have one of those.
ComputerWorld recently posted an article with information on 22 free tools for data visualization. I’ve run across a few of these in the past. Still need to put some focus on learning statistics principles to be able to better use the data. Until then, this link will help me keep track of them.