Meeting Notes Jun 06 2006

About 8 people showed up.

During the evening we talked about a wide variety of topics.
We discussed Ruby, Cable vs DSL, using tarpits, passive cooling machines, over clocking, fiber to the home, Bittorrent, Spam, google spreadsheets, and online quick books. Some of the off topic subjects we discussed were rubber duckies, the movie about raining frogs [Magnolia], and getting your neighbor’s home demolished.

Some people were discussing the scans received on DSL vs Cable. It appears to most that when using Comcast Cable, they get more probes than on DSL. To address some of the scans one of our members, John, said that he was going to install a tarpit application called ‘Librea’. Tarpits slow down remote scans. They send a response to scanning software but send it slower then the OS would by default. Thus, they can make scanning software ineffective in slowing it down. Additionally, Librea sends the data to Dshield whic|About 8 people showed up. sites. More information on Libera .
Ruby is a interpreted language like Perl and Python. Like both Perl and Python, Ruby can be used for a wide variety of tasks. I use it for some systems tasks. For example, phone bills at the college are sent to people using ruby. The program takes a list parses it and sends a bill to the telephone users. This program was originally a Perl program, but it seems easier to understand in Ruby. Ruby is now the rave in the programming world. Ruby’s syntax is clean. Ruby is easy to write. Additionally, it is object oriented if you understand those concepts.

Syntax Comparisions:

print “hello world\n” #ruby
print “hello world\n”; #perl

name = “ted” #assigning var to name
print “hello #{name}\n” #ruby method

$name = “ted”; #perl way
print “hello $name\n”; #perl way

#ruby with numbers
a = 1
b = 2
print “a + b”.to_s #ruby print string

#perl with numbers
$a = 1 ;
$b = 2 ;
print “$a + $b\n”

Similar Posts

  • Meeting Notes May 2007

    About 6 people showed up for the May 7th meeting. Linux Questions that came up: There was a question of how to run multiple sound streams under Linux. Normally, the sound daemon allows for this. When the sound daemon is not configured properly streams might cause conflicts. What is good fs to use now that…

  • Feb 2015 meeting notes

    We met at Barnes and nobles. We had about 10 people show up for this meeting. There were two talks going on at the same time at this meeting. On one corner of the table Tim Cash brought some hardware that was being troubleshot. We also had a talk about software. On software there was…

  • Meeting: Dec 6, 2010 (zenos)

    On December 6th LUG will be having guest speaker Nick Yeates come and from 7PM to 9PM. Learn how to handle data center monitoring and assurance with Zenoss, an Enterprise Open Source monitoring application. Zenoss helps companies like LinkedIn, SAIC, VMware, Verizon, and DISA handle the monitoring, operations and management challenges of their evolving data…

  • Meeting notes Nov 2007

    This post was a little late. We met on 11/07/2007 at Barnes and Nobles as normal. The topics discussed where as follows: Mark brought in a USB micro controller. One of the problems that he had was the usb device numbers jumped around making it hard for him to track it. He was using lsusb…

  • Sept 12 Monday meeting 7pm

    Matt Ward from Red Hat gave a presentation on containers The slides for the presentation can be found here: https://redhat.slides.com/mward-1/deck-4/live#/64 For additional reading he referred user to these sites: Systemd vs Docker https://lwn.net/Articles/676831 May the Fork Be with You. A short History of open source Forks. https://thenewstack.io/may-fork-short-history-open-source-forks/ Container Format Dispute on the Twitter Shows Disparities…

  • Meeting Notes: Sept 2009

    The Annapolis Linux Users Group had their fist meeting in Mavenspire’s conference room. We are very happy to have a new meeting place. Meeting notes: 1) Need to get sign for LUG meeting. Annapolis Lug meets here 2.) We had some volunteers for future presentations, additionally mavenspire said they could bring in some vendors. Here…