Maintaining your own bookmark server.

November 19th, 2008 Jason Posted in Computing, Open Source, Security 2 Comments »

Ever since Firefox 3 came out and google browser sync was no longer supported, I’ve been looking for a replacement to keep my computers in-sync with each other. The first maintainable sync program I found was Weave. It currently has a little lacking in support across platforms and is in highly beta mode. This will become my bookmark program when it becomes more stable.

As for my current bookmark program I just changed to foxmarks. It supports encryption, your own server and seems fast and stable. I’d like to take the rest of the blog to show you how to set up your own bookmark WebDAV server on Dreamhost, and then generalize it.

Read the rest of this entry »

AddThis Social Bookmark Button

OpenBSD :: Filtering by MAC address

August 29th, 2008 Jason Posted in OpenBSD, Security 1 Comment »

Now that I have OpenBSD installed on my RAID server at work, I figured that I would write a few tutorials about the things I have done with it. If for nothing else, so I can remember and repeat them if something happens.

I noticed looking at /var/log/authlog that a significant number of failed attempts at root and invalid user login attempts were occurring from seemingly random IP addresses (thousands of dictionary attacks). These are probably boxen that have been hacked into and they haven’t figured it out yet. My first approach was to use pf(4) to filter these IP addresses. With this I found simple pf.conf code using tables and reject code to reject an IP address list.

This worked well and good until I realized the endless array of hacked boxen out there. So I had to figure out something more.

Read the rest of this entry »

AddThis Social Bookmark Button

Dreaming of a Backup System: Early Christmas Present… at work.

August 21st, 2008 Jason Posted in Computing, OpenBSD, Security 5 Comments »

So for quite some time I’ve been dreaming of a perfect backup system. Luckily my current RAIDbox at work was no longer cutting the mustard so I decided to upgrade… big time.

As the system goes:

  • Intel Core2 Duo 2.56GHz
  • 1 GB DDR2-4200 RAM
  • Giga-byte GA-945GCM-S2 Mobo
  • Areca ARC-1220 SATA raid controller 8-port
  • Seagate ES 250GB
  • 5x Seagate ES 1TB

Read the rest of this entry »

AddThis Social Bookmark Button

OpenBSD RAID, Part 1

September 8th, 2007 Jason Posted in Computing, Security No Comments »

I figured since I have a little bit of time this morning being lost in a sea of parentheses, I might as well write up the first part in a two part series about my OpenBSD RAID box. If anything, just so I remember how to do it when I buuild my RAIDbox upgrade.
Read the rest of this entry »

AddThis Social Bookmark Button

Dreaming of a Back-up System

April 1st, 2007 Jason Posted in Computing, Security 1 Comment »

Well I took some time today to put together a back-up system. Figured I would post this for two reasons: the first is for you guys to critique it, the second is so I remember what I configured.

Read the rest of this entry »

AddThis Social Bookmark Button