Archive for the ‘Operating Systems’ Category

Ubuntu AD

Saturday, September 9th, 2006

HOWTO: Configure Ubuntu for Active Directory Authentication - DeveloperNet


Linux backups

Wednesday, May 4th, 2005

Two articles I need to read and put into practice.
CLI Magic: rsync for backups
CLI Magic: rsnapshot

IBM articles on securing Linux

Wednesday, May 4th, 2005

Article #1
Article #2
Article #3

NewsForge | The Ten Commandments of system administration, part I

Thursday, April 28th, 2005

The Ten Commandments of system administration, part I

Part 1. Backups!!

Advanced Bash-Scripting Guide

Monday, March 28th, 2005

An in-depth exploration of the art of shell scripting
By: Mendel Cooper

Interesting article on MS Security

Thursday, March 24th, 2005

Security Insights MS Security Architect

By Richard Bejtlich

SystemImager

Thursday, March 24th, 2005

Creating Images Of Your Linux System - SystemImager

This is a nice app I want to look at for deploying images of linux servers and desktops.

How to Set Up a Jabber Server

Thursday, March 24th, 2005

How to Set Up a Jabber Server LG #112 by Suramya Tomar
This is a great article to help us complete our internal Jabber Server.

Syncing the Treo 650 with Bluetooth | Linux Journal

Thursday, March 24th, 2005

Syncing the Treo 650 with Bluetooth | Linux Journal
By Dovid Kopel on Thu, 2005-03-24 00:00.
The new Treo smartphone is GNU/Linux compatible and comes with Bluetooth connectivity–here’s how you can set it up for your network.

Sharp Zaurus Linux

Friday, March 18th, 2005

Pocket Workstation - Debian on Handhelds

Build your own PBX

Sunday, March 6th, 2005

Kerry Garrison - Building your own PBX
Building Your Own PBX with Asterisk
Kerry Garrison
What would it mean to you to have your own full-featured PBX system at your home or small office? What would it mean to you if you could build an entire PBX system (minus the phones) on hardware you probably have laying around, AND that it can probably also save you money on your phone bill? Sounds too hard to believe doesn’t it, but using old hardware and some open source software, you really can build a commercial quality phone system that would normally cost thousands of dollars.

The Hardware
As I mentioned in the opening, we are going to build our PBX system from equipment that we have laying around the house. After cannibalizing three spare systems, what was left was a PII 450, 386mb RAM, 12gb HD, 48x CDROM drive, and an Intel Pro 10/100 network card. This is all you “need” to get going as long as you are going to get VOIP dial tone service from a company like BroadVoice (more on this later). If you want to use regular analog phone lines you will need modem card. Not every card will work properly, however, the most recommended card is the Digium Wildcard X100P FXO card which can be purchased brand new on eBay for $6.95 each. So far, total out of pocket expense for the card plus shipping: $12.90.

File Synchronization with Unison

Thursday, March 3rd, 2005

By Erik Inge Bolso on Tue, 2005-03-01 00:00.

Keeping directories in sync on multiple machines can be difficult. Running Unison is one way to make the task easier.

Unison is a file-synchronization tool that runs on Linux, UNIX and Microsoft Windows. Those of you who’ve used IBM Lotus Notes or Intellisync Mobile Suite probably have an idea of what synchronization is good for, as compared to one-way mirroring options such as rsync. You might have mirrored a company document directory to your laptop, for example, and then modified a document or two. Other people might have modified other documents in the same directory by the time you get back. With rsync, you’d need to reconcile the differences between the two directories manually or risk overwriting someone’s changes. Unison can sort out what has changed where, propagate the changed files and even merge different changes to the same file if you tell it how.

Full article

Peeking Into Google

Thursday, March 3rd, 2005

Peeking Into Google
Peeking Into Google
By Susan Kuchinskas

BURLINGAME, Calif. — The key to the speed and reliability of Google (Quote, Chart) search is cutting up data into chunks, its top engineer said.

Urs Hoelzle, Google vice president of operations and vice president of engineering, offered a rare behind-the-scenes tour of Google’s architecture on Wednesday. Hoelzle spoke here at EclipseCon 2005, a conference on the open source, extensible platform for software tools.

Check your filesystems’ integrity with afick

Monday, February 21st, 2005

Here is an article on Filesystem integrety checkers. There are several filesystem integrity checker applications, both commercial and open source. I chose to deploy afick, because it is written in Perl, which makes it lightweight and easily portable between different operating systems. Though by nature designed for the command line, afick also has an optional Webmin module and a graphical interface written in perl-Tk.

Check your filesystems’ integrity with afick

Monday, February 21st, 2005

Here is an article on Filesystem integrety checkers. There are several filesystem integrity checker applications, both commercial and open source. I chose to deploy afick, because it is written in Perl, which makes it lightweight and easily portable between different operating systems. Though by nature designed for the command line, afick also has an optional Webmin module and a graphical interface written in perl-Tk.

Writing Apache’s Logs to MySQL

Monday, February 21st, 2005

Here is an ONLamp article that is interesting. “By recording performance metrics, web server administrators can have a historical record of how the server handled incoming HTTP requests. This article expands on that concept by adding a couple of logging directives and recording the logging data directly in a MySQL database.”

RTG: Real Traffic Grabber

Friday, February 11th, 2005

RTG: Real Traffic Grabber
RTG is a flexible, scalable, high-performance SNMP statistics monitoring system. It is designed for enterprises and service providers who need to collect time-series SNMP data from a large number of targets quickly. All collected data is inserted into a relational database that provides a common interface for applications to generate complex queries and reports. RTG includes utilities that generate configuration and target files, traffic reports, 95th percentile reports and graphical data plots. These utilities may be used to produce a web-based interface to the data.

interesting Query Analyzer for Windows users

Tuesday, February 8th, 2005

QueryCommander is a Open Source Query Analyzer that you can use to work with the following Databases.

  • Microsoft SQL Server 2000
  • Microsoft SQL Server 2005 (YUKON)
  • Microsoft SQL Server 6.5
  • MySQL 4.x
  • Oracle 9i (the “edit-in-grid” functionality is not yet implemented)
  • Linux in Government: Another Look at Linux in the MS Infrastructure - Linux Journal

    Tuesday, February 1st, 2005

    Considering the capabilities of Samba 3 and what they could mean for your workplace network.
    http://www.linuxjournal.com/article/8069

    Fix a virus infected computer with Knoppix

    Tuesday, February 1st, 2005

    First off I always recommend a complete format for any machine that has been infected with any virus, worm or trojan. Basically if your computer has been compromised then treat it as so and start over to be safe. That being said you probably want your data off your computer prior to formating it. Now don’t just go copying data off the infected windows computer to another windows computer. You are likely to just spread the infection. So here is an excellent article on how to clean the data using Knoppix prior to moving it to another computer.