You are hereLinux Administration
Linux Administration
Articles related to keeping Linux boxen in good working order.
Munin Ping Plugin - Changed to show one ping per graph
I started with the very nice ping script from the consttype blog, but I 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. So I have changed it to use a faster ping, report a ping of 1000 when it fails to connect (so you get a spike rather than a gap) and be linkable with ping_ipaddress format.
Copying a Virtual Machine lv or Partition Over SSH
Copying a Logical Volume or Partition over SSH
This should only be attempted on either a snapshot lvm volume, or an unmounted hard drive partition!
Using ssh and dd you can copy any LVM or (unmounted) hard drive partition over the internet to a new machine easily. You can do a "push" or "pull" copy. Here's a "push" copy:
dd if=/dev/vg0/partition-snapshot bs=1k |
ssh remotehost dd of=/dev/vg0/partition-destination bs=1k
XFCE4 review: After Over 10 Years with KDE, I'm Moving to XFCE, and Xubuntu!
In choosing a Linux desktop, I want something both highly stable and great looking. I stare at these monitors for 10-14 hours a day! Speed and ease of configuration/use are also important. This post is about my journey from KDE4 to XFCE4, and is also a review of sorts.
Dual Head Xorg Config for a RadeonHD RV630 aka Radeon HD 2600XT
** Note ** I've sold this card since, but I'll repost this in case it is useful to anyone:
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’t figure it out by itself. Took me awhile to get this figured out.
The magic lines (in “Device") are this
Green Networking - Converting Standard Computers to Thin Clients
These days it’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.
Setting up multi monitor / dual head 1280x1024 with the Intel G31 Integrated Graphics Chipset
Just a recipe for dual head on Xorg/Linux with the GMA 3100 included with my G31 chipset in case I forget.
1) Obtain “intel” xorg driver version 2.1.1 or later. Build/install.
2) Configure i915 kernel driver, load
3) Configure xorg with the following unusual parts: Monitor Identifiers should match these options under the video card Device block.
Code: