http://user.xmission.com/~hidden/aatqos/
Using tcpdump, Snort, sec, and policing to programatically rate limit connections for the improvement of call (or other delay-sensitive application) traffic.
http://user.xmission.com/~hidden/aatqos/
Using tcpdump, Snort, sec, and policing to programatically rate limit connections for the improvement of call (or other delay-sensitive application) traffic.
http://www.ijreview.com/2013/10/90363-mike-rowe/
I’ve always found Mike to be a pretty interesting fellow. I think he’s a lot more hopeful than I am… and more likely to compromise and work across the aisle. I guess it’s probably good that some people are, but I’m to the point where I have absolutely no faith and think we need to just pick sides and go our separate ways.
Since my carboys and equipment should arrive between tomorrow and the next day, and Saturday promises to be a brew day, I’m now thinking about chillers. I’m fairly sure I could borrow one easily, and that is likely to be what I will do. But at some point I’ll be doing my own brewing in my own garage, and will need a method to rapidly cool wort. Making a few notes on some of the things I’ve run across while researching the topic so I can find them rapidly when the time comes.
http://packetroute.wordpress.com/2012/12/12/tacacs-ad-centos-free/
Pretty complete guide to getting Marc Huber’s tac_plus set up on a CentOS box. Need to give this a shot in an LXC container at some point.
http://www.sparetimelabs.com/newfurnace2/newfurnace2.php
Looks like some good design ideas in the event I ever get around to doing something like this. Some other interesting reading here as well if I ever get around to setting up my feed reader.
http://favmy.com/2013/10/12/photos/1381567607/
Some good things to keep track of, though unfortunately I’ll probably never remember that they are on this list at a time when they would be useful.
Now that I have a couple of Pogo devices up and running with at least a basic Linux OS, I’m starting to think about getting one of them running as a headless USB barcode scanner. I installed usbutils on the Pogo (‘sudo apt-get install usbutils’) and am able to view its details with a ‘lsusb’, especially followed by a ‘lsusb -v -s <busnum>:<devnum>’. I’d like to set up a (probably Perl, though I really do need to at least tinker with Ruby at some point) script to “listen” to the scanner and receive any input from it (i.e., barcode data it has scanned). The script would then determine what to do with that data based upon a database lookup. Scanning of grocery items, for example, might add them to an inventory for updating, while scanning of the serial number barcodes on my Black & Decker Matrix 20V Lithium batteries could trigger an entry that a particular battery serial number was charged on a particular date (so I can make sure they are charged periodically as per the user guide).
Some references from my initial research this evening: