Featured »

April 16, 2013 – 12:39 pm |

Imagine you have an HPC cluster with a hundred compute nodes named node001-node100. The two commands below will help you generate a list of node names – either all name on one line or one name per …

Read the full story »
Networking

Unix and Linux network configuration. Multiple network interfaces. Bridged NICs. High-availability network configurations.

Applications

Reviews of latest Unix and Linux software. Helpful tips for application support admins. Automating application support.

Data

Disk partitioning, filesystems, directories, and files. Volume management, logical volumes, HA filesystems. Backups and disaster recovery.

Monitoring

Distributed server monitoring. Server performance and capacity planning. Monitoring applications, network status and user activity.

Commands & Shells

Cool Unix shell commands and options. Command-line tools and application. Things every Unix sysadmin needs to know.

Home » Archive by Tags

Articles tagged with: Linux

Linux commands: Newusers adds new users … fast and furious!

May 15, 2013 – 5:30 am |
Linux commands: Newusers adds new users … fast and furious!

May 14, 2013, 11:39 AM — Newusers is a tool that you can use for fast and furious setup of accounts on a Linux server, but you need to know how it works before …

Counting processors on your Linux box

February 25, 2013 – 11:28 am | 4 Comments
Counting processors on your Linux box

February 04, 2013, 10:52 AM — Ever since the /proc file system first made an appearance on Unix systems, getting information on running processes became a whole lot easier. The useful, but too …

The Story of Linux: Commemorating 20 Years of the Linux Operating System

February 19, 2013 – 5:48 pm | 25 Comments
The Story of Linux: Commemorating 20 Years of the Linux Operating System

Celebrate the 20th Anniversary of Linux with us. Watch the Story of Linux to remember – or learn for the first time – how Linux disrupted a market and has begun to change the world. …

Ubuntu 12.10 Review – Linux Distro Reviews

February 19, 2013 – 5:48 pm | 29 Comments
Ubuntu 12.10 Review – Linux Distro Reviews

==What do you think of Ubuntu’s cloud integration?== A review of the latest update to Ubuntu, the Quantal Quetzal. Sporting all new cloud integration with both online accounts, and the Amazon online store, this Ubuntu …

TLDR: What Would Make You Switch from Mac to Windows to Linux?

February 19, 2013 – 5:48 pm | 32 Comments
TLDR: What Would Make You Switch from Mac to Windows to Linux?

Pirillo Vlog 290 — Our Kids Will Be Ninjas chris.pirillo.com Is Technology Becoming Too Integrated into Our Lives? www.lockergnome.com Technology News and Review Website Tips www.lockergnome.com Best Smartphone for a First-Time Buyer www.lockergnome.com GoDaddy Coupons: …

Why Linux Sucks | LFNW 2012

February 19, 2013 – 5:48 pm | 52 Comments
Why Linux Sucks | LFNW 2012

2012 is an amazing time for Linux. Huge changes. Amazing opportunities. …And lots and lots of ways that using Linux just plain sucks. We’ll look at some of the more interesting (to me) things that …

The Origins of Linux – Linus Torvalds

February 19, 2013 – 5:48 pm | 30 Comments
The Origins of Linux – Linus Torvalds

[Recorded Sept 19, 2001] Linus Torvalds, the creator of the operating system phenomenon Linux, tells the story of how he went from writing code as a graduate student in Helsinki in the early 1990s to …

Parallella: Low-Cost Linux Multi-Core Computing

November 7, 2012 – 7:00 pm | 2 Comments
Parallella: Low-Cost Linux Multi-Core Computing

Parallella is an attempt to make Linux parallel computing easier and is advertised as a “supercomputer for everyone”, but will it come to fruition?
Parallella is an attempt to make Linux parallel computing easier and is …

Force NTP Time Update on Linux

February 21, 2011 – 8:36 pm | 11 Comments
Force NTP Time Update on Linux

Imagine this: you created the /etc/ntp.conf file, enabled and started the ntpd service, and… the system time is still off. Is there a way to force time sync with the NTP server? It must be your lucky day. All you have to do is to connect to your box as root and run the following command…

Converting 1080i to 720p for XBMC

January 23, 2011 – 7:22 am | 2 Comments
Converting 1080i to 720p for XBMC

If you are using XBMC as your video player, you might have encountered a problem playing 1080i AVCHD (*.ts or *.m2ts) videos. When playing such files, you may see just a gray screen with some …

Server and Network Monitoring with iPhone

February 25, 2010 – 6:53 pm | 8 Comments
Server and Network Monitoring with iPhone

What is a Unix sysadmin doing with an iPhone, you ask? It was a birthday present, if that’s all right with you. I know, I should have gotten something odd with a beta version of …

How to Really Kill Computer Viruses

February 21, 2010 – 6:34 am | 13 Comments
How to Really Kill Computer Viruses

How do you know if your computer has a virus? Is it connected to the Internet? Then it has a virus. Many computer viruses and other malicious applications are very resilient and will actively resist any attempts to deactivate and remove them. Some viruses can even delete your antivirus application or prevent it from working properly. Many viruses cannot be effectively removed once they are loaded in memory and active.

Forcing Linux to Reboot

January 29, 2010 – 3:21 pm | 11 Comments
Forcing Linux to Reboot

Until I branched out a few years ago from supporting Unix server to working with Linux clusters, I never really encountered this issue: you type “reboot”, “init 0″, or “shutdown” as root and… nothing happens. Or the system starts going down but then hangs on unmounting a filesystem or unloading a module. I think this happened once to a colleague of mine who was rebooting a Solaris server, but this is a common problem with Linux.

Working with Linux Driver Modules

December 22, 2009 – 6:57 pm | 2 Comments
Working with Linux Driver Modules

You just replaced a failed network card, rebooted your server and now network wouldn’t start and your screen is filled with cryptic error messages about some kernel module doing something it’s not supposed to do. …

Slow SSH login in SuSE Linux

November 3, 2009 – 6:17 pm | 16 Comments
Slow SSH login in SuSE Linux

Starting with SuSE 10 and including both openSuSE and SLES an annoying SSH problem appeared. When you SSH to the server (via PuTTY and such) you get the “login” prompts right away, but the “password” …

How to Interview a Unix SysAdmin

October 31, 2009 – 2:16 am | 12 Comments
How to Interview a Unix SysAdmin

“You see,” he explained, “I consider that a man’s brain originally is like a little empty attic, and you have to stock it with such furniture as you choose. A fool takes in all the …

Shell Scripting for HPC Clusters, Part 2

October 23, 2009 – 12:30 pm |
Shell Scripting for HPC Clusters, Part 2

This is the second installment of a multipart guide for beginner Unix sysadmins supporting HPC clusters. You can view the first part of the guide here.
Searching, Replacing, Comparing
Try to work with a large cluster and …

Shell Scripting for HPC Clusters, Part 1

October 10, 2009 – 12:59 am | One Comment
Shell Scripting for HPC Clusters, Part 1

This is the first installment of a multipart guide for beginner Unix sysadmins supporting HPC clusters.
“For” and “While” Loop Constructs
The main challenge of supporting a Linux cluster is ensuring a homogeneous environment. Aside from small …

Controlling Process CPU Utilization

March 9, 2009 – 12:36 pm | 5 Comments
Controlling Process CPU Utilization

Let’s say there is a process on your Unix/Linux system that sometimes tends to consume all CPU resources and become unresponsive. At the same time, you do not want to terminate the process at the …

Encoding Videos for XBox 360 and PS3

January 1, 2009 – 4:47 pm | 5 Comments
Encoding Videos for XBox 360 and PS3

Both Xbox 360 and PS3 support a variety of video codecs and are capable of playing high-definition video files. One of the most popular formats for HD video files is Matroska (MKV), which provides excellent …

Linux and High I/O Wait

December 21, 2008 – 12:07 am | 3 Comments
Linux and High I/O Wait

When you look at the CPU activity of your computer, one of the parameters is the iowait. This value shows how much time your CPU wastes while it is waiting for I/O operations for complete. …

Sharing Videos from Linux to Xbox 360

December 19, 2008 – 8:49 pm | 3 Comments
Sharing Videos from Linux to Xbox 360

Xbox 360 uses UPnP protocol to stream multimedia files from computers on your home network. Normally, you would have a Windows PC running WMP and sharing files. But what if you have a Linux box …