Showing headlines posted by asandler

2 reasons why small package repository is better than large

I am in the middle of CentOS and Ubuntu comparison frenzy. It started with an attempt to assert quality of Linux distributions made for busy people. Today I am considering packaging. When comparing Ubuntu and CentOS packaging systems, first thing that crosses my mind is that, well, size matters. Ubuntu has nearly 70000 packages. CentOS has around 6000.

6 things that I miss in bash

  • Alex on Linux; By Alexander Sandler (Posted by asandler on Jun 10, 2009 6:42 AM EDT)
  • Groups: Linux; Story Type: News Story
What is the most frequently used piece of software on your computer? Here’s one program that holds one of the highest place in my list of most frequently used programs. I am talking about… bash. In case you don’t know, this is the program behind large portion of the Linux command line. It is the program that actually makes majority of work turning Linux command line into such a magnificent tool it is.

C/C++ reference counting with atomic variables and gcc

  • Alex on Linux; By Alexander Sandler (Posted by asandler on May 27, 2009 3:04 PM EDT)
  • Groups: Linux
This short article explains how to implement performance critical reference counting using gcc's atomic variables.