This is how I currently (as of 2009.05.20) like to cook my steaks. This may change in the future as I learn more, but for now, it strikes the right balance between taste and convenience.
My preferred cut is a ribeye. I haven’t actually tried all the other cuts out myself, but the ribeye is supposed to be fattier, which certainly agrees with what I’ve experienced so far.
The actual preparation and cooking is straightforward:
- Bring the steak up to room temperature.
- Start the grill, with the temperature turned almost to the maximum.
- Rub oil, salt, and pepper into each side of the steak.
- Place the steak on the grill.
- Wait four minutes.
- Flip the ribeye.
- Wait another four minutes.
- Take the steak off the heat onto a plate.
- Cover and let it sit for a few minutes.
- Eat.
So that’s the way I like to grill my steaks. Simple and tasty, nothing complicated.
MAY 19
I did this to use XMarks on my own server. In lighttpd.conf:
$HTTP["host"] =~ "xmarks.foobar.com" { server.document-root = "/path/to/xmarks/dir" webdav.activate = "enable" webdav.is-readonly = "disable" webdav.sqlite-db-name = "/var/run/lighttpd/lighttpd.webdav_lock.db" auth.backend = "htdigest" auth.backend.htdigest.userfile = "/path/to/xmarks/dir/.passwd" auth.require = ( "" => ( "method" => "digest", "realm" => "webdav", "require" => "valid-user" ) )
Then on the command line:
$ sudo apt-get install apache2-utils $ cd /path/to/xmarks/dir $ htdigest -c .passwd webdav USERNAME