Unquiet Desperation

To be awake is to be alive.

Thank you for reading Unquiet Desperation. Please consider
grabbing the RSS feed to stay updated on new articles and podcasts.

Posts Tagged ‘Linux’

Time To First Byte with curl

My team has been using the excellent lori plugin in tandem with Firebug to determine our time to first byte (TTFB) when testing our websites. Yesterday, we ran into a situation that made it impossible to do this in a browser. Never fear…curl to the rescue!

curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time: %{time_total} \n" http://your.url.here

This will get you the time to connect, the time to first byte for your site, and the total time to pull down the code.

If you like, use the -s switch to remove the progress bar.

Props go to Merlin, for being the wizard he is while we worked this out.

Reblog this post [with Zemanta]

Thomas Gideon, host of The Command Line Podcast,  has posted an interview he did with me as I reviewed SCaLE7x, the Southern California Linux Expo. I’ll apologize for the audio quality now…this was during the height of the attacks against Time Warner’s DNS servers, and Skype took a big hit.  Still…we talk about some interesting things…I hope you enjoy it.

In other news, I’ve switched to OpenDNS. Which fixes everything, of course.

Daily Digest for February 23rd

identica (feed #13) 12:18am Back at #scale7x, catching up on email and such before the keynote. Planning my day.
twitter (feed #2) 12:19am Back at #scale7x, catching up on email and such before the keynote. Planning my day. [#]
twitter (feed #2) 12:26am Thinking about picking up a copy of How Linux Works from No Starch Press. Anyone read it? What did you think? [#]
identica (feed #13) 1:04am Just saw that @emmjane is at #scale7x. Saw her speak at #notacon a couple years back. Excellent speaker, sharp mind.
identica (feed #13) 1:14am After attending #scale7x, reconsidering the choice of releasing Podiobooks2 under CC. May change to GPL. Might make more sense.
identica (feed #13) 1:18am Gwibber might just be the coolest microblogging client I’ve ever seen.
twitter (feed #2) 1:18am Gwibber might just be the coolest microblogging client I’ve ever seen. [#]
identica (feed #13) 1:30am Evolution vs Thunderbird. Hmmmm.
twitter (feed #2) 1:30am Evolution vs Thunderbird. Hmmmm. [#]
identica (feed #13) 1:31am @dantheman @cmdln recommended you guys to me. Great show. Love the style. Keep up the good work.
identica (feed #13) 1:50am Trying to get twitdroid to handle my twitter and identi.ca accounts.
identica (feed #13) 3:01am Full of ideas after @jzb‘s FOSS talk. Hard to concentrate on the rest of the schedule, want to get to work on #podiobooks project.
twitter (feed #2) 3:07am @mightymur: I SO need a copy of that game. [#]
twitter (feed #2) 3:10am @mightymur: Yes, yes…I’m working on getting to #Origins2009. Believe me. [#]
identica (feed #13) 3:15am Tried to start a group for !podiobooks, but one already exists. AWESOME. Joining now.
twitter (feed #2) 3:22am @Cmaaarrr: Gee…if I only know a doctor who could provide me with that note. Hmmmmm. [#]
twitter (feed #2) 4:13am New blog post: %clCWUdfepe% http://www.unquietdesperation.com/2009/02/22/clcwudfepe/ [#]
twitter (feed #2) 4:15am Ha. Note. Turn off Twitter Tools when using ScribeFire’s Live Preview. :P [#]
identica (feed #13) 4:45am Download #flashbake to handle some of my writing projects: http://is.gd/jrlx
twitter (feed #2) 4:45am Download #flashbake to handle some of my writing projects: http://is.gd/jrlx [#]
identica (feed #13) 4:46am Downloading…that is. I tipe guud.
twitter (feed #2) 4:46am Downloading…that is. I tipe guud. [#]
twitter (feed #2) 4:51am @AndyDoan: I’ve not used it yet, but I have the utmost confidence in @cmdln. I’ll give it a shot and report to him if I have issues. [#]
identica (feed #13) 4:52am @mjjzf: Sweet. I can get you a logo for the !podiobooks group, if you like.
twitter (feed #2) 7:14am My brain hurts. #scale7x [#]
identica (feed #13) 7:14am My brain hurts. #scale7x
twitter (feed #2) 7:53am @cmdln You just got a mention on TWIT for #flashbake. [#]
identica (feed #13) 7:53am @cmdln You just got a mention on TWIT for #flashbake.

SCaLE7x

I’m attending the Southern California Linux Expo (SCaLE7x) this weekend,, down at the LAX Westin Hotel. I’ll be covering the event for the Command Line Podcast, and will be taking copious notes and posting pics on my Flickr account.

If you’re at the Expo and want to meet up, DM me on Twitter.

Linux Admin Books?

Earlier today, I tweeted a question to anyone following me on twitter. “Looking for a good book on Linux Administration: Any suggestions?” Thankfully, the Linux Journal (follow here) picked up my plaintive cry and re-tweeted me to their entire following. Here are the recommendations I received:

I’m also looking at Linux System Administration, First Edition from O’Reilly. So far, they’ve never let me down.

Any input from you folks? What should I be reading to better understand Linux?