Past BLUG Events

VMware, Tripwire

11/04/1999 at 12:00 AM

VMware is software that runs multiple virtual computers on a single PC–at the same time–without partitioning or rebooting. Really.

Tripwire is a security tool that allows you to monitor the files on your system, and detect any unauthorized changes. It is used as an intrusion detection method, and as a way to clean up a system that has been hacked.

Setting Up a PPP Connection

10/07/1999 at 12:00 AM

This somewhat impromptu demonstration involved installing Linux on a box and simulating a connection to another Linux box over a dedicated telephone line using PPP. (Well, with a little help from the audience we got through most of this!)

Getting Hip to Qmail

09/02/1999 at 12:00 AM

Qmail is a secure, reliable, efficient, simple message transfer agent. It is meant as a replacement for the entire sendmail-binmail system on typical Internet-connected UNIX hosts.

Secure:     Security isn’t just a goal, but an absolute requirement.

Reliable: qmail’s straight-paper-path philosophy guarantees that a message, once accepted into the system, will never be lost.

Replacement for sendmail: qmail supports host and user masquerading, full host hiding, virtual domains, null clients, list-owner rewriting, relay control, double-bounce recording, arbitrary RFC 822 address lists, cross-host mailing list loop detection, per-recipient checkpointing, downed host backoffs, independent message retry schedules, etc. In short, it’s up to speed on modern MTA features. qmail also includes a drop-in “sendmail” wrapper so that it will be used transparently by your current UAs.

Overall performance: What really matters is how well qmail performs with your mail load. Red Hat Software found one day that their mail hub, a 48MB Pentium running sendmail 8.7, was running out of steam at 70000 messages a day. They shifted the load to qmail—on a smaller machine, a 16MB 486/66—and now they’re doing fine.

In my presentation I hope to cover:
* Introduction and explanation of Qmail
* Why use Qmail?     (why sendmail is not the best thing to use)
* How to install Qmail
* Installing a mailing list manager to go along with Qmail
* Configuring your POP3 and IMAP services to understand Qmail

What is Coda?

08/05/1999 at 12:00 AM

In a situation where a single computer is used, all files are often stored on the local disk. When the computer is part of a network of workstations, it is often advantageous to have the workstations share files across the network. This talk will explore network-based file systems and give an introduction to the distributed file system called Coda. Coda will be demonstrated using several networked PCs.

Linux Security Tools I: nmap and ssh

07/01/1999 at 12:00 AM

John’s suggested URLs are located at: http://www.peakserv.com/blug/security.html

This is the first installment of a series of presentations on the subject of running a secure Linux system.     This meeting we will go over the use of nmap, a network port scanner, and ssh, a more secure replacement for telnet and ftp.     Future sessions are planned for tripwire and other tools.

nmap, a tool often used by crackers, allows a system administrator to create a “security profile” of services that are running on a system.     These services are potential entry points for intruders and need special care in configuration and prompt updateing when security bugs are found.     Old versions of software with known holes are a MAJOR source of system breakins.

Telnet and ftp were two of the first tools developed on the early DARPANET, and are still widely used by sys admins today.     But they have a major security hole, that send passwords over the net in CLEAR TEXT!     ssh provides a replacement for these programs that uses RSH keys for authentication and encryption for privacy. We will go over how to setup and use ssh on linux.

Configuring Apache to do interesting things

06/03/1999 at 12:00 AM

It has been said many times that Apache is the world’s most popular webserver. Because it lacks a GUI environment it may not appear as friendly to a newcomer as it’s commercial rivals. Recently I’ve gotten over that awkward phase and have begun to make Apache work for me. I’d like to share what I’ve learned in the hope that it will help others flatten their learning curve.Apache has a ton of features that are primarily controlled by in a text file called httpd.conf. Here are a some features I plan to cover at the meeting that are defined in httpd.conf and a few other config files.

  * Virtual hosts on one machine
  * Using a single IP address for multiple hosts
  * Using a separate IP for each host
  * Setting up a Virtual host as a user inside a /home directory
  * Configuring http.conf other non apache files to enable Virtual Hosts

Protecting files, directories and servlets:

  * Authenticated realms
  * Storing users in a File
  * Storing users in a Database
  * Using .htpasswd to protect access to a directory
  * Setting file and directory permissions so the server process can read them but other users can’t.
  * Telling “polite” search engines where to look for pages and where to stay out

Turning Apache into an “Application Server” using servlets:

  * Adding servlet parameters and directives to httpd.conf
  * Servlets owned by a single Virtual host
  * Servlets available to all Virtual hosts
  * Liabilities of the Java Virtual Machine

The Future of the Linux Desktop: KDE vs GNOME

05/06/1999 at 12:00 AM

Pics from this meeting:
  https://blug.org/photos/johnb.jpg – John at the whiteboard;
  https://blug.org/photos/gnome.jpg – Gnome;
  https://blug.org/photos/kde.jpg – KDE;

You have read the flame wars, you have seen the screenshots, now find out the TRUTH! We will show you the good, the bad and the VERY ugly of these two contenders for the Linux desktop crown.

Topics:

          * Why are these important
          * Installation and setup
          * Customizing and Themes
          * Applications
          * Usability Issues

Setting up a Home Network: Linux, Windows, Mac

04/01/1999 at 12:00 AM

Microsoft and Apple are well-known bitter enemies. So it’s no wonder that there’s no obvious way to get their operating systems to cooperate. Luckily, it’s easy to get a Penguin to watch over them and make them play nice with others. This paper is a semi-detailed outline of how I setup my home network with a little hardware, some software tweaks and a whole bunch of HOWTOs.

Outline:

  1.Introduction and Goals
  2.TCP/IP Networking with Linux and Win95
  3.Windows Networking with Linux and Win95
  4.TCP/IP Networking with Linux and MacOS
  5.AppleTalk Networking with Linux and MacOS
  6.Wrapping Up
  7.Resources

Loading and Installing a Custom Kernel with Linux

03/04/1999 at 12:00 AM

Description not available.

Beyond HTML: Programming Dyn Web Pages in Apache

02/04/1999 at 12:00 AM

There are some things you just can’t do with static web pages. Ever wonder how sites like slashdot work, or how you can do things like check you email from a web page? Well, then this presentation is for you!

Web servers can be used to create programs that output HTML These programs are the basis of dynamically changing web pages and web based applications. This presentation will provide short introductions to three programming environments available for the Apache web server, PHP, mod_perl and Java servlets.

  * What are dynamic web pages and why are they important (10 Min/John)
  * Why I like Mod_perl (20 Min/Damian)
  * What’s cool about PHP (20 Min/Chris)
  * Servlets rule! (20 Min/Joel)
  * Panel discussion of the strengths and weaknesses of each / Q and A (whatever time is left)

« First ‹ Previous 1 22 30 31 32