This video uses Intel Concurrency Checker 2.1 to benchmark threading metrics on a parallelized and multithreaded application. Watching this video you will find out that there is an easy to use utility to test multicore optimizations in any executable.
Read more »Checking your multi-core optimizations with a free tool from Intel
Built in Content Filters for Postfix
One way to implement content filtering is to use regular expressions in your header, mime_header, nested_header and body checks. This should be simple matches to regular expressions. The goal with this example is to eliminate non-English characters, since we cannot read them anyway.
Read more »- Login to post comments
Ganglia and Nagios, Part 1: Monitor enterprise clusters with Ganglia
Install, configure, and extend open source Ganglia to effectively monitor a data center
Read more »- Login to post comments
How services change the application landscape
I came across a blog entry of Philip Van Hoof. In it he asserts that soon the era of email clients will be over, which I think some people misinterpreted as application for reading and managing email messages becoming obsolete.
Read more »- Login to post comments
Weather Forecast From the Command Line
For years, I've been getting my weather from Firefox plug-ins, usually ForecastFox. The trouble with these is they have to update every few minutes, causing a brief lag in bandwidth and even a small blip in performance if you're using some other program while Firefox is running. Recently, my ForecastFox started misbehaving for no particular reason. It would blank out and freeze up and so on.
Read more »IPTraf - Console based IP Traffic Monitor in openSUSE
IPTraf is a console-based network statistics utility for Linux. It gathers a variety of figures such as TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. IPTraf is an IP traffic monitor that shows information on the IP traffic passing over your network.
Read more »Join us with GNU Emacs 23 pretest
"As expected, GNU Emacs 23 enters the so-called pretest stage. This means, defined numbered snapshots of the current development head are made, 23.0.90 being the first one ..."
Read more »- Login to post comments
Modeling Furniture in Blender
In this article, you will learn how important it is to use furniture in models and scenes to make the environment more real. The tutorial takes you through the process of modeling of a sofa and a chair. You will also see how to build your own furniture library for reuse in future.
For more information, read
- Login to post comments
6 things that I miss in bash
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.
Read more »- Login to post comments
10 must-have Linux Web-based tools
There’s no shortage of Web-centric Linux tools — the trick if figuring out which ones are best for your needs. Jack Wallen offers a list of those he thinks are the cream of the crop.
Read more »- Login to post comments
Gecko in Emacs (sort of)
"After providing a Lisp-like facility for interactive development to Firefox, it was only fair for the cute panda to return the favor and lend some rendering power to Emacs..."
Read more »- Login to post comments
Does Uptime still matter?
When I started working as a sysadmin (about 10 years ago) there was this obsession about uptime. Everyone considered this the greatest sign that you are doing a good job as a sysadmin if you were able ‘to keep the machine running’ for a long time.
Read more »- Login to post comments
How To Install A Public Git Repository On A Debian Server
Git is a free distributed revision control, was initially created by Linus Torvalds for Linux kernel development. It is primarily developed on Linux, but can be used on other Unix operating systems including BSD, Solaris and Darwin. Git is extremely fast on POSIX-based systems such as Linux. It differs from svn and creates a private repository on a remote server too.
Read more »- Login to post comments
Rumours of critical vulnerability in OpenSSH in Red Hat Enterprise Linux
A posting on the Web Hosting Talk forum is feeding speculation about a critical security vulnerability in the OpenSSH server in CentOS/Red Hat Enterprise Linux (RHEL).
Read more »- Login to post comments
Convert SpreadSheets to CSV files with Python and pyuno, Part 1v2
Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement suggestions I got was to add the ability to extract all the sheets and/or a specific sheet rather than always extracting the first sheet. The following update to the code does just that.
Read more »- Login to post comments