User loginCMS by Drupal |
SysadminSystem and network administration Goodbye DSL and Atheros, hello cable and RalinkA couple of days ago, a Comcast technician came out and installed my brand new business Internet. I was promised 22mbps down 5mbps up. So far it usually is faster than that. The next step was, as always, a reconfiguration adventure for my home network. I had a couple of really crazily busy days, but today I finally rolled up my sleeves and got to working on the new thing…
Ow! My gateway box died!!About three hours ago the ancient AMD box I was using as a gateway machine for my home network bit it. Seems to have been either the motherboard or power supply; I don't really care much which at this point…
A couple of SSH tipsSo I discovered something interesting about SSH a couple of months ago, and something else a couple of days ago; these discoveries together answered a bunch of my questions about why I could never make SSH work properly. First, it turns out that SSH, unlike most programs that read config files, takes the first assignment to a config variable and ignores later ones. This means that if you want overrideable global settings, for example to the Second, it turns out that if the remote SSH service offers public key authentication (as most do) and you haven't supplied a matching private key, SSH may start trying to use all the public keys lying around in your So, now I have things cleaned up. My keys are in a subdirectory
The continuing saga of Linux Atheros supportA while back I wrote about how much trouble I was having with the Atheros 802.11 card I was using as an AP at my house. There was much flailing and gnashing of teeth, and eventually I got something kind of kludged together that seemed to do WPA and stay up most of the time…
HOWTO: Debugging an ssh connection problemI'm sick of trying to debug ssh connection issues; they're often hard, and I work on them just infrequently enough to forget everything I knew. This blog post is a note to myself about what kinds of problem to look for and where to look when ssh has gone south… HOWTO: Starting debsumsI needed to run debsums on everything on one of my boxes today. A hack from the net helped me get it going…
Since I had a full local Debian mirror and my apt was set up to use it, I had to temporarily change Thanks Arthur de Jong from 2005!
HOWTO: Making Network Manager manage your wired networkThis is a very short HOWTO that answers something that's been bugging me for months. Network Manager was finally working fine with my Debian laptop's wireless, but would not (as advertised) manage its wired connection. The solution was found in an obscure email list conversation. Go to /etc/network/interfaces and comment out the lines related to eth0. Then restart Network Manager or just reboot. I have no idea how you're supposed to know this.
HOWTO: Replacing cryptoloop with dm-crypt in DebianA while back, I wrote a little HOWTO on putting the cryptoloop module back in Debian. Yesterday, Josh Triplett pointed out to me that current dm-crypt can actually be used instead of the cryptoloop module to compatibly work with cryptoloop-formatted volumes. Huh. It turns out to be as simple as
Obviously you'll need to make some substitutions in the above. Use
to clean up afterwards. Enjoy.
HOWTO: Putting cryptoloop back in DebianUpdate 2010-11-20: It has been pointed out to me that dm-crypt can handle cryptoloop volumes. Thus, you may choose to ignore this HOWTO in favor of one on how to do that. For reasons detailed in Debian Bug #559961 the cryptoloop module has been dropped from the Debian kernel as of the 2.6.32-trunk binary packages. I've filed a complaint at that bug. I know what I'm doing, and am unhappy that the Debian kernel maintainers have taken it upon themselves to gratuitously delete functionality from the Linux kernel image…
Ouch. How you get a virus from Firefox...So I just now tried to download and install Firefox for my sister-in-law's computer. I did this by Googling "firefox windows download" and clicking on the first hit. The first hit was a sponsored link to "usfirefoxbrowser.com"; seemed a little strange, but what the heck. The page it took me to looked official enough at a half a glance, so I clicked on the prominent button…
|