Archive for the ‘Open Source’ Category
I have wanted to create something like this for a while.
Wednesday, May 4th, 2005Gathering Stats from Wikipedia
Wednesday, May 4th, 2005Statistics for all Wikipedias (test site)
Statistics for all Wikipedias. Here is an example for Wikipedia
Build your own PBX
Sunday, March 6th, 2005Kerry 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.
Peeking Into Google
Thursday, March 3rd, 2005Peeking 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, 2005Here 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, 2005Here 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.
RTG: Real Traffic Grabber
Friday, February 11th, 2005RTG: 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, 2005QueryCommander is a Open Source Query Analyzer that you can use to work with the following Databases.
Linux in Government: Another Look at Linux in the MS Infrastructure - Linux Journal
Tuesday, February 1st, 2005Considering 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, 2005First 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.
Hacking Open Office - Article
Tuesday, February 1st, 2005Here is an excellent article on customizing OpenOfficeOrg
Spellchecker for Firefox
Thursday, January 20th, 2005SpellBound, a spelling checker for Firefox. is a port of the spellchecker code and user interface from the Mozilla Suite’s Composer that enables spell checking in web forms such as html textarea / input elements (html input password elements are not checked by SpellBound) and rich text form elements. This allows you to spell check forms (e.g. message board posts, blog entries, wysiwyg, etc.) before submitting them when using your Mozilla Firefox or Mozilla Suite browser.
LinkChecker
Thursday, January 13th, 2005freshmeat.net: Project details for LinkChecker
With LinkChecker, you can check HTML documents for broken links. It features recursion, robots.txt exclusion protocol support, HTTP proxy support, i18n support, multithreading, regular expression filtering rules for links, and user/password checking for authorized pages. Output can be colored or normal text, HTML, SQL, CSV, or a sitemap graph in GML or XML format. Supported link types are HTTP/1.1 and 1.0, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet, and local files.
System Configuration Collector 1.5.42 (Stable)
Thursday, January 13th, 2005Metasploit Project releases new version
Thursday, January 13th, 2005After nearly five months of development, version 2.3 of the Metasploit Framework has been released. Version 2.3 includes a dozen new exploits, new and improved payloads, a new msfweb interface, the Meterpreter, and many speed and functionality enhancements. Please see the release notes for more information. Additionally, the Opcode Database has been refactored and is currently in beta mode.
SF.net: Project Info - Enterprise Monitoring, Windows Systems
Friday, January 7th, 2005SourceForge.net: Project Info - Enterprise Monitoring, Windows Systems
Centrally monitor eventlogs, no agents needed; Send alerts to different people on different events; Integrated with ticket tracking system; Forward events to syslogd; Archive events into MYSQL/MSSQL; Web interface to search for events;
JustBlogIt with a simple right-click.
Tuesday, January 4th, 2005JustBlogIt with a simple right-click.
JustBlogIt is a Mozilla / Firefox extension to allow easy right-click posting to a weblog. From any website your new blog post is only a right-click away.
OpenVPN
Monday, August 16th, 200414 Aug 2004: This document will introduce OpenVPN as a free, secure and easy to use and configure SSLbased VPN solution. The document will present some simple (and verified) scenario’s that might be useful for preparing security/networking labs with students, for creating a remote access solution or as a new project for the interested home user.
Making the Jump to Subversion
Thursday, August 12th, 200411 Aug 2004: “If you haven’t checked out Subversion, you should. It’s a free, open source, powerful revision control system that was built to be a better CVS. It was created with clear design goals and built on top of robust, time-tested technologies. If you’ve been waiting for a better CVS and are ready to roll up your sleeves, skip directly to the Installing Subversion section of this article. However, instead, you may be saying, “But c’mon, I’m a busy programmer, this sounds like extra work to me.