Difference between pages "Home Network" and "Schaaf-Reyes Wedding"

From Eugene Eric Kim
(Difference between pages)
(Preventing Firesheep attacks)
 
m (4 revisions imported: Imported from WebFaction on September 13, 2021 with Interwiki prefix Eekim)
 
Line 1: Line 1:
''This page needs serious updating''
== Pictures ==


== Network Map ==
* [http://flickr.com/photos/eekim/sets/72157600115410965/ Mine]
* [http://mattkim.com/weddings/StephanieRafael/ Official]
* [http://schaafai.myphotoalbum.com/albums.php Collected]


* Motorola DSL Modem (192.168.1.254)
[[Category:Event]]
* Belkin Wireless Pre-N Router (192.168.0.1)
* Repurposed FON WAP running DD-WRT (192.168.0.6)
 
* <tt>sugarboy</tt> (PIII 1GHz Dell Dimension w/ 512MB RAM w/ 200 + 120 GB drives) attached to my [[HP LaserJet 1012]] printer (192.168.0.10)
** internal DNS
** internal print server (CUPS + Samba)
** internal Wiki
** NFS and Samba exported directories)
* <tt>hugh</tt> ([[Dell Inspiron 531]] w/ 2GB RAM and two 1TB [[Western Digital Caviar Black]] drives conigured as RAID1 using [[Linux Software RAID]] (192.168.0.11)
** Primary OS is [[Ubuntu]] Jaunty Jackalope
** Runs [[Windows Vista]] virtualized using [[VirtualBox]]
** Media file server served via NFS and [[VirtualBox]] Shared Folders
* <tt>jack</tt> ([[MacBook Pro]])
 
== File Server ==
 
I was originally using <tt>sugarboy</tt> as both my file and print server. It's plenty of power for what I need, but it doesn't support SATA and other modern protocols, so I couldn't load it up with disk space. By 2009, I was running seriously short of disk space. I tried adding a PCI SATA controller for about $25 + $20 for cables and adapters, but only the PCIe controllers support large drives.
 
The other alternatives were to:
 
* Purchase a home NAS (about $250).
* Purchase an external RAID enclosure (about $100). The downside of this was that, unless I invested in an eSATA card, it would been connected via USB 2.0, which is an order of magnitude slower than even old SATA controllers.
* [[Justin Lin]] suggested that I virtualize my workstation ([[Dell Inspiron 531]]) and consolidate my file server there. It's a 64-bit Athlon, well-suited for virtualization. This has the added advantage of saving on power.
 
I decided to go with Justin's suggestion and virtualize my workstation. He had suggested using [[VMware]], which costs $180 (Justin thought it was free). VMware ESXi is free, and it ideally is the better solution, because it runs barebones (no host operating system), which in theory frees up resources. However, because it's designed as an enterprise solution, it has poor hardware support.
 
After doing some additional research, I decided to go with [[VirtualBox]] for virtualization. I installed two [[Western Digital Caviar Black]] 1TB drives (which cost about $200 total). I upgraded the BIOS to 1.0.13, because the specs claim that my machine only supports 500GB drives. I discussed the issue with a guy at [http://www.centralcomputers.com/ Central Computers] in [[San Francisco]], and he suggested the 500 GB "limit" was merely a stated limit back when those were the largest drives available. The drives seem to be working just fine. I'm also planning on upgrading the RAM to 4GB.
 
I installed the drives, turned WDTLER on, and installed [[Ubuntu]] 9.04 (Jaunty Jackalope) off the alternate installer, which allowed me to install and configure [[Linux Software RAID]]. Everything is working beautifully.
 
I experimented with running a virtual file server off of my workstation, first with [[OpenFiler]] (which I found to be overkill and also distasteful), then with [[Ubuntu]] Server. The setup was super cool, but realized that it was overkill, and it also affected disk performance. Since I'm running Linux as my host OS, I'm just using that as my file server as well.
 
== Backups ==
 
I plan on doing local and remote backups (via [[Amazon S3]]).
 
* [http://www.mikerubel.org/computers/rsync_snapshots/ Easy Automated Snapshot-Style Backups with Rsync]
* [https://island.byu.edu/dev/content/linux-backup-system-using-amazon-s3-update Linux backup system using Amazon S3 update]
* [http://blog.eberly.org/2008/10/27/how-i-automated-my-backups-to-amazon-s3-using-rsync/ How I automated my backups to Amazon S3 using rsync]
 
Another possibility is [http://www.crashplan.com/ CrashPlan].
 
I keep my work directory synchronized with my [[MacBook Pro]] using Unison.
 
== Security ==
 
Use [http://superuser.com/questions/156869/can-other-people-on-an-encrypted-wi-fi-ap-see-what-youre-doing WPA-Enterprise] (or WPA2-Enterprise) with 802.1X authentication instead of pre-shared key to avoid Firesheep attacks on your network.

Latest revision as of 19:32, 13 September 2021