Blogs

  • You know you’re talking too technically to your business users when...

    Posted May 15, 2012 - 5:57 pm

    As much as we love the technologies we use and how they work, most of our business users don’t. Business users are looking for solutions to their problems and not necessarily the behind-the-scenes technologies that make it work.
  • 10 Questions That Can Help You Be More Innovative At Work

    Posted May 10, 2012 - 9:03 am

    As an individual contributor, first line manager, or IT executive, you can help drive innovation within your organization simply by using old technologies in new ways.
  • How to grab a screenshot from iPhone, Android, and nearly any other smartphone

    Posted April 20, 2012 - 10:49 am

    Let’s review the best ways you can grab a screenshot from an iPhone, Android, BlackBerry, or Windows Phone. Or even a WebOS phone, if you're feeling esoteric.
  • PC Gaming in the Living Room Part II: Enter the X51

    Posted March 19, 2012 - 8:30 am

    I enjoyed being able to play PC games on the living room TV so much that I decided to buy a dedicated system for it: an Alienware X51. Aside from one little glitch it's all been smooth sailing so far.
  • PC Gaming in the living room - making do with what you've got

    Posted March 7, 2012 - 9:30 am

    The best part about console games is that you can play them while kicked back on the couch. But why can't you do the same with PC games? Well, it turns out you can and in fact it's pretty easy.
  • How to access Wikipedia and other blacked-out pages today

    Posted January 18, 2012 - 8:49 am

    Your phone, or your desktop browser imitating your phone, can get at a lot of pages blacked out today in opposition to the Stop Online Privacy Act. Here's how.
  • What’s on your laptop can be career limiting

    Posted January 17, 2012 - 1:55 pm

    I know the readership of this column is a technical crowd. Don’t worry, I’m not going to talk about computer viruses and other related technical issues.
  • How to make exceptions for your most important callers

    Posted January 6, 2012 - 12:28 pm

    Two emergency workers asked how to silence all the calls on their phone--except for the call to action. Here's some good ways to get that set up.
  • How-to find the fastest wireless carrier or wired Internet where you live and work

    Posted February 23, 2011 - 5:32 pm

    One of the facets of the federal government's National Broadband Plan is the National Broadband Map. With this map, you can compare wireless data performance for all carriers anywhere in the country as well as find your best wired Internet options.
  • Bringing your own technology to the office - what you need to know

    Posted October 28, 2010 - 7:11 pm

    A few years ago, all your work technology was provided by your company. Today, many companies are encouraging employees to bring their own smartphones, iPads, and even computers to the office. This can be a win-win, but only if you approach in the right way.
  • Concerned about public Wi-Fi after reading about Firesheep? Check out these secure Wi-Fi alternatives

    Posted October 27, 2010 - 4:40 pm

    The release of Firesheep (a FireFox add-on that let's anyone hijack your connection to common social media sites without knowing your password) raises a lot of concerns about using public Wi-Fi networks to access sites like Facebook and Twitter. In addition to steps to protect yourself, you can avoid the danger completely with these alternative mobile Internet solutions
  • Checking Your arp Entries

    Posted October 20, 2010 - 4:45 pm

    you to display the IP address to hardware (MAC) address mappings that a system has built so that it doesn't have to fetch the same information repeatedly for systems it communicates with.

  • Unix How-To: Checking on Collisions

    Posted October 13, 2010 - 5:04 pm

    One metric that helps gauge how well your network is holding up to the strain of busy users and applications is the number of packets that slam into other packets, generating what is called a "collision". Let's check out an easy tool for calculating the collision rate for a particular network interface.
  • Unix How-To: Nifty One-Liners

    Posted October 6, 2010 - 12:27 pm

    Today's collection of one-liners are sure to win some converts. There's nothing like a quick command that saves you a lot of trouble and just might impress your boss and coworkers that you're the cleverest person around.
  • Unix How-To: More Alias Quickies to Save You Time

    Posted September 29, 2010 - 3:50 pm

    Today's column is a grab bag of useful aliases that will save you some precious typing time. The sysadmins I know like to type as few characters as possible, so many of these are especially terse
  • Unix How-To: Making Better Use of Find

    Posted September 22, 2010 - 4:58 pm

    Find is not just useful for locating files, but also for doing things with the files once it finds them. You can find files based on numerous criteria -- their names, their owners, their size, etc. -- and you can then perform some operation on the files from simply listing them to changing permissions or analyzing their contents. You can also make the operation that you specify to occur only if you confirm that you want it to happen after you are prompted. Let's see how this works.
  • Unix How-To: Counting Anything

    Posted September 15, 2010 - 11:23 am

    A reader recently asked whether it was possible on Unix systems to count how many times a particular character appears on each line of text. "On Unix", I answered, "not only is just about anything possible, but there are usually half a dozen ways to do it".
  • Unix How-To: Quotes to Live By

    Posted September 9, 2010 - 11:10 am

    One of the things that really throws new Unix users is when to use quotes and which kind of quotes. Between single quotes, double quotes and back ticks, a person can start to feel that Unix is unnecessarily tricky.
  • Unix How-To: Checking Responses with ckyorn

    Posted September 1, 2010 - 8:11 am

    In last week's column, we looked at ckrange, a Solaris tool for validating numeric responses in scripts. A related command, ckyorn (for "check yes or no"), ensures that a user responds with some version of yes or no. With similar behavior to ckrange, ckyorn has the same advantages of simplifying your code so that you don't have to check whether a user has entered y, Y, Yes, yes, n, N, No, no or even YeS or nO.
  • Unix How-To: Checking Responses with ckrange

    Posted August 25, 2010 - 11:53 am

    One of the all too common coding mistakes leading to security vulnerabilities is the failure to validate all entered data for accuracy. A defensive developer will consider all input to be evil until proven otherwise. Anyone writing scripts on Solaris has a leg up when it comes to input validation -- the versatile and wonderfully handy ckrange command.
  • Unix How-To: Sudo without Passwords

    Posted August 18, 2010 - 5:39 pm

    How do you allow a particular user to run a particular command via sudo without having to enter a password? And why might you want to do this?
  • Unix Tip: Avoiding the Oops

    Posted August 11, 2010 - 7:32 pm

    Ever type "rm -rf dirname" and then realize you've just blown away the wrong directory? You can always alias the rm command to "rm -i", but let's look at a way that you can selectively determine which directories get that special "Are you sure you want to do that" treatment and which get quietly blown away.
  • Unix How-To: Give Me That Old-Time Security!

    Posted August 4, 2010 - 2:29 pm

    Even in the wild frontiers of today's Internet, good basic system security provides extremely valuable protection against security breaches. In today's column, I'm going to rant about some basic security rules of thumb that every Unix sysadmin ought to consider.
  • Unix How-To: Time-Saving Aliases

    Posted July 21, 2010 - 8:00 am

    Unix users are always looking for ways to make their systems a little easier to use or themselves more productive. In today's column, we'll look at a series of helpful aliases that might preserve a few of those brain cells for harder tasks.
  • Unix How-To: Tricks for Working with Filenames

    Posted July 14, 2010 - 6:00 am

    In this week's column, I answer two readers' questions about working with Unix filenames. One asks how to easily remove all files in a directory except those that match a particular pattern. The other asks how to force the names of files to be all lowercase. The answers may be easier than you think.
Ask a Question