Nerd License Plates: The Cars of Synapse Studios

Nerd License Plates
Here at The Studios, we tend to keep things a little nerdy. Which is why we reimburse our employees for have a geek-based customized license plate every year.

I think we’re doing pretty well. Here, we happened to park such that it laid out thusly: SUDO RM RF CHILLAX CTRL Z. Naturally, CTRL Z has different ramifications in Linux, so relaxing might just be the last thing you do if you made a mistake, but I digress.

(My plate is CTRL Z, an idea I got when looking down at my shirt and thinking how ironic this will be if I get in an accident.)

Reblog this post [with Zemanta]

Popularity: 6% [?]

Posted in: Announcements

Linux CLI Tutorial Part 1—Some Under-Utilized Bash Tools for the CLI Feeble

Today, web developers have a number of platform options to develop on. Some like the familiarity of Windows combined with an IDE like Eclipse or Zend Development Environment, while others (like myself) prefer the more down-and-dirty method of vi on a Linux workstation. Whatever your taste (or skillset) requires, if you develop on the LAMP stack as we do, then eventually you may have to interact with the Linux command line interface (CLI).

In my few years of experience in LAMP development, I have worked with a number of developers with wide-ranging abilities on the CLI. I have oftentimes been surprised that even some of the very best PHP coders can feel a bit uncomfortable when faced with the CLI (hey, sometimes it’s unavoidable). So I thought I might write a series of how-to articles on some of the more useful CLI tools, to help the budding or even advanced PHP developer increase their familiarity with the CLI when they need it. Dive in, after the jump.

Read More »

Popularity: 17% [?]

Posted in: How To