Matthew Steven - Linux Administration, PHP, Web Development, Hardware http://matts.org/taxonomy/term/1%202%207%206/0 en Fixing Drupal's Taxonomy Menu Modules's Tooltip / Title Clutter http://matts.org/taxonomy_menu_tooltip_suppression <p>Drupal's <a href="http://drupal.org/project/taxonomy_menu ">Taxonomy Menu</a> is very useful for organizing your site, but its developers have added a <a href="http://drupal.org/node/771266">real nuisance</a> in the form of the title attribute to the &quot;a&quot;&nbsp;tags it generates when paired with a suckerfish menu in a theme or &quot;nice menus&quot;&nbsp;module.</p> <p>Here's a patch to dismiss that problem, run it from the &quot;modules&quot;&nbsp;folder in your Drupal installation.</p> <p><a href="http://matts.org/taxonomy_menu_tooltip_suppression" target="_blank">read more</a></p> http://matts.org/taxonomy_menu_tooltip_suppression#comments Web Development Mon, 03 May 2010 17:16:43 +0000 Matt 41 at http://matts.org Munin Ping Plugin - Changed to show one ping per graph http://matts.org/ping_plugin_for_munin <p>I started with the very nice ping script from the <a href="http://consttype.blogspot.com/2007/07/munin-plugin-for-ping-response-time.html">consttype blog</a>, but I&nbsp;didn't like that the graph was so hard to read with multiple ping hosts that had similar latencies, and it would time out with more than three IP addresses, and that it took the best ping rather than the average. &nbsp; So I&nbsp;have changed it to use a faster ping, report a ping of 1000 when it fails to connect&nbsp;(so you get a spike rather than a gap)&nbsp;and be linkable with ping_ipaddress format.</p> <p><a href="http://matts.org/ping_plugin_for_munin" target="_blank">read more</a></p> http://matts.org/ping_plugin_for_munin#comments Linux Administration Fri, 05 Mar 2010 14:01:29 +0000 Matt 39 at http://matts.org Copying a Virtual Machine lv or Partition Over SSH http://matts.org/copy_partitions_over_ssh <h3>Copying a Logical Volume or Partition over SSH</h3> <p>This should only be attempted on either a snapshot lvm volume, or an unmounted hard drive partition!</p> <p>Using ssh and dd you can copy any LVM&nbsp;or (unmounted)&nbsp;hard drive partition over the internet to a new machine easily.&nbsp; You can do a &quot;push&quot;&nbsp;or &quot;pull&quot;&nbsp;copy. &nbsp;Here's a &quot;push&quot;&nbsp;copy:</p> <p><span style="font-family: Courier New;">dd if=/dev/vg0/partition-snapshot bs=1k |<br />&nbsp;&nbsp; ssh remotehost dd of=/dev/vg0/partition-destination bs=1k</span></p> <p><a href="http://matts.org/copy_partitions_over_ssh" target="_blank">read more</a></p> http://matts.org/copy_partitions_over_ssh#comments Linux Administration Virtual Servers and Services Virtualization Sat, 20 Feb 2010 17:26:36 +0000 Matt 37 at http://matts.org XFCE4 review: After Over 10 Years with KDE, I'm Moving to XFCE, and Xubuntu! http://matts.org/xfce_review <p>In choosing a Linux desktop, I&nbsp;want something both highly stable <u>and</u> great looking.&nbsp; I stare at these monitors for 10-14 hours a day!&nbsp; Speed and ease of configuration/use are also important.&nbsp; This post is about my journey from KDE4 to XFCE4, and is also a review of sorts.</p> <p><a href="http://matts.org/xfce_review" target="_blank">read more</a></p> http://matts.org/xfce_review#comments Hardware Linux Administration Web Development Sun, 24 Jan 2010 15:18:02 +0000 Matt 35 at http://matts.org jQuery Ajax Requests on IE6 Need Extra Help To Parse http://matts.org/jquery_ie6_xml_parsing_bug_and_workaround <p>Using jQuery's .get .post or .ajax features to parse xml results, you may find that only Internet Explorer 6 fails to parse your xml result in the callback function.&nbsp;&nbsp;You can always count on your friend IE6 to crush productivity!</p> <p><a href="http://matts.org/jquery_ie6_xml_parsing_bug_and_workaround" target="_blank">read more</a></p> http://matts.org/jquery_ie6_xml_parsing_bug_and_workaround#comments Web Development Thu, 02 Jul 2009 14:29:51 +0000 Matt 31 at http://matts.org Dual Head Xorg Config for a RadeonHD RV630 aka Radeon HD 2600XT http://matts.org/node/21 <p>**&nbsp;Note **&nbsp;I've sold this card since, but I'll repost this in case it is useful to anyone:<br /> Just a reference in case anyone else is trying to figure out how to get dual head working (with screen stretch) on Ubuntu in particular since Ubuntu doesn&rsquo;t figure it out by itself. Took me awhile to get this figured out.<br /> The magic lines (in &ldquo;Device&quot;) are this</p> <p><a href="http://matts.org/node/21" target="_blank">read more</a></p> http://matts.org/node/21#comments Hardware Linux Administration Sun, 10 May 2009 22:09:12 +0000 Matt 21 at http://matts.org Green Networking - Converting Standard Computers to Thin Clients http://matts.org/green_computing_thin_clients <div class="bText"> <p>These days it&rsquo;s all about saving money, power, the planet. This post is intended to get you excited to try thin client computing on your home network- assuming you have one.</p> </div><p><a href="http://matts.org/green_computing_thin_clients" target="_blank">read more</a></p> Green Technology Hardware Linux Administration Sun, 10 May 2009 22:05:15 +0000 Matt 19 at http://matts.org Simplifying Configuring CUPS Printing Clients on a Network http://matts.org/simplify_cups_client_configuration <p>If you have a server computer with a printer attached and a client computer across the network there&rsquo;s a super simple way to configure cups, create a &ldquo;/etc/cups/client.conf&rdquo; file and stick a line like this, with the server's IP&nbsp;address in it:<br /> <code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ServerName 12.34.56.78 </code></p> <p><a href="http://matts.org/simplify_cups_client_configuration" target="_blank">read more</a></p> http://matts.org/simplify_cups_client_configuration#comments Hardware Sun, 10 May 2009 21:44:45 +0000 Matt 11 at http://matts.org A PHP Discovery: perltidy, meet phptidy http://matts.org/node/10 <p>It seems that the many people who have been looking for a php beautifier now have a very nicely done perltidy work-alike in Magnus Rosenbaum&rsquo;s new phptidy program.</p> <p><a href="http://matts.org/node/10" target="_blank">read more</a></p> http://matts.org/node/10#comments PHP Web Development Sun, 10 May 2009 21:42:15 +0000 Matt 10 at http://matts.org Setting up multi monitor / dual head 1280x1024 with the Intel G31 Integrated Graphics Chipset http://matts.org/node/8 <div class="bText"> <p>Just a recipe for dual head on Xorg/Linux with the GMA 3100 included with my G31 chipset in case I forget.</p> <p>1) Obtain &ldquo;intel&rdquo; xorg driver version 2.1.1 or later. Build/install.<br /> 2) Configure i915 kernel driver, load<br /> 3) Configure xorg with the following unusual parts: Monitor Identifiers should match these options under the video card Device block.</p> <p class="amcode">Code:</p> </div><p><a href="http://matts.org/node/8" target="_blank">read more</a></p> http://matts.org/node/8#comments Hardware Linux Administration Sun, 10 May 2009 21:18:21 +0000 Matt 8 at http://matts.org