Unix

RSS

Unix Blogs

  • Review

    A better way to learn Unix

    Posted April 22, 2012 - 11:35 am

    If you are still learning Unix or have any involvement in helping others master the command line, here's the book you have been waiting for. The Linux Command Line: A Complete Introduction (no starch press, 2012) will take you from 0 to 100 in 36 pain-free chapters.
  • Fun with shell $ arguments

    Posted April 9, 2012 - 10:19 am

    How many special shell $ arguments do you use in your daily work? There may be a lot more of them than you think. Let's look over a bunch of them and examine how they can streamline your scripts.
  • Oracle has a Sun spot

    Posted September 28, 2011 - 3:23 pm

    Oracle is pushing itself into a corner, a fantastic money-making corner, but a corner nonetheless.
  • Intel woes: Oracle ditches Itanium, mobility group chief quits

    Posted March 23, 2011 - 11:30 am

    Oracle became the third major developer to abandon high-end Itanium chips just as the guy leading its effort to catch ARM and Nvidia quits.
  • Security tip: How to set up a chroot jail

    Posted March 3, 2011 - 4:37 pm

    Using packages such as mod_chroot for use with Apache, or Jailkit, an open-source project with a handful of utilities, can make configuring a chroot jail much more efficient and even automated in some cases. Here are some important things to remember when setting up a chroot jail.
  • Doesn't anyone love Unix anymore?

    Posted March 2, 2011 - 5:13 pm

    Even mainframe sales leaped more than at any other time since IDC's been counting. Unix sales stayed flat.
  • The End of the Penguin is Not Nigh

    Posted November 22, 2010 - 1:26 pm

    That fact is, that while many in the Linux community are wondering if UNIX is now owned by a Microsoft-led investment group, we don't know if that's what has happened, and even if it was, it doesn't necessarily mean The End of All Things Penguin.
  • Why Linux Should Never Win

    Posted September 13, 2010 - 12:46 pm

    Linux is doing great in many sectors, and some are saying that Linux has won. Even if you want that to be true, declaring Linux the winner would be the most dangerous thing to do.
  • 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.
  • Unix How To: Useful Shortcuts for Unix Geeks

    Posted July 7, 2010 - 2:13 pm

    In this week's column, we're going to take a look at several commands that might save you some time. Each of these commands is easy to use and easy to remember, but just far enough off the beaten track that you might not have used them before.
  • New Mac Mini: Cheap Mac desktop or SOHO server

    Posted June 15, 2010 - 2:40 pm

    The latest release of the Mac Mini will find a good home in both your living room and your office.
  • SCO, Novell: Grokking Where Credit is Due

    Posted March 30, 2010 - 11:53 pm

    As The SCO Group quickly fades into history, let's be sure to note who helped write that history... and may have prevented a far less Linux-friendly outcome.
  • Unix How To: Using nmap to Map Your Network

    Posted February 17, 2010 - 2:20 pm

    It is certainly well known that "hacker tools" can be used for many legitimate purposes. Nmap, the Network Mapper and security scanner is no exception. These days, it is used routinely to identify the operating systems, applications and software versions running on targeted systems.
  • Unix tip: Finding a fault when your server's shut down

    Posted February 11, 2009 - 3:26 pm

    When a system starts powering itself down, it's time to start probing for faults. A Sun server at the Lights Out Manager (lom) prompt may have responded to a failing component. Fortunately, there are some very helpful commands that you can run at the lom> prompt to help you figure out what's going on.
  • Get ready to party like it's 1234567890

    Posted February 5, 2009 - 10:21 am

    On Friday, February 13, the official Unix calendar will pass a very geeky milestone. No doomsday scenario here. Just geek cool.
  • Unix tip: Inter-host trust on Unix, part 1

    Posted January 7, 2009 - 1:35 pm

    Inter-host trust can be a boon to user productivity and a nightmare to sysadmins. Here's how it works using rsh (remote shell) configuration files. Next week, we'll look at ssh.
  • Unix tip: Useful Unix aliases

    Posted December 17, 2008 - 2:46 pm

    Unix aliases provide an easy way to customize your working environment. Let's look at some especially useful aliases that you might like.
  • Bristle.com - High on content, low on frills

    Posted December 8, 2008 - 8:27 pm

    Need to learn Unix or Ajax, do a price comparison or figure out the meaning of an unfamiliar acronym? Let Fred Bristle give you suggestions on where to begin your search.
  • Linux command: Side by side diff

    Posted November 26, 2008 - 1:46 pm

    Tired of looking at strings of "28,30d27" characters separating the differences between files you're comparing? Try a side by side diff listing that works the way your brain does.
  • Favorite Unix Tools & Commands

    Posted September 16, 2008 - 4:00 pm

    After 25 years of a love affair with Unix, I still appreciate the many little commands and tricks that make me feel clever on the command line.
  • Port Forwarding with Perl

    Posted September 10, 2008 - 6:00 am

    SSH tunnels aren't the only way to do port forwarding. If you're clever enough, you can write your own program. If you're not quite that clever, you can use someone else's program -- like a very cool Perl script I found on the web.
  • Port forwarding

    Posted August 26, 2008 - 1:43 pm

    Port forwarding can get you around some sticky network restrictions and is easy to set up with ssh. Let's look at what it is and how it works with a simple example that you can try on your own systems.
  • Connection testing with Perl

    Posted August 21, 2008 - 5:11 pm

    If you've never used the Perl Sockets module for basic connection testing, you might be surprised at how easily you can craft a very useful script. I find my version of a Perl "listen" script to be as useful as a cable tester!
  • Long listings for the ps command

    Posted August 7, 2008 - 12:15 pm

    If you've ever been frustrated by ps output that is truncated at the edge of your 80-column terminal window, let's take a look at the options that various Unix systems provide for showing you what you really want to see.
  • Unix and long usernames

    Posted July 30, 2008 - 7:20 pm

    Working around problems caused by usernames with more than eight characters is generally easy, but isn't it time we stop having to abide by limitations created 40 years ago?
Ask a Question