Meeting Notes March 5 2007

About 6 people showed up to the meeing.

Topics:
Wireless cards with Linux
SSH tunnels
Finding RPMS.
Wireshark.
Gumsticks.
Cell Phones.
Linux only Tv Tunners.

We had a question as to what wireless card to get. Cisco, Linkysys, and Lucent Orinco was thrown out. Here is a list of cards that HP has tested to work.Linux Compatible Wireless cards

SSH tunnels where talke about. SSH is the secure shell protocol and it allows for a lot of nifty things outside of simply doing terminal sessions. It can also be used for tunneling information. For example, I recently set up a proxy server and I am using it as a VPN using ssh.
SSH and the proxy run on the remote machine. Once the proxy was tested I firewalled so that localhost is the only machine able to connect to proxy. Then a tunnel was created to pass the data between my client and host. The tunnel is established with the following command:
ssh -L 9999:localhost:1080 -l mylogin remotemachine . Once the tunnel is created, the client applications just need to be setup to us a proxy on localhost with port 9999. All the data is then transfered through the SSH tunnel to the server creating an encrypted channel that is hard to intercept.

Finding RPMs is a bit of pain for RedHat, Mandrake, and SUSE users. Thus a service called RPM finder was created to help people find some of these packages. Although most standard packages can be found on the distro site, any non-standard RPM needs to be found. RPM find is one service that helps.

Wireshark is a new networking tool that is following the line of Ethereal. Ethereal had some copyrights associated with it, and development ceased. Thus, the Ethereal author has been recommend people switch to Wireshark that appears to be licenced under the GNU licence.

Gumstick is a new computer that is the size of gumstick. Some people are using gumsticks to do rebotic programming. They work with linux.

Similar Posts

  • Meeting Notes Nov 7 2006

    About 7 people showed up. We had one new person. Summary: Talked about modifiying Linksys G routers. OpenSource software for handheld treos. Fiber to the home. Troubleshooting a box with everything installed. Script lance and indepedant contracting software services. Troubleshooting when the bugs don’t follow any numerical patterns. G Lynksys routers are common household routers…

  • Meeting Notes April 2 2007

    8 people showed up for this meeting. Talked about data recovery and how to recover files that are deleted. Normally, when you delete a file under Unix it is very hard to recover the file. However, if the file is stored on specific filesystems the file could be recovered. Here is a short list of…

  • Meeting Notes May 2 2006

    We had about 8 people show up for this meeting. There was some confussion considering the listserver did not send out my notices. During the meeting we discussed, Sourcefire a snort commercial product. We talked about Ubuntu and Kanotico both of which are Debian spinoffs. LDAP and how Active directory works was discussed. According to…

  • Meeting Notes June 2 2008

    We had about 5 people show up for this meeting. During the beginning of the meeting we had a lengthy discussion of RedHat vs SUSE. Two members were having problems with RHEL 5 upgrades. Apparently, the new version of RedHat goes out and gets updates automatically. Although this my be a configuration that need to…

  • Meeting Notes April 2008

    About 7-8 people came to this meeting. Scripting Languages: We started the discussion talking about scripting languages. Dustin uses Perl for his Amanda project at work. He went in some detail on how they used the scripting language to run a bunch of different processes and encapsulates some of it in C. I mentioned that…