Home

Advertisement

Customize

Obscure.org system compromise, password reset required

Oct. 5th, 2009 | 07:49 am
mood: distressed distressed

Obscure.org users should contact me or Faisal Jawdat regarding a mandatory password reset following a system compromise. See http://www.obscure.org/ for more details. We're doing the resets via voice or authenticated and fully encrypted email / IM only.

Oh boy has it been a difficult weekend.

Link | Leave a comment {6} | Add to Memories | Tell a Friend

The Internet Mapping Project

Jun. 5th, 2009 | 10:51 am

I learned through BoingBoing recently about The Internet Mapping Project, a project Kevin Kelly is running to collect people's drawn maps of what the Internet looks like or means to them, with their home indicated on the map. This looks like a fun way of finding out about what people think of their relationship to the Internet.
Tags: ,

Link | Leave a comment {1} | Add to Memories | Tell a Friend

One Laptop Per Child / Scratch Demo

May. 8th, 2008 | 04:52 pm

Recently I've been involved with the One Laptop Per Child Learning Club D.C.. I've met some interesting people there, including Mike Lee, Wayan Vota, Leslie Bradshaw, and ffm (Firefoxman).

At the March 2008 meeting, I made a presentation about the class I've been teaching, Creative Computer Exploration with Scratch. Scratch is one of the activities available on the XO. After the presentation, Mike Lee took a short video of Patrick and I demonstrating a couple Scratch projects, including the Dragon Swirl project. Here's the video:



Mike Lee also wrote a summary of that meeting and the presentation.

At the April meeting, I announced that The Obscure Organization had made available a public Jabber server for the D.C. OLPC community.

Link | Leave a comment {1} | Add to Memories | Tell a Friend

Password Pandemonium and Gigabit Ethernet

Feb. 11th, 2008 | 03:48 pm
mood: satisfied satisfied

About six months ago, I set up two D-Link DGS-1224T Gigabit Ethernet switches for work. However, I neglected to record the new password for one of the two switches. I spent an hour trying to remember the missing password a week ago before giving up. Today I tried again, and on the 12th or 13th guess, I finally got it.

The password explosion problem most of us face is quite annoying. I'm landing more and more in Bruce Schneier's camp regarding what to do with the explosion of passwords, that is, write them down. Every now and then, I think about using a password generator (see this cool demo), but I haven't committed to using this yet. It looks like I can save the password generator page for local viewing and use on my Treo 680, though, so I'm going to ponder this some more.

A quick word about the DGS-1224T: this Gig-E switch hits the sweet spot for me in that it supports all the heavy-duty performance and security features I care about (jumbo frames, 802.1Q VLAN tagging, 802.3ad link aggregation) at a rock-bottom price for a smart switch. The pair of switches have been rock-solid so far.

Link | Leave a comment {3} | Add to Memories | Tell a Friend

XO Laptop ordered (One Laptop Per Child Project)

Nov. 13th, 2007 | 02:37 pm

I just ordered an XO laptop from the One Laptop Per Child Project. They have a deal where you donate $399, and they use $200 of your donation to fund a laptop for a child in the developing world, and you get one of the laptops, too.

http://www.laptopgiving.org/en/index.php
Tags: , ,

Link | Leave a comment {1} | Add to Memories | Tell a Friend

More sucking sounds coming from Windows Vista

Nov. 11th, 2007 | 10:22 am
mood: aggravated aggravated

Now [info]tostita's computer won't install new programs:

Nor will it allow printer driver installation:

Next up: roll back to factory installation image, apply all fixes again, shut down cleanly, apply more fixes, install printers, then install programs.

[info]tostita said, "It's as if the reliability of Microsoft operating systems took a ten-year trip backwards." I'm tending to agree.
Tags: ,

Link | Leave a comment | Add to Memories | Tell a Friend

Windows Vista annoyance

Oct. 31st, 2007 | 09:58 pm
mood: annoyed annoyed

I recently bought [info]tostita a new laptop, a Toshiba Satellite X205-SLi1, running Windows Vista Home Premium.

This afternoon, it started giving us a lovely error message on restart saying that it could not boot the operating system.

The procedure that screen gave (boot operating system disk, use System Recovery to fix things) did not work. However, doing a "chkdsk /f c:" from the recovery disk did work, thankfully.

This is just not the sort of error diagnostic you want to see:

From C:\Temp\SrtTrail.txt:
...

Startup repair diagnosis and repair log
----
Number of repair attemts: 1
----

Root cause found:
--------------------
No OS files found on disk.

Repair action: Partition table repair
result: Failed. Error code= 0x490
Time taken = 3136 ms


This is the first computer running Vista we've had in the house. So far, I'm not terribly impressed.
Tags: ,

Link | Leave a comment {5} | Add to Memories | Tell a Friend

Harry Potter shell script fan fiction, in celebration of my 35th birthday

Sep. 6th, 2007 | 10:33 am
mood: geeky

When I have started multiple terminal sessions to server computers via SSH, I often run into problems when I forget that I have started a program in a different login session. Running pine multiple times is the worst, because of the little locking dance it does with the other pine sessions. Just thinking about it makes me unbearably sad, as if all the joy had drained out of the world. So, to defend myself against these ghostly login sessions, I now invoke the Patronus Charm:

[rbulling@tiamat:~/public_html/linux]$ patronus
Lumos!

Traversing floo network at pts/2, dementors spotted at:
pts/11
pts/5

Specialis Revelio!

Dementors found:
USER       PID %CPU %MEM   VSZ  RSS TTY      STAT START   TIME COMMAND
rbulling 18987  0.0  0.1  7000 2164 ?        S    10:45   0:00 sshd: rbulling@pts/5
rbulling 18993  0.2  0.0  5328 1372 pts/5    S    10:45   0:00 -bash
rbulling 19051  0.1  0.1  8048 2432 pts/5    S    10:45   0:00 elinks http://www.jkrowling.com/textonly/en/
rbulling 19105  0.0  0.1  7000 2148 ?        S    10:45   0:00 sshd: rbulling@pts/11
rbulling 19110  0.2  0.0  5332 1372 pts/11   S    10:45   0:00 -bash
rbulling 19173  3.2  0.1 12528 3472 pts/11   S    10:45   0:00 pine -i

EXPECTO PATRONUM!

[rbulling@tiamat:~/public_html/linux]$

After running this, all the processes associated with the other terminal sessions die, so you are left with one and only one working login session. Unlike issuing kill -HUP -1, the traditional way to deal with this problem, the patronus script will not harm processes associated with your current terminal session, or any daemon processes you may own. So, you can even run it safely as root.

The source code may be of interest to those of you use Linux, Mac OS X, UNIX, and to programmers. )

I wonder if this is the first published example of Harry Potter fan fiction in Bourne shell script

Link | Leave a comment {24} | Add to Memories | Tell a Friend

A Shining moment

Aug. 29th, 2007 | 02:09 pm

[info]tostita saw me typing this, and said, "What are you doing, dear? That's a bit creepy, reminds me of The Shining."

All work and no play makes Jack a dull boy )

I was generating variations on some test data for an application that might use up to 255 characters. I can see how it must have looked like I was losing my mind, though.

Link | Leave a comment {2} | Add to Memories | Tell a Friend

Adventures in configuring Mac OS X

Aug. 27th, 2007 | 12:30 am
mood: accomplished

Initial setup went smoothly, except that I have yet to get the Mac Mini to use DVI directly to connect to my ViewSonic VP2130b LCD monitor. I had to use the DVI-VGA adapter to get it to display at all. Then again, I've had trouble getting my ThinkPad Z61p to use that input consistently, too.

This computer came shipped with Mac OS X 10.4.10.

Thanks to the help and advice I've received, I now have these applications installed:


I was able to get to some of the shared files on our private network, but not the Samba home directory shares. I got the system to authenticate versus our corporate LDAP server without a big fuss (through Utilities...Directory Access).

The ports system is now happily building the prerequisites for Bacula so that I can get a good backup of this puppy.
Tags: ,

Link | Leave a comment | Add to Memories | Tell a Friend

Drinking the Cupertino Kool-Aid

Aug. 25th, 2007 | 11:41 pm

I bought a Mac Mini tonight.
The Mac Mini is both pretty AND shiny.

Calling All Mac Addicts:

Tell me all the cool things I should do with this box.

I'm hoping to use it for cross-platform software development and experimentation.

Nitty Gritty Details

The glowing screens inside the Apple store at Pentagon City Mall drew me in. My big kids played video games while I got the baby to fall asleep. Finally the lure of returning to the mother ship became too much for me. I spent 9 years as an Apple ][ fan in the 1980s. I walked out with the Mini (the higher-end version with the 2GHz processor, the 120GB hard drive, and the SuperDrive), a Bluetooth keyboard and mighty mouse, and a Canon Pixma MP600 color printer.

Tags: ,

Link | Leave a comment {35} | Add to Memories | Tell a Friend

Linux Journal publishes another one of my articles

Jun. 6th, 2007 | 10:34 am
mood: accomplished

Linux Journal just published an article I wrote, Mambo Exploit Blocked By SELinux
in their July 2007 issue. This is my second professional sale as an author. You need to be a subscriber to see the article on the web today, but in a couple months, they will probably open the article to the public.

[Edit: see the freely available version.]

Link | Leave a comment {6} | Add to Memories | Tell a Friend

Now that's what I call gettin' some Pi

May. 19th, 2006 | 10:07 pm
mood: amused amused

I keep watching Keith Schofield's brilliant video for Hard 'N Phirm's "Pi" over and over again. I'm also taken with his The mini-blog on his home page also pointed me at antville, a site that has links to innovative music videos.

Thanks, [info]tracytracy for introducing me to this.
Tags: ,

Link | Leave a comment {3} | Add to Memories | Tell a Friend

My software baby gets some attention

May. 17th, 2006 | 05:43 pm
mood: accomplished

Yesterday I added a public demo site for Taskjitsu. If you have been wondering what the heck I've been talking about, you can play with the demo.

Today I listed Taskjitsu on freshmeat.net. The result was a 10x boost to the usual daily page views on our public web site, and a flurry of activity on the demo site as people tried it out.

This extra attention has helped us identify and fix the issues that need to be fixed for the next release.. I'm very happy with the results of our announcement!

Link | Leave a comment {10} | Add to Memories | Tell a Friend

First update to Taskjitsu, full commercial support

May. 11th, 2006 | 11:48 pm

For the last nine years, I've been working on Taskjitsu. This is the project management software that my company uses to track our tasks and time.

Today, we released version 2.0.1 of the software, the first maintenance release, and announced enhanced commercial support for Taskjitsu.

If you develop software, bill for your time, or need to track support requests, Taskjitsu can help you stay more organized, work more closely with customers and contractors, and track your profitability by project.

I'm looking for people who are interested in evaluating the software, especially people who have used time tracking or request tracking software. Please drop me a line if you are interested.

Next up: it's time to buckle down and get our real marketing campaign in full swing.

Link | Leave a comment {1} | Add to Memories | Tell a Friend

My Linux Journal article has been published!

May. 4th, 2006 | 04:35 pm

Today I got my review copies of the June 2006 issue of Linux Journal, in which my article, Recovery of RAID and LVM2 Volumes, appears on page 52. It's one of the lead articles mentioned on the cover.

This is my first professional writing sale.

Link | Leave a comment {4} | Add to Memories | Tell a Friend

Now I get to add "professional writer" to my resume

Mar. 22nd, 2006 | 02:47 pm
mood: accomplished

The executive editor of Linux Journal just wrote me to say that they are accepting an article I submitted to them for publication in the June 2006 issue on Storage.

The title of the article is "Recovery of RAID and LVM2 Volumes."

Link | Leave a comment {6} | Add to Memories | Tell a Friend