Using Rsync and Hard Linked Files to Store Backup Snapshots.

Thursday, 20. August 2009

Who’s really behind the idea.

First off, let me be clear that this was not my idea. I was told about this whole concept by Mike Rubel @ Cal Tech. He’s the rocket scientist behind this whole idea. Now that we have our “Credit Where Credit is Due” portion out of the way, let’s get into the whole rsync backup concept.

Read more »

Share

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

Twitter Down. Reports Under DoS Attack.

Thursday, 6. August 2009

What exactly is a DoS Attack?

In simple terms, a DoS or Denial of Service attack is when a system or group of systems, create traffic to a web site or network service, that causes an overload of the equipment and forces the web site or network service to drop or ignore real requests.

What we know at this time.

At the time or my writing, Twitter had gotten some control over this problem, and can now display web pages again, but are not accepting posts.

Facebook appears to have slowed down as well, but this is being attributed to the increased traffic to Facebook due to the Twitter problem.

– Stu

Share

Choosing A Web Content Management Software.

Tuesday, 28. July 2009

Choosing the right software for your dynamic web content management is important.

There are tons of hosted and installable software packages out there that do web content management. Some good, some not so good. Only one thing is certain, you’ll have your work cut out for you if you choose the wrong one.

I’m going to talk about a few of the most popular open source packages that are out in the wild. Each are different, and do things differently. The one that’s right for you, depends on what your endgame is.

Read more »

Share

Facebook Not Allowing Third Parties to Use Member Photos.

Monday, 27. July 2009

Facebook has gone on the record stating that there has been no changes in it’s privacy policy.

Recently, a rumor that Facebook was allowing 3rd party advertisers to use members photos without their explicit permission, has turned out to be just that, a rumor.

Strangely, what appears to be fueling the rumor is a setting under privacy -> news feeds & wall, called facebook ads. This setting reads as follows:

“Facebook occasionally pairs advertisements with relevant social actions from a user’s friends to create Facebook Ads. Facebook Ads make advertisements more interesting and more tailored to you and your friends. These respect all privacy rules. You may opt out of appearing in your friends’ Facebook Ads below.”

This is set to “only my friends” by default. The rumor text is recommending you change this setting to “no one”.

When I found this, I felt a bit taken advantage of, I would have thought the proper default for this would be “no one”, but I guess that was why I got a “D-” in marketing…

The truth is, this rumor brought to light a privacy setting that everyone should be made aware of. The default setting in my opinion is clearly wrong.

Please read the Facebook Blog for more on this.

– Stu

Share

Mozilla Releases Firefox 3.5.1

Friday, 17. July 2009

Firefox 3.5.1 released!

After announcing a critical but in their new javascript engine on the 16th, Mozilla turned around a fixed release in hours!

This is an important release, and Mozilla as well as the rest of the security experts are recommending you upgrade immediately.

I have to say, even I am shocked at how fast this fix came out! Hat’s off to Mozilla for getting it done!

This corrects the error in their code I posted on last night.

– Stu

Share

Firefox 3.5 Vulnerable to Java Script Exploit.

Thursday, 16. July 2009

Mozilla announced today that it’s new browser, Firefox 3.5 is vulnerable to a new JavaScript exploit that was introduced in the new TraceMonkey JavaScript Engine that was added to the new release.

This exploit could allow someone to hijack a users machine. THIS IS BAD!

The exploit went public today, July 16th, 2009 and there is currently no patch available. If you are running the new Firefox browser, it is recommended that you turn off the “just-in-time” component of the TraceMonkey engine.Ā  To do this, you should enter “about:config” in your browser’s address bar, type “jit” in the filter box, then double-click the “javascript.options.jit.content” entry to set the value to “false.”

– Stu

Share

Hot Weather Means Hardware Failures.

Wednesday, 15. July 2009

With hotter temperatures, your electronics are at higher risk of failure. Are you backed up?

If you’ve been around electronics for any period of time, you know that as the weather gets hotter, equipment failure rates also climb. With the increased use of digital cameras and digital video, as well as all the other information we store on our digital devices, the failure of any electronic device could result in information loss.

Here are some quick tips that might save you from having to deal with data loss. Let’s just call them words to live by in a digital world.

Read more »

Share

Internet Explorer ActiveX Exploit.

Thursday, 9. July 2009

Microsoft announced an ActiveX exploit in their Internet Explorer browser product on July 6, 2009. Read the Microsoft Bulletin.

The exploit allows a website to send an ActiveX control that can execute whatever evil or destructive code it wants to, with the permissions of the user doing the browsing. It does all this without the user even knowing that it is happening. THIS IS VERY BAD!

Currently, there are no patches available for this. Microsoft recommends turning off ActiveX controls on your browser.

Isn’t it ironic, that one of the things that force people to use IE on certain websites is now a 0 day exploit…

My recommendation? Use Firefox for all your web browsing…

Till the next time!

– Stu

Share