Notes From My Linux Firewall Presentation.

Saturday, 15. August 2009

Linux Firewall Presentation Notes…

Here are the notes regarding what I covered in my presentation to the Simi Conejo Linux User Group. The actual presentation covered these subjects in more detail then I was able to fit in here, but you should get the general idea of the concepts covered by reading this all the way through. If you would like me to present this presentation for your organization or group, please contact me via email.

Read more »

Share

Speaking Announcement – Build a Linux Firewall

Monday, 10. August 2009

How to build a Linux Firewall… Join us and Learn!

I will be speaking at the Simi Conejo Linux Users Group (SCLug) on August 15th 2009.

I will be demonstrating how to setup a Linux based PC with multiple network interfaces to act as a firewall. The presentation will cover the following topics:

  1. Linux as a stateful firewall.
  2. Using policy based routing to select between multipleĀ  routes.
  3. Performing source and destination network address translation.
  4. Performing load balancing between multiple internet connections.

I plan to start with a base Debian install, and take the group step by step through setting up NAT for both static and DHCP internet connections. I’ll then move to setting up a second internet connection, and demonstrate the use of policy routing to choose an outbound route for different types of connections. Once we’ve covered policy routing, I”ll finish up with session based load balancing across both connections.

If you are going to be in the East Ventura County area on the 15th, I encourage you to join us!

The presentation will be held at the Simi Valley YMCA at 2:00PM on August 15th, 2009.

I look forward to seeing you there!

— Stu

Share

Using Regular Expressions On The Linux Command Line

Tuesday, 4. August 2009

Using Regular Expressions (RegEx) on the command line.

Questions about regular expressions come up at the Lug meetings on a regular basis. Here are some examples of regex commands I use all the time. Hope you find them useful.

Read more »

Share

Configure Programs to Auto Start in KDE 4.x

Friday, 31. July 2009

Where is the Autostart folder?

Looks like yet another change in KDE that messes with 3.5 users… Seems someone decided that the Autostart folder was a bad idea. This after having the Autostart folder in every KDE release I can remember.

Well, it seems that KDE 4 has adopted the same type of startup program control that Gnome has used for years.

A quick example.

Ok, let’s say that you want to start, oh I don’t know… Let’s say you want to start Krellm at login. here are the steps:

Read more »

Share

Microsoft Submits Drivers For Linux Kernel.

Tuesday, 21. July 2009

Microsoft submits thousands of lines of code for inclusion in the Linux Kernel.

Yep, you’re not seeing things. On July 20, 2009 at OSCON, Microsoft announced their submission of three drivers to the Linux kernel. These drivers are licensed under the GPL2, and according to the group that handles such submissions, they have met all criteria for the drivers to be excepted in to the main line kernel.

At first glance, it would appear that all that screaming and jumping around that Ballmer is famous for managed to cause him to burst a blood vessel in his brain, but after reading the stories surrounding the submission, it turns out that this is no act of charity by Microsoft.

Why would Microsoft want to help Linux?

The short answer here is that they aren’t helping Linux, they are submitting code that’s sole goal is to make Linux run better under the Microsoft Virtualization platform. The drivers submitted are to allow Linux to work with Microsoft’s hypervisor. This will give Microsoft an advantage over competing virtualization platforms such as VMWare.

So, if this will give Microsoft an advantage, why would Linux except the code?

Most of the people I know, are asking why the kernel project would even consider accepting the code? Well, because Microsoft played by the open source rules, that’s why. Unlike Microsoft, the open source community sets guidelines to protect from discrimination. Unlike corporate models that favor certain groups over others when it comes to code or driver submission, most open source projects have a more down to earth approach. Check out what the rules are for submitting drivers to the Linux kernel, and you’ll understand why.

So, even though Microsoft’s intentions are not what I would consider angelic, as long as they meet the requirements for inclusion, they get to play on our field as well.

— Stu

Share

Is The Linux Desktop Ready For Prime Time?

Friday, 10. July 2009

Is the Linux desktop ready for prime time?

Well , that depends what you are looking for. My idea of a desktop might be a bit different from yours, and your idea might not mesh with your friends, or family. But if you are an average user, here are some things for you to think about.

Read more »

Share