<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Disqus - Latest Comments for AWfki</title><link>http://disqus.com/people/2547dbbf0321797da641c9976b4ccd9f/</link><description></description><language>en</language><lastBuildDate>Fri, 27 Jun 2008 09:00:03 -0000</lastBuildDate><item><title>Re: The Rich Can Teach Us A Thing Or Two</title><link>http://consumerismcommentary.disqus.com/the_rich_can_teach_us_a_thing_or_two/#comment-21299563</link><description>This is meaningless.&lt;br&gt;&lt;br&gt;   1.  They give away more.  --- So, they've got more to give away. Bill Gates could probably give away %50 of his gross income every year without impacting his lifestyle. It doesn't make him a better person, though he might be, it just means that giving doesn't cost him anything.&lt;br&gt;&lt;br&gt;   2. They are much more likely to own businesses. --- That's probably how they got to $500k a year in the first place. &lt;br&gt;&lt;br&gt;   3. They borrow strategically. --- They can afford to pay off the credit card balance every month. They can also afford to buy multiple houses.&lt;br&gt;&lt;br&gt;   4. They don't blow a lot of money on cars. The average value of cars owned by millionares is higher, but this value as a percentage of total net worth is significantly lower for the rich than for the average. --- Duh. They're rich so of course the "value as a percentage of total net worth is significantly lower". &lt;br&gt;&lt;br&gt;   5. They're almost always homeowners --- Really! If I was rich I wouldn't own a house I'd rent a one-bedroom apartment. That was sarcasm, BTW.&lt;br&gt;&lt;br&gt;     You take any person and hand them a bunch of money and odds are good that within a short period of time they'll match all those points. If you want to tell me about what I can learn from the rich tell me about how they got rich in the first place. I bet most of them didn't match many of those points until after they made their money.&lt;br&gt;&lt;br&gt;PS. This wasn't meant as a personal attack. I just chanced across this and had to comment.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Thu, 10 Nov 2005 20:54:39 -0000</pubDate></item><item><title>Re: Netflix Settlement</title><link>http://consumerismcommentary.disqus.com/netflix_settlement/#comment-21299491</link><description>The supposedly injured consumers get basically nothing while the plaintiffs law firms get's $2.5 million. Somehow that just seems wrong to me. I'll be following the instructions at &lt;a href="http://www.netflixsettlementsucks.com/" rel="nofollow"&gt;http://www.netflixsettlementsucks.com/&lt;/a&gt; to opt-out. If enough people choose to opt-out the settlement gets thrown out.&lt;br&gt;&lt;br&gt;BTW, I said "supposedly" injured because while Netflix advertising may have used a poor choice of words I think any reasonable person would understand that time and the US Post Office will limit the number of DVDs you can get each month. This suit was about the plaintiffs law firm getting rich.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Thu, 10 Nov 2005 20:41:20 -0000</pubDate></item><item><title>Re: How to Determine Which Switch and Port You are Connected To | Cisco switch | Tech-Recipes</title><link>http://tech-recipes.disqus.com/how_to_determine_which_switch_and_port_you_are_connected_to_cisco_switch_tech_recipes/#comment-2769482</link><description>"show mac-address-table 0000.0000.0000" is too much typing for me, especially as I'm frequently called on to find which interface a server or user is connected to. Because I'm lazy in an efficient kind of way I add the "shmac" alias to all my switches.&lt;br&gt;&lt;br&gt;In config mode enter &lt;code&gt;alias exec shmac SH MAC-address-table | include &lt;/code&gt;&lt;br&gt;&lt;br&gt;Now when you want to find a server that's got a mac address of 0102.0304.0506 you can just type &lt;code&gt;shmac 0506&lt;/code&gt;&lt;br&gt; and nine times out of ten you'll get the entry you're looking for. You may get multiple entries if you've got two devices with MACs ending in 0506 so you could type the whole MAC address, but I did mention that I'm "efficient" so I rarely do.&lt;br&gt;&lt;br&gt;I'd also like to note that while the author's network may always use gig interface for switch connections it's perfectly possible for a user to be connected to one so that's not actually a guarantee that's it's an interswitch link. Figuring that out requires that you know your network; which means that I can't think of a simple to explain way to figure out where the port shown leads to another switch.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Wed, 01 Nov 2006 00:15:20 -0000</pubDate></item><item><title>Re: How to disable Cisco router domain name lookup | Cisco router | Tech-Recipes</title><link>http://tech-recipes.disqus.com/how_to_disable_cisco_router_domain_name_lookup_cisco_router_tech_recipes/#comment-2770084</link><description>Alternately you could configure a DNS server with the command: &lt;code&gt;ip name-server &amp;lt;ip address&amp;gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Now if you type "confligure"  you'll get something like &lt;br&gt;&lt;code&gt;Translating &amp;quot;confligure&amp;quot;...domain server &amp;#40;1.1.1.1&amp;#41;&lt;br&gt;% Unknown command or computer name, or unable to find computer address&lt;/code&gt;&lt;br&gt; within a few seconds as the domain server reports that the name doesn't look up.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Fri, 20 Apr 2007 04:17:06 -0000</pubDate></item><item><title>Re: The dark secrets of loopback addresses | Cisco networking | Tech-Recipes</title><link>http://tech-recipes.disqus.com/the_dark_secrets_of_loopback_addresses_cisco_networking_tech_recipes/#comment-2770609</link><description>I don't know quite where to start with this but if you're looking for info I'd suggest looking elsewhere.&lt;br&gt;&lt;br&gt;First, loopbacks don't have much to do with troubleshooting. You can ping one or use it as the source for pings but you can do that with any interface with an IP. &lt;br&gt;&lt;br&gt;Loopbacks are often used for router management but can also be used to provide virtual interfaces for things like GRE tunnels. The reason you use a loopback is that a physical interface can go down but the loopback, being virtual, is up as long as the router is up.&lt;br&gt;&lt;br&gt;Regarding OSPF, the term "feasible successor" is from EIGRP, it's not used in OSPF. I think the author was looking for is Router ID. This the IP the router uses to identify itself to other routers running OSPF.  The router is determined thusly:&lt;br&gt;&lt;br&gt;1 Use the address configured by the ospf router-id command&lt;br&gt;2 Use the address of the loopback 0 interface&lt;br&gt;3 Use the highest IP address of any interface&lt;br&gt;4 If no interface exists, set the router-ID to 0.0.0.0</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Fri, 27 Jun 2008 07:04:05 -0000</pubDate></item><item><title>Re: How to (more) safely run debugs on Cisco routers | Cisco router | Tech-Recipes</title><link>http://tech-recipes.disqus.com/how_to_more_safely_run_debugs_on_cisco_routers_cisco_router_tech_recipes/#comment-2770586</link><description>The last command in this example is incorrect as it doesn't use the access-list that's been defined. The last example should be:&lt;br&gt;&lt;br&gt;&lt;code&gt;&lt;br&gt;access-list 100 permit ip any host 1.1.1.1&lt;br&gt;access-list 100 permit ip host 1.1.1.1 any&lt;br&gt;&lt;br&gt;debug ip packet detail 100&lt;br&gt;&lt;/code&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Note the &lt;em&gt;100&lt;/em&gt; at the end of the debug line. That applies ACL 100 to the debug. Without that you risk choking the router if it's at all busy.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Fri, 27 Jun 2008 07:12:48 -0000</pubDate></item><item><title>Re: OS X:  Show hidden files and folders in Mac OS X Finder | Apple Mac | Tech-Recipes</title><link>http://tech-recipes.disqus.com/os_x_show_hidden_files_and_folders_in_mac_os_x_finder_apple_mac_tech_recipes/#comment-2770825</link><description>Since you're already in the terminal just add "killall finder" after the show or hide commands. Finder will go away and then restart.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AWfki</dc:creator><pubDate>Fri, 27 Jun 2008 09:00:03 -0000</pubDate></item></channel></rss>