Open source licenses help to define the terms and conditions of software use and redistribution. But what are the terms and condition under which developers actually contribute code? That's the realm of software contribution agreements.
Read more »Project Harmony Takes Aim at Open Source Contribution Agreements
Replacing Ping with Nmap for Nagios
Sometimes a system administrator needs to get around a few rules that are in place for good (or not) reasons. One example is when networks have ICMP turned off (or even just a portion of it). With ICMP off it can be difficult to configure tools like Nagios for simple up and down checks. In this text getting around the no ICMP problem and a script to handle it for Nagios.
Read more »- Login to post comments
Download Advanced Bash shell Scripting Guide (PDF)
An in-depth exploration of the art of shell scripting.This is really usefull shell Scripting tutorial guide for all users.
Read more »- Login to post comments
User space memory access from the Linux kernel
As the kernel and user space exist in different virtual address spaces, there are special considerations for moving data between them. Explore the ideas behind virtual address spaces and the kernel APIs for data movement to and from user space, and learn some of the other mapping techniques used to map memory.
Read more »- Login to post comments
Ruby 1.9.2 is released
« Ruby 1.9.2 has been released. This is the newest release of Ruby 1.9 series... »
Read more »- Login to post comments
How Much Faster Is Konqueror With WebKit?
Yesterday we wrote about how you can make WebKit default in Konqueror. We always knew that WebKit is going to make Konqueror faster; but how much faster? Today we test.
Read more »- Login to post comments
Cool User File Systems: GlusterFS
One the coolest file systems in User Space has got to be GlusterFS. It has a very unique architecture that allows it to be configured for specific storage requirements and scenarios. It can be used as a high-performance parallel file system, or a cloud based file system, or even a simple NFS server. All of this in user-space.
Read more »Securing & Optimizing Linux: The Hacking Solution
A comprehensive collection of Linux security products and explanations in the most simple and structured manner on how to safely and easily configure and run many popular Linux-based applications and services.
Read more »- Login to post comments
Turn a Plug Computer into a Full-fledged Server with Amahi
A plug computer sounds like such a good idea, until you realize that before you can actually put it to some practical use, you need to install and configure some software and applications -- a task that requires time and technical skills. Fortunately, the recently announced Amahi Plug Edition solution provides a better and easier way to turn a plug computer into a useful device.
Read more »- Login to post comments
AMD Gets Back To Working On The Geode Linux Driver
Martin-Éric Racine has just announced the release candidate of the X.Org Geode 2.11.9 driver in preparations for the X.Org 7.6 Katamari. The AMD Geode driver is not to be confused with the AMD/ATI Radeon drivers for Linux, but rather this is the driver Geode GX and Geode LX embedded SoC such as what's used by the One-Laptop Per Child (OLPC) project.
Read more »Booting Linux With the New EXTLINUX
If you've ever run a Linux LiveCD (or LiveUSB), or booted from a rescue disk, you've probably used a version of SYSLINUX, even if you didn't know it at the time. SYSLINUX, the work of H. Peter Anvin, is a bootloader for Linux which can boot from an MS-DOS FAT filesystem or create a bootable floppy (very old-school!); its close cousin ISOLINUX handles booting from CDs and similar media.
Read more »A look at Emacs
It’s amazing what work can bring your way in terms of technology. For me, (GNU) Emacs Has proved to be such a thing recently. It may have been around since 1975, long before my adventures in computing ever started in fact, but I am asking myself why I never really have used it much.
Read more »- Login to post comments
Open Source Software Scripting in Vim
I've been using the open source editor Vim for an alarming number of years now, but I only very recently encountered its scripting capabilities. Here I'll look at writing a quick script in Vim's built-in scripting language
Read more »- Login to post comments
Working On The X.Org 7.6 Katamari
If all goes according to plan, X.Org Server 1.9 will be released in about two weeks, but after that there still is the X.Org 7.6 release "katamari" to be done.
Read more »- Login to post comments
Ubuntu Linux provisioning automation with Cobbler
Cobbler is a Linux installation server that allows for rapid setup of network installation environments. It glues together and automates many associated Linux tasks so you do not have to hop between lots of various commands and applications when rolling out new systems, and, in some cases, changing existing ones.
Read more »- Login to post comments