Ian Dunn

Ian Dunn

WordPress Developer

Menu

Skip to content
  • Home
  • About
  • Archives
  • Contact

Finding a string inside multiple files on Linux

Snipplr has a good article on how to find all of the files on a Linux system that contain a specific string.

find /the/path/to/start/at |xargs grep 'the string' -sl

The search will include subfolders.

Posted on May 21, 2009 by Ian Dunn. Posted in Linux / Unix | Leave a comment

Installing the Oracle Library for PHP

Chris Sibert wrote a good tutorial on installing the Oracle library for PHP. If you’re running SELinux, I’d recommend temporarily turning it off to get the module setup so you don’t have to worry about problems during the install, and then turn SELinux back on after you verify the module is working. Then you can […]

Continue reading...

Posted on April 28, 2009 by Ian Dunn. Posted in Linux / Unix, PHP | Tagged Oracle, SELinux | Leave a comment

Domain Name Expiration and Renewal

Mike Davidson has written a good article detailing the sleazy underworld of domain name expiration and renewal.

Posted on April 4, 2009 by Ian Dunn. Posted in Miscellaneous | Tagged Domain Names | Leave a comment

Set Linux time using remote time server

You can use the rdate command to set the correct time on a Linux system, instead of having to manually enter it. NIST has a list of time servers. You can then use hwclock to update the hardware clock.

rdate -s nist1-ny.WiTime.net
/sbin/hwclock --systohc
Posted on March 13, 2009 by Ian Dunn. Posted in Linux / Unix | Tagged NTP | Leave a comment

Additional FTP accounts on Plesk for Linux

Before version 9 of Plesk you couldn’t add additional FTP accounts for a domain through the control panel. This KB explains how to manually add extra FTP accounts that are restricted to their home directory.

Posted on March 12, 2009 by Ian Dunn. Posted in Linux / Unix, OpenVZ / Virtuozzo / Plesk | Tagged FTP | Leave a comment

Desktop TODO List Software

For the past several years I’ve just been using a Word document with a multi-layer bulleted list to keep track of tasks, but that’s getting a little hard to manage. I started looking for something with collapsible items and filters to show certain categories, statuses, etc. There are a lot of popular web-based applications, but […]

Continue reading...

Posted on February 26, 2009 by Ian Dunn. Posted in Windows | Tagged ToDoList | Leave a comment

The Design Curve

The Design Quality Curve

Posted on February 9, 2009 by Ian Dunn. Posted in Project Management | Tagged Design by Committee | Leave a comment

Post navigation

← Older posts
Newer posts →

Subscribe via Email

Feeds & Profiles

  • RSS
  • WordPress.org
  • GitHub
  • HackerOne
  • LinkedIn