Linux Howtos

At the Forge – CouchDB

Getting started with CouchDB, an increasingly popular non-relational database. more>>

CouchDB logo



View full post on HOW-TOs

Build Your Own Cloud with Eucalyptus

Got lots of systems? Make them into a cloud computing cluster with Eucalyptus! more>>

Ubuntu Cloud



View full post on HOW-TOs

Getting Started with Quickly

Quickly helps you (quickly) write applications with Python and GTK. more>>

Ubuntu Quickly



View full post on HOW-TOs

Work the Shell – Simple Scripts to Sophisticated HTML Forms, Take II

Parsing HTML files. more>>

html screen



View full post on HOW-TOs

Hack and / – Lightning Hacks–SSH Strikes Back

In this third Lightning Hacks roundup, check out how to automate screen connections, build reverse tunnels and use the elusive SSH command line. more>>

Terminal



View full post on HOW-TOs

Virus Scan A Windows Machine

How often do we all hear the phrase, “Could you take a look at it for me?” Whether you are checking out a machine for a friend or colleague or looking after one of your own machines, it’s handy to have the ability to virus check a Windows setup from the safety of a Linux boot CD or USB stick. This short guide shows you how to scan for infected files by booting into SystemRescueCD and running ClamAV, a virus checker. more>>



View full post on HOW-TOs

BuGLe—OpenGL Debugging Wrapper

BuGLe is a tool for OpenGL debugging, implemented as a wrapper library that sits between your program and OpenGL. Although it’s still in development, the Web site states that it already can do the following: more>>

  • Dump a textual log of all GL calls made.
  • Take a screenshot or capture a video.



View full post on HOW-TOs

Centralized Logging with a Web Interface

Gentoo Ubuntu Combo Logo

Wouldn’t it be nice if you had a web interface to the logs on your central log server? Well, dream no more because this one is a reality thanks to LogAnalyzer (aka phplogcon). Let’s take a look at how to setup both it and its suggested syslog variant, rsyslog, on a central log server. more>>



View full post on HOW-TOs

apt-file: Locate Missing Package Files

Ever had a source package fail to build due to a missing file? If so, apt-file, a tool that searches online repositories for a specific file, may be the answer. more>>



View full post on HOW-TOs

Using Checkinstall To Build Packages From Source

Checkinstall is a utility that builds a .deb, .rpm or Slackware package from a third party source code tarball. This allows you to introduce such third party software using the standard package management features of your distribution. more>>



View full post on HOW-TOs