<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-2218350421972451638</id><updated>2011-07-07T16:31:57.925-07:00</updated><title type='text'>Tech Blog 357</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-7485340480794952732</id><published>2008-01-31T19:10:00.000-08:00</published><updated>2008-03-05T08:14:24.102-08:00</updated><title type='text'>How To Configure OpenBSD 4.2 On VMWare ESX Server 3.5 With Intel PRO/1000MT NICs</title><content type='html'>Download your Virtual Machine .vmx file with your Datastore Broswer.&lt;br /&gt;Edit your .vmx with WordPad.&lt;br /&gt;&lt;br /&gt;Add&lt;br /&gt;&lt;code&gt;Ethernet0.virtualDev = "e1000"&lt;br /&gt;Ethernet1.virtualDev = "e1000"&lt;/code&gt;&lt;br /&gt;above&lt;br /&gt;&lt;code&gt;ethernet0.generatedAddress =&lt;br /&gt;ethernet1.generatedAddress =&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Save your .vmx and upload back into the datastore.&lt;br /&gt;Start up your OpenBSD Virtual Machine.&lt;br /&gt;&lt;br /&gt;Congrats! You now have Intel PRO/1000MT virtual nics on OpenBSD.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-----------------------------------&lt;br /&gt;Have You Seen This Yet?&lt;br /&gt;Get Crazy Good Mileage In Your Car.&lt;br /&gt;You Have To Look At This!&lt;br /&gt;&lt;a href="http://www.wildmpg.com"&gt;http://www.wildmpg.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-7485340480794952732?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/7485340480794952732/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=7485340480794952732' title='43 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7485340480794952732'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7485340480794952732'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2008/01/how-to-configure-openbsd-42-on-vmware.html' title='How To Configure OpenBSD 4.2 On VMWare ESX Server 3.5 With Intel PRO/1000MT NICs'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>43</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-2653831154764102143</id><published>2008-01-31T12:47:00.000-08:00</published><updated>2008-01-31T19:10:28.196-08:00</updated><title type='text'>ESX Server 3.5 - A general system error occurred: The file is too big for the filesystem</title><content type='html'>So there I was, trying to create an uber sized partition on my RAID 10 array within my vmfs3 partition.&lt;br /&gt;&lt;br /&gt;The problem? A general system error occurred: The file is too big for the filesystem&lt;br /&gt;This was the error I received when attempting to create a 600GB Virtual Disk on VMWare ESX Server 3.5.&lt;br /&gt;&lt;br /&gt;This was a problem. I learned the reason why though. Since I partitioned the storage volumes during installation the installer used block size 1 which only allows Virtual Disks of 256GB.&lt;br /&gt;&lt;br /&gt;The solution? Reformat the volume with larger block sizes.&lt;br /&gt;&lt;blockquote&gt;Block size Max Virtual Disk size&lt;br /&gt;1  256 GB&lt;br /&gt;2  512 GB&lt;br /&gt;4  1024 GB&lt;br /&gt;8  2048 GB&lt;/blockquote&gt;&lt;br /&gt;Now I had to figure out how to do this without destroying my data.&lt;br /&gt;&lt;br /&gt;My server has a 73GB Mirrored boot drive and 900GB of RAID 10. Fortunatly I had enough free space on the boot drive to transfer the data from the RAID 10 temporarily.&lt;br /&gt;&lt;br /&gt;Logging into the console of the host I:&lt;br /&gt;&lt;strong&gt;cd /vmfs/volumes/vh-01:storage1&lt;/strong&gt;&lt;br /&gt;Having previously taken note of the volume label and the device name of the volume I wished to modify, in my case &lt;strong&gt;vh-01:storage1 and vmhba1:1:0:1&lt;/strong&gt;, I move the existing data out of Storage1 and into Storage2.&lt;br /&gt;&lt;strong&gt;Use the Storage Browser to move your VMs&lt;/strong&gt;&lt;br /&gt;Next I ran the command to reformat Storage2&lt;br /&gt;&lt;strong&gt;vmkfstools --createfs vmfs3 --blocksize 4M -S vh-01:storage1 vmhba1:1:0:1&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;I chose a 4MB blocksize because this volume will never exceed 1024MB.&lt;br /&gt;&lt;br /&gt;Then I just moved the data back to Storage1.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-2653831154764102143?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/2653831154764102143/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=2653831154764102143' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/2653831154764102143'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/2653831154764102143'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2008/01/esx-server-35-general-system-error.html' title='ESX Server 3.5 - A general system error occurred: The file is too big for the filesystem'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-4527607088810929953</id><published>2008-01-31T08:46:00.000-08:00</published><updated>2008-01-31T09:58:47.526-08:00</updated><title type='text'>How to install an OpenBSD 4.2 Bridging Firewall on VMWare ESX Server 3.5</title><content type='html'>Ok, I ran into some confusion on how to actually make my Virtual Transparent Bridging Firewall work on OpenBSD 4.2, but I finally got it to work.&lt;br /&gt;&lt;br /&gt;For this example I will only show how to enable full inbound and outbound access through the bridge with PF, but I won't be inculding any other firewall rules.&lt;br /&gt;&lt;br /&gt;I will assume that VMWare ESX 3.5 is already installed and the VMWare Infrastructure Client is also connected to the host.&lt;br /&gt;&lt;br /&gt;There are some requirement to meet before we get started.&lt;br /&gt;&lt;br /&gt;We will be using three Virtual Switches and two physical NICs.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Virtual Switch: vSwitch0&lt;/strong&gt; is bound to &lt;strong&gt;vmnic0&lt;/strong&gt; and only bound to the &lt;strong&gt;Service Console Port&lt;/strong&gt;.&lt;br /&gt;&lt;strong&gt;Virtual Switch: vSwitch1&lt;/strong&gt; is bound to &lt;strong&gt;vmnic1&lt;/strong&gt; and has a &lt;strong&gt;Virtual Machine Port Group&lt;/strong&gt; named &lt;strong&gt;External Network&lt;/strong&gt; assigned to it.&lt;br /&gt;&lt;strong&gt;Virtual Switch: vSwitch2&lt;/strong&gt; has &lt;strong&gt;no NIC&lt;/strong&gt; bound to it and has a &lt;strong&gt;Virtual Machine Port Group&lt;/strong&gt; named &lt;strong&gt;Internal Network&lt;/strong&gt; assigned to it.&lt;br /&gt;&lt;br /&gt;The next step is &lt;strong&gt;very&lt;/strong&gt; important.&lt;br /&gt;&lt;br /&gt;On each of your &lt;strong&gt;Internal Network&lt;/strong&gt; and &lt;strong&gt;External Network&lt;/strong&gt; vSwitches click on Properties.&lt;br /&gt;&lt;strong&gt;Click vSwitch&lt;/strong&gt; and &lt;strong&gt;click Edit&lt;/strong&gt;. Click the &lt;strong&gt;Security tab&lt;/strong&gt;.&lt;br /&gt;Set the &lt;strong&gt;Promiscuous Mode&lt;/strong&gt;: field to &lt;strong&gt;Accept&lt;/strong&gt;.&lt;br /&gt;If this step hasn't been done then data will not pass between virtual switches.&lt;br /&gt;&lt;br /&gt;Once the above has been done we can proceed with the installation of OpenBSD.&lt;br /&gt;&lt;br /&gt;Create a new Virtual Machine with a 1GB disk.&lt;br /&gt;Mount the OpenBSD 4.2 .iso any way you please and boot to it.&lt;br /&gt;Reference the OpenBSD FAQ for more detailed install instruction.&lt;br /&gt;&lt;br /&gt;Install to disk sd0.&lt;br /&gt;Use all of disk for install.&lt;br /&gt;Under the Disk Label:&lt;br /&gt;Type: &lt;strong&gt;d a&lt;/strong&gt; to delete any existing partition.&lt;br /&gt;Type: &lt;strong&gt;a a&lt;/strong&gt; to create a partition of &lt;strong&gt;65M&lt;/strong&gt; with the &lt;strong&gt;4.2BSD FS Type&lt;/strong&gt; and the mount point of &lt;strong&gt;/&lt;/strong&gt;&lt;br /&gt;Type: &lt;strong&gt;a b&lt;/strong&gt; to create a partition of &lt;strong&gt;1M&lt;/strong&gt; with &lt;strong&gt;swap&lt;/strong&gt; as the &lt;strong&gt;FS Type&lt;/strong&gt;&lt;br /&gt;Type: &lt;strong&gt;a d&lt;/strong&gt; to create a partition of &lt;strong&gt;256M&lt;/strong&gt; with the &lt;strong&gt;4.2BSD FS Type&lt;/strong&gt; and the mount point of &lt;strong&gt;/var&lt;/strong&gt;&lt;br /&gt;Type: &lt;strong&gt;a e&lt;/strong&gt; to create a partition of &lt;strong&gt;remaining size&lt;/strong&gt; with the &lt;strong&gt;4.2BSD FS Type&lt;/strong&gt; and the mount point of &lt;strong&gt;/usr&lt;/strong&gt;&lt;br /&gt;Ok, Done with partitioning.&lt;br /&gt;&lt;br /&gt;Set your hostname and domain name.&lt;br /&gt;Create your password.&lt;br /&gt;I added the bsd.mp package and removed the game42.tgz package from my installation.&lt;br /&gt;To remove the game42.tgz package use the command:  &lt;strong&gt;-game42.tgz &lt;/strong&gt;during installation.&lt;br /&gt;&lt;br /&gt;Since this is going to be an IPless firewall we will not start SSHD.&lt;br /&gt;&lt;br /&gt;Set any other option you want and finish installing and reboot.&lt;br /&gt;&lt;br /&gt;Login as root.&lt;br /&gt;&lt;br /&gt;vi /etc/rc.conf&lt;br /&gt;change &lt;strong&gt;sendmail_flags=NO&lt;/strong&gt;&lt;br /&gt;change &lt;strong&gt;inetd=NO&lt;/strong&gt;&lt;br /&gt;change &lt;strong&gt;pf=YES&lt;/strong&gt;&lt;br /&gt;Save /etc/rc.conf and exit&lt;br /&gt;&lt;br /&gt;vi /etc/sysctl.conf&lt;br /&gt;Enable &lt;strong&gt;kern.emul.freebsd=1&lt;/strong&gt;&lt;br /&gt;Save /etc/sysctl.conf and exit&lt;br /&gt;&lt;br /&gt;Mount your VMWare FreeBSD Tools .iso&lt;br /&gt;Make sure each of these commands are each on a single line.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;mount /dev/cd0c /mnt&lt;br /&gt;&lt;br /&gt;tar -xzf /mnt/vmware-freebsd-tools.tar.gz -C /tmp&lt;br /&gt;&lt;br /&gt;mkdir -p /emul/freebsd/sbin&lt;br /&gt;&lt;br /&gt;install -m 555 -o root -g wheel /tmp/vmware-tools-distrib/lib/sbin32/vmware-guestd /emul/freebsd/sbin&lt;br /&gt;&lt;br /&gt;cp -r /tmp/vmware-tools-distrib/etc /etc/vmware-tools&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;vi /etc/rc.local&lt;br /&gt;Add the following script.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;if [ -x /emul/freebsd/sbin/vmware-guestd ]; then&lt;br /&gt;&lt;br /&gt; echo -n ' vmware-tools'&lt;br /&gt;&lt;br /&gt; /emul/freebsd/sbin/vmware-guestd --background /var/run/vmware-guestd.pid --halt-command "/sbin/shutdown -p -h now" --reboot-command "/sbin/shutdown -r now"&lt;br /&gt;&lt;br /&gt;fi&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;vi /var/cron/tabs/root&lt;br /&gt;Add &lt;strong&gt;&lt;code&gt;ROOTBACKUP=0&lt;/code&gt;&lt;/strong&gt; underneath HOME/var/log&lt;br /&gt;&lt;strong&gt;Comment out&lt;/strong&gt; the &lt;strong&gt;sendmail&lt;/strong&gt; line&lt;br /&gt;&lt;br /&gt;Type the following command to create the bridge.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;echo up &gt; /etc/hostname.pcn0&lt;br /&gt;echo up &gt; /etc/hostname.pcn1&lt;br /&gt;&lt;br /&gt;echo add pcn0 &gt; /etc/bridgename.bridge0&lt;br /&gt;echo add pcn1 &gt;&gt; /etc/bridgename.bridge0&lt;br /&gt;echo blocknonip pcn0 &gt;&gt; /etc/bridgename.bridge0&lt;br /&gt;echo blocknonip pcn1 &gt;&gt; /etc/bridgename.bridge0&lt;br /&gt;echo up &gt;&gt; /etc/bridgename.bridge0&lt;br /&gt;&lt;br /&gt;echo pass in all &gt; /etc/pf.conf&lt;br /&gt;echo pass out all &gt;&gt; /etc/pf.conf&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Reboot!&lt;br /&gt;&lt;br /&gt;You should now have a fully functioning bridge with VMWare tools installed. All that is left is to choose how you want to configure your firewall rules.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: I had some confusion as to whether or not to enable "net.inet.ip.forwarding" or not. I have finally discoved that it does not need to be enabled.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-4527607088810929953?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/4527607088810929953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=4527607088810929953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4527607088810929953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4527607088810929953'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2008/01/how-to-install-openbsd-42-bridging.html' title='How to install an OpenBSD 4.2 Bridging Firewall on VMWare ESX Server 3.5'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-6938721280404161542</id><published>2007-12-31T23:48:00.000-08:00</published><updated>2007-12-31T23:49:13.523-08:00</updated><title type='text'>WOW Mount and Dismount Macro</title><content type='html'>MACRO 16777220 "Dismount" Ability_Mount_RidingHorse&lt;br /&gt;/equipslot 13  Blad&lt;br /&gt;/equipslot 8 Boots&lt;br /&gt;/equipslot 3 Der&lt;br /&gt;/equipslot 7 Mag&lt;br /&gt;/equipslot 14 Rune of&lt;br /&gt;/cast Aspect of the Viper&lt;br /&gt;END&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;MACRO 16777226 "Mount" Ability_Mount_RidingHorse&lt;br /&gt;/stopmacro [mounted]&lt;br /&gt;/cast Aspect of the Monkey&lt;br /&gt;/equipslot 13 Car&lt;br /&gt;/equipslot 14 Fros&lt;br /&gt;/equipslot 8 El&lt;br /&gt;/equipslot 3 Dem&lt;br /&gt;/equipslot 7 Stor&lt;br /&gt;/use Swift Purple Hawkstrider&lt;br /&gt;END&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-6938721280404161542?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/6938721280404161542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=6938721280404161542' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/6938721280404161542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/6938721280404161542'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/12/wow-mount-and-dismount-macro.html' title='WOW Mount and Dismount Macro'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-4603013127446364271</id><published>2007-12-07T17:52:00.000-08:00</published><updated>2007-12-07T18:24:52.207-08:00</updated><title type='text'>Installing Star-OS on a Virtual Machine (VMWare or MS Virtual Server)</title><content type='html'>So I thought it would be cool to install Star-OS on a Virtual Machine. I have done this on both VMWare Server and Microsoft Virtual Server R2. The process is similar. I am sure that VMWare Virtual Infrastructure 3 ESX Server will be a close match, but my license hasn't arrived yet.&lt;br /&gt;&lt;br /&gt;This is how I did it.&lt;br /&gt;&lt;br /&gt;1. Aquire Linux System Rescue CD, Live CD. I used systemrescuecd-x86-0.3.8.iso&lt;br /&gt;2. Aquire Star-OS Compact Flash image. I used vncOs-1.3.7.v.fcc-2677.X86-PC.cf&lt;br /&gt;3. Boot it all up and pat yourself on the back...Oh, you said we missed a step...ok, here we go.&lt;br /&gt;&lt;br /&gt;Assuming you have bound your virtual NIC to your physical interface...&lt;br /&gt;Mount your System Rescue cd and boot up your VM.&lt;br /&gt;Since ifconfig shows no configured IP addresses yet run the command &lt;blockquote&gt;dhcpcd eth0&lt;/blockquote&gt;&lt;br /&gt;Assign an IP manually if you don't use dhcp on your network.&lt;br /&gt;Since my Star-OS image is on a network share, mount it up.&lt;br /&gt;&lt;blockquote&gt;mount -t smbfs -o username=user,password=pass //nas-01/Volume_1 /mnt/custom&lt;/blockquote&gt;&lt;br /&gt;&lt;blockquote&gt;cd /mnt/custom&lt;/blockquote&gt;&lt;br /&gt;My virtual disk is IDE so I will use /dev/hda. Use /dev/sda if your virtual disk is SCSI.&lt;br /&gt;Transfer the Star-OS image.&lt;br /&gt;&lt;blockquote&gt;dd if=vncOs-1.3.7.v.fcc-2677.X86-PC.cf of=/dev/hda bs=512&lt;/blockquote&gt;&lt;br /&gt;Unmount your .iso from the Virtual Machine and reboot.&lt;br /&gt;Log in to Star-OS. Default username/password is admin/1234&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-4603013127446364271?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/4603013127446364271/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=4603013127446364271' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4603013127446364271'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4603013127446364271'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/12/installing-star-os-on-virtual-machine.html' title='Installing Star-OS on a Virtual Machine (VMWare or MS Virtual Server)'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-1868522020653679299</id><published>2007-11-17T23:18:00.000-08:00</published><updated>2007-11-17T23:20:42.098-08:00</updated><title type='text'>World of Warcraft Hunter Aspect Macro</title><content type='html'>I bound the following macro to the SHIFT-W keystroke.&lt;br /&gt;Cast Aspect of the Cheetah with shift-w.&lt;br /&gt;Cast Aspect of the Hawk with shift-alt-w.&lt;br /&gt;Cast Aspect of the Monkey with shift-ctrl-w&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/cast [nomodifier] Aspect of the Cheetah&lt;br /&gt;/cast [modifier:alt] Aspect of the Hawk&lt;br /&gt;/cast [modifier:ctrl] Aspect of the Monkey&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-1868522020653679299?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/1868522020653679299/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=1868522020653679299' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/1868522020653679299'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/1868522020653679299'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/11/world-of-warcraft-hunter-aspect-macro.html' title='World of Warcraft Hunter Aspect Macro'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-7331769765999773058</id><published>2007-11-17T23:12:00.000-08:00</published><updated>2007-11-17T23:17:31.349-08:00</updated><title type='text'>World of Warcraft Hunter Mounting Macro</title><content type='html'>Check it out. Cast Aspect of the Monkey, Equip Carrot on a Stick, Equip my riding boots with spurs attached, mount my ugly chicken.&lt;br /&gt;&lt;br /&gt;When I dismount it equips my combat trinket and boots and casts Aspect of the Hawk.&lt;br /&gt;&lt;br /&gt;I shortened the names of the items I am equiping to stay within the 255 character limit. It should not be a problem as long as there is not more than one item with the same short name.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/cast [nomounted] Aspect of the Monkey&lt;br /&gt;/equipslot [nomounted] 13 Ca&lt;br /&gt;/equipslot [nomounted] 8 El&lt;br /&gt;/use [nomounted]  Blue Hawkstrider&lt;br /&gt;/equipslot [mounted] 13  Bla&lt;br /&gt;/equipslot [mounted]  8 Su&lt;br /&gt;/cast [mounted] Aspect of the Hawk&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-7331769765999773058?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/7331769765999773058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=7331769765999773058' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7331769765999773058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7331769765999773058'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/11/world-of-warcraft-hunter-mounting-macro.html' title='World of Warcraft Hunter Mounting Macro'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-4057196381696015802</id><published>2007-11-17T23:08:00.000-08:00</published><updated>2007-11-17T23:11:57.724-08:00</updated><title type='text'>Uber World of Warcraft Pet Macro</title><content type='html'>Here it is. My Uber one button Hunter pet macro.&lt;br /&gt;With one button I can Feed Pet out of combat, Mend Pet in combat, Call Pet if it is missing, Revive Pet if it is dead, Mend Pet anytime while ctrl-clicking, Dismiss Pet while alt-clicking.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/cast [pet, nocombat, nomodifier] Feed Pet; [combat] Mend Pet; [modifier:ctrl] Mend Pet; [modifier:alt] Dismiss Pet&lt;br /&gt;/use [pet, nocombat, nomodifier]  Roasted Quail&lt;br /&gt;/cast [target=pet, dead, nomodifier] Revive Pet; [nopet,nomodifier] Call Pet&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-4057196381696015802?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/4057196381696015802/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=4057196381696015802' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4057196381696015802'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4057196381696015802'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/11/uber-world-of-warcraft-pet-macro.html' title='Uber World of Warcraft Pet Macro'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-8229024709385149682</id><published>2007-09-11T17:42:00.000-07:00</published><updated>2008-04-22T21:31:45.319-07:00</updated><title type='text'>Configuring the Sprint Mobile Broadband minicard on my Dell Vostro 1500 with Ubuntu 7.04 Feisty Fawn</title><content type='html'>I am assuming you have already activated your Sprint Mobile Broadband card in Windows. If you haven't, do it before you go any further. If you are unable to use your card in Windows, you will be unsuccessful in linux.&lt;br /&gt;&lt;br /&gt;First we need to figure out what our idVendor and idProduct is for our Sprint card.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;lsusb -v | grep Dell -C 2&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;On my system it is:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;  idVendor           0x413c Dell Computer Corp.&lt;br /&gt;  idProduct          0x8134 &lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Next we need to edit our kernel modules.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gedit /etc/modules&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;We need to add the following line at the end of the /etc/modules file.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;usbserial vendor=0x413c product=0x8134&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Save the file and exit gedit.&lt;br /&gt;At the point you could either reboot or type.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo modprobe usbserial vendor=0x413c product=0x8134&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Now we need to setup wvdial.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;wvdialconf wvdial.conf&lt;br /&gt;sudo mv wvdial.conf /etc/&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Next we make our sprint file.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gedit /etc/ppp/peers/sprint&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Add the following code to the sprint file.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#the USB serial device of the EVDO minicard.&lt;br /&gt;ttyUSB0&lt;br /&gt;user YOUR_PHONE_NUMBER@sprintpcs.com&lt;br /&gt;460800 # speed&lt;br /&gt;#debug&lt;br /&gt;defaultroute # use the cellular network for the default route&lt;br /&gt;usepeerdns # use the DNS servers from the remote network&lt;br /&gt;-detach # keep pppd in the foreground&lt;br /&gt;crtscts # hardware flow control&lt;br /&gt;#lock # lock the serial port&lt;br /&gt;noauth # don't expect the modem to authenticate itself&lt;br /&gt;connect "/usr/sbin/chat -v -f /etc/ppp/peers/sprint-connect"&lt;br /&gt;disconnect "/usr/sbin/chat -v -f /etc/ppp/peers/sprint-disconnect" &lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Change the &lt;code&gt;YOUR_PHONE_NUMBER&lt;/code&gt; part to match your phone number.&lt;br /&gt;Next we need to create the /etc/ppp/peers/sprint-connect file.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gedit /etc/ppp/peers/sprint-connect&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Add the following code.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;SAY 'Starting Sprint\n'&lt;br /&gt;TIMEOUT 120&lt;br /&gt;ABORT 'BUSY'&lt;br /&gt;ABORT 'NO ANSWER'&lt;br /&gt;ABORT 'NO CARRIER'&lt;br /&gt;'' 'ATZ'&lt;br /&gt;'OK' 'AT&amp;F0'&lt;br /&gt;'OK' 'ATE0v1'&lt;br /&gt;'' 'AT+CSQ'&lt;br /&gt;'OK' 'ATDT#777'&lt;br /&gt;'CONNECT' &lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Now we need to create the /etc/ppp/peers/sprint-disconnect file.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;sudo gedit /etc/ppp/peers/sprint-disconnect&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Add the following code.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;"" "\K"&lt;br /&gt;"" "+++ATH0"&lt;br /&gt;SAY "Disconnected from Sprint." &lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Configuration is done. Time to initialize the modem.&lt;br /&gt;Type:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;wvdial&lt;br /&gt;sudo pppd call sprint&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Surf!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;a href="http://www.wildmpg.com"&gt;http://www.wildmpg.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-8229024709385149682?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/8229024709385149682/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=8229024709385149682' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8229024709385149682'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8229024709385149682'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/09/configuring-sprint-mobile-broadband.html' title='Configuring the Sprint Mobile Broadband minicard on my Dell Vostro 1500 with Ubuntu 7.04 Feisty Fawn'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-4746275722550486001</id><published>2007-09-09T09:53:00.000-07:00</published><updated>2007-09-09T10:05:09.718-07:00</updated><title type='text'>Configuring the NVIDIA 8600M GT on my Dell Vostro 1500</title><content type='html'>Wow,&lt;br /&gt;&lt;br /&gt;After some fiddling around, I couldn't believe how easy it was to configure my graphics card and set the native resolution to 1680x1050.&lt;br /&gt;&lt;br /&gt;First I downloaded "Envy" http://albertomilone.com/nvidia_scripts1.html.&lt;br /&gt;Ran the installation package.&lt;br /&gt;Launched Envy from "Applications/System Tools" and allowed it to edit my xorg.conf file.&lt;br /&gt;Reboot&lt;br /&gt;&lt;br /&gt;After reboot the NVIDIA logo appears and I can login with 1024x768 resolution.&lt;br /&gt;Time to edit my settings.&lt;br /&gt;Open the NVIDIA applet from ""Applications/System Tools" and set your resolution to 1680x1050, apply.&lt;br /&gt;&lt;br /&gt;For some reason the NVIDIA applet wouldn't allow me to save the new xorg.conf file, so I previewed it, copied the contents, edited /etc/X11/xorg.conf with "sudo vi " (cause I like vi) and saved the file. Hit ctrl-alt-backspace to restart X and bingo, settings saved.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;----------------------&lt;br /&gt;&lt;a href="http://www.crazyoutdoorsports.com/articles/paintball/proto-paintball.html"&gt;Proto Paintball Gear&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-4746275722550486001?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/4746275722550486001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=4746275722550486001' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4746275722550486001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4746275722550486001'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/09/configuring-nvidia-8600m-gt-on-my-dell.html' title='Configuring the NVIDIA 8600M GT on my Dell Vostro 1500'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-704077040102333168</id><published>2007-09-08T11:34:00.000-07:00</published><updated>2007-09-08T17:57:48.220-07:00</updated><title type='text'>Installing Ubuntu 7.04 Feisty Fawn on a Dell Vostro 1500</title><content type='html'>So I got this brand new Dell Vostro 1500 laptop a couple days ago and I thought it would be fun to Dual-Boot it with linux.&lt;br /&gt;&lt;br /&gt;This thing is sweet.&lt;br /&gt;&lt;br /&gt;:Intel Core 2 Duo T7500 2.2GHz, 800Mhz FSB, 4M L2 Cache&lt;br /&gt;:15.4" Widescreen SXGA+ with TrueLife display&lt;br /&gt;:3GB RAM&lt;br /&gt;:256MB NVIDIA GeForce 8600M GT video card&lt;br /&gt;:160GB hard drive&lt;br /&gt;:8x DVD+/-RW with Dual Layer&lt;br /&gt;:Dell Wireless-N 1505 mini card&lt;br /&gt;:Sprint Mobile Broadband Card (I don't know how I ever lived without this gadget)&lt;br /&gt;:85 WHr 9-cell battery (I can use this thing all day)&lt;br /&gt;&lt;br /&gt;Enough of the specs, I want to install linux. Being a FreeBSD guy, this should be fun.&lt;br /&gt;&lt;br /&gt;First thing I did was to repartion the hard drive.&lt;br /&gt;I made a 13GB Ext3 partition, a 6GB Swap partition and a 1GB FAT partition (to transfer data to/from windows)&lt;br /&gt;&lt;br /&gt;It took me awhile to figure out how to boot the Ubuntu 7.04 LiveCD. I was finally able to do it with both the 32bit and the 64bit disks.&lt;br /&gt;&lt;br /&gt;Here is how I booted it:&lt;br /&gt;First I booted to the 64bit CD. From the menu I had to select the safe graphics mode (but don't hit enter yet)&lt;br /&gt;Then I had to press F6 to edit the options.&lt;br /&gt;I added the command "break=top "(without quotes) to the very begining of the line and hit enter.&lt;br /&gt;Next at the command prompt (you won't see a command prompt if you set the resolution to anything other than VGA, but this will still work) I typed:&lt;br /&gt;&lt;br /&gt;modprobe piix&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;This allowed X to start.&lt;br /&gt;&lt;br /&gt;Now I proceeded with the installation. I had to guess how many times to press the {TAB} key before pressing {ENTER} because the resolution was 800x600 and I couldn't see the installation buttons to click on next. I figured it out after a couple trys.&lt;br /&gt;&lt;br /&gt;Make note of what partition you installed linux to. Mine was /dev/sda4.&lt;br /&gt;&lt;br /&gt;After installation, DO NOT REBOOT. Continue using the LiveCD and launch a terminal.&lt;br /&gt;Type:&lt;br /&gt;&lt;br /&gt;mkdir target&lt;br /&gt;sudo mount /dev/sda4 target&lt;br /&gt;sudo chroot target&lt;br /&gt;echo piix &gt;&gt; /etc/initramfs-tools/modules&lt;br /&gt;update-initramfs -u&lt;br /&gt;exit&lt;br /&gt;&lt;br /&gt;reboot&lt;br /&gt;&lt;br /&gt;Now you should be able to choose to boot windows or linux. Next I will talk about installing video drivers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;------------------------&lt;br /&gt;Have you got a &lt;a href="http://www.crazyoutdoorsports.com/articles/paintball/paintball-mine.html"&gt;Paintball Mine&lt;/a&gt; yet?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-704077040102333168?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/704077040102333168/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=704077040102333168' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/704077040102333168'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/704077040102333168'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/09/installing-ubuntu-704-feisty-fawn-on.html' title='Installing Ubuntu 7.04 Feisty Fawn on a Dell Vostro 1500'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-8271365544045242579</id><published>2007-08-07T09:13:00.000-07:00</published><updated>2007-08-07T19:30:56.053-07:00</updated><title type='text'>Mounting External USB Drive on DNS-323 with Readonly NTFS</title><content type='html'>I was successfully able to mount my 100GB USB drive formatted with NTFS in read only mode recently.&lt;br /&gt;&lt;br /&gt;I began by creating a mount point.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;mkdir /mnt/ext&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Next, using the funplug-0.3 system previously installed I loaded the modules.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;insmod /mnt/HD_a2/fun_plug.d/bin/modules/2.6.12.6-arm1/usb-storage.ko&lt;br /&gt;insmod /mnt/HD_a2/fun_plug.d/bin/modules/2.6.12.6-arm1/ntfs.ko&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;Then I plugged in my usb drive and typed&lt;br /&gt;&lt;code&gt;&lt;br /&gt;dmesg&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;I looked throught the list to locate the device name. Mine is "sdc". Then I mounted the partition.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;mount -t ntfs /dev/sdc1 /mnt/ext&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;After I was done with the drive I unmounted it.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;umount /mnt/ext&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-8271365544045242579?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/8271365544045242579/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=8271365544045242579' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8271365544045242579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8271365544045242579'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/mounting-external-usb-drive-on-dns-323.html' title='Mounting External USB Drive on DNS-323 with Readonly NTFS'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-75939869536458898</id><published>2007-08-06T18:37:00.000-07:00</published><updated>2007-08-07T19:31:12.567-07:00</updated><title type='text'>Modding Cron on the D-Link DNS-323 using funplug-0.3</title><content type='html'>Well, I have successfully adjusted the timezone script on my DNS-323. I want to modify my crontabs without writing to flash memory so I edited my fun_plug file to inlude this code:&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#Replace Cron Jobs&lt;br /&gt;crontab -r&lt;br /&gt;echo '*/10 * * * * /usr/sbin/getdhcp&amp;' &gt; /var/spool/cron/crontabs/root&lt;br /&gt;echo '*/30 * * * * /mnt/HD_a2/fun_plug.d/start/timezone.sh start' &gt;&gt; /var/spool/cron/crontabs/root&lt;br /&gt;crontab /var/spool/cron/crontabs/root&lt;br /&gt;&lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-75939869536458898?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/75939869536458898/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=75939869536458898' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/75939869536458898'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/75939869536458898'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/modding-cron-on-d-link-dns-323-using.html' title='Modding Cron on the D-Link DNS-323 using funplug-0.3'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-7388474048114947458</id><published>2007-08-06T17:56:00.000-07:00</published><updated>2007-08-07T19:31:27.291-07:00</updated><title type='text'>Repaired my First Generation Dell XPS laptop</title><content type='html'>So I am excited, can't you tell? :) I have this 3 year old Dell XPS laptop that started giving me trouble some time ago. First it got really slow. The CPU would be at 100% all the time and it complained about over heating during POST. Then the LCD went out. So I put it on the shelf. Lately I have been in need of a laptop, but haven't wanted to pony up the money for a new one. I grabbed my old dell and tore it apart and I mean all the way down. I completely cleaned all the dust from the inside, I tell you what, dust was caked on all over the place. After I put it all back the system ran great with the exception of the LCD.&lt;br /&gt;&lt;br /&gt;I priced a new LCD from Dell...$687...Ouch! That just wasn't going to do. So I disassembled my LCD, discovered my LCD Inverter and ordered a replacement inverter from ebay. It just arrived and I installed it. 20 minutes, a couple mods and some black tape later...I fired it up and.....Voila! LCD works again. Woohoo!!! Except for the one missing screw cover that I dropped and haven't found yet, you would never know I did any repairs.&lt;br /&gt;&lt;br /&gt;Now if I just fix this dead battery ::grin::&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-7388474048114947458?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/7388474048114947458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=7388474048114947458' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7388474048114947458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/7388474048114947458'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/repaired-my-first-generation-dell-xps.html' title='Repaired my First Generation Dell XPS laptop'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-2308006813713371154</id><published>2007-08-06T15:04:00.000-07:00</published><updated>2007-08-06T16:51:27.316-07:00</updated><title type='text'>DNS-323 Time Sync with funplug-0.3 timezone.sh</title><content type='html'>I desired to configure the NTP functions of the DNS-323 so I dug right into the funplug-0.3 system again. I hade to rework the script a little bit to fix the errors, but this is what I came up with. Your time zone and server may vary. This is based on Pacific Daylight Savings Time. The next thing I will do is figure out how to add it to a cron job.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;&lt;br /&gt;# USA, Pacific Time. Daylight saving starts&lt;br /&gt;# second Sunday of March and ends first&lt;br /&gt;# Sunday of November.&lt;br /&gt;timezone="PST8PDT,M3.2.0,M11.1.0"&lt;br /&gt;timeserv=time-nw.nist.gov&lt;br /&gt;&lt;br /&gt;timezone_start() {&lt;br /&gt;    echo "${timezone}" &gt;/etc/TZ&lt;br /&gt;    /usr/sbin/sntp -r ${timeserv}&lt;br /&gt;    sleep 1&lt;br /&gt;    /usr/sbin/rtc -w&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;timezone_stop() {&lt;br /&gt;    echo "Stopping Timezone..."&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;timezone_status() {&lt;br /&gt;    cat /etc/TZ&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;case "$1" in&lt;br /&gt;    stop)&lt;br /&gt;        timezone_stop&lt;br /&gt;        ;;&lt;br /&gt;    restart)&lt;br /&gt;        timezone_stop&lt;br /&gt;        sleep 1&lt;br /&gt;        timezone_start&lt;br /&gt;        ;;&lt;br /&gt;    status)&lt;br /&gt;        timezone_status&lt;br /&gt;        ;;&lt;br /&gt;    start)&lt;br /&gt;        timezone_start&lt;br /&gt;        ;;&lt;br /&gt;    *)&lt;br /&gt;        echo "Usage: $0 start|stop|restart|status"&lt;br /&gt;        ;;&lt;br /&gt;esac&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Make it executable.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;chmod a+x timezone.sh&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://www.CrazyOutdoorSports.com"&gt;www.CrazyOutdoorSports.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-2308006813713371154?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/2308006813713371154/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=2308006813713371154' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/2308006813713371154'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/2308006813713371154'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/dns-323-time-sync-with-funplug-03.html' title='DNS-323 Time Sync with funplug-0.3 timezone.sh'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-4700693673119606890</id><published>2007-08-05T20:19:00.000-07:00</published><updated>2007-08-05T20:57:04.864-07:00</updated><title type='text'>Enable SSH on the D-Link DNS-323 using funplug-0.3</title><content type='html'>Once you have your funplug-0.3 installed you can connect to it using telnet, but telnet isn't very secure so we want to use ssh. I recommend getting a copy of PuTTY to use as your telnet and SSH client. This proceedure is fairly safe. The only time it writes to the firmware is when you run the store-passwd script. If you take your time and test each step before you commit the config to flash ram you will be ok. Use at your own risk.&lt;br /&gt;&lt;br /&gt;Telnet to your DNS-323. You will be presented with a # prompt (meaning you are logged in as root).&lt;br /&gt;&lt;code&gt;&lt;br /&gt;Telnet 192.168.0.32&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;cd /mnt/HD_a2/fun_plug.d/start&lt;br /&gt;sh dropbear.sh start&lt;br /&gt;chmod a+x dropbear.sh&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;What we did here is to change directory to the fun_plug startup directory, ran the dropbear ssh script and set ssh to auto-start on reboot.&lt;br /&gt;&lt;br /&gt;Next set your root password by executing these commands:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;echo "root::0:0:99999:7:::" &gt;&gt;/etc/shadow&lt;br /&gt;passwd root&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Finally, write the configuration to flash memory so it will be remembered on reboot. &lt;strong&gt;Be careful with this command. You can't fix a passwd mistake with a reboot after you run this command.&lt;/strong&gt; If you are not 100% sure that your config is perfect, log in as root with your new password using ssh to test the config.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;/mnt/HD_a2/fun_plug.d/bin/store-passwd.sh&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Last but not least, lets turn off that unsecure telnet interface.&lt;br /&gt;&lt;code&gt;&lt;br /&gt;cd /mnt/HD_a2/fun_plug.d/start&lt;br /&gt;chmod a-x telnetd.sh&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;and&lt;br /&gt;&lt;code&gt;&lt;br /&gt;reboot&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://www.CrazyOutdoorSports.com"&gt;www.CrazyOutdoorSports.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-4700693673119606890?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/4700693673119606890/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=4700693673119606890' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4700693673119606890'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/4700693673119606890'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/enable-ssh-on-d-link-dns-323-using.html' title='Enable SSH on the D-Link DNS-323 using funplug-0.3'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-8766074181644128860</id><published>2007-08-05T20:03:00.000-07:00</published><updated>2007-08-05T20:16:59.458-07:00</updated><title type='text'>Installing funplug-0.3 on the D-Link DNS-323</title><content type='html'>It took me a while to figure out how to get telnet access on the DNS-323. I'm a FreeBSD user, not a linux user. Even though the problem seems silly to me now, I will still blame it on the fact that this device runs linux instead of FreeBSD. Ok, enough rambling, here is how I installed funplug-0.3 on the DNS-323.&lt;br /&gt;&lt;br /&gt;Download funplug-0.3.tar.gz from hxxp://www.inreto.de/dns323/fun-plug/0.3/&lt;br /&gt;&lt;br /&gt;Extract the two files "fun_plug" and "fun_plug.tar" using WinZip onto Volume_1 of the NAS.&lt;br /&gt;&lt;br /&gt;I then modified the "fun_plug" file using SCiTE4AutoIt3 by adding an extra space character on line 2. Changed the file format to UNIX (LF) type and saved the file.&lt;br /&gt;I then removed the extra space character from line 2 and re-saved the "fun_plug" file.&lt;br /&gt;&lt;br /&gt;Reboot.&lt;br /&gt;&lt;br /&gt;What happens next is the fun_plug script extracts the fun_plug.tar file into its necessary folder and then launches the telnet daemon.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://www.CrazyOutdoorSports.com"&gt;www.CrazyOutdoorSports.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-8766074181644128860?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/8766074181644128860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=8766074181644128860' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8766074181644128860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8766074181644128860'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/installing-funplug-03-on-d-link-dns-323.html' title='Installing funplug-0.3 on the D-Link DNS-323'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-8382061142458304613</id><published>2007-08-05T16:33:00.000-07:00</published><updated>2007-08-05T20:03:46.997-07:00</updated><title type='text'>Installing a Proof of Concept fun_plug on the D-Link DNS-323</title><content type='html'>So you want to dive into the inner workings of your new D-Link DNS-323 by installing the fun_plug. Well ok, here's how. Be careful though because if you screw up here, you might not have a bootable NAS anymore.&lt;br /&gt;&lt;br /&gt;Make sure you have a current version of the firmware installed (currently 1.03).&lt;br /&gt;&lt;br /&gt;Download a copy of either UltraEdit or SciTE4AutoIt3. You have to be sure that you save your file in UNIX (LF) file format.&lt;br /&gt;&lt;br /&gt;Open a new file and paste this code.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;#&lt;br /&gt;# Proof of Concept fun_plug&lt;br /&gt;#&lt;br /&gt;dmesg &gt; /mnt/HD_a2/dmesg.out&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Save this code as "fun_plug" (without quotes and no extention) in c:\ in UNIX (LF) format.&lt;br /&gt;&lt;br /&gt;Enable FTP server on the NAS. You may need to create a FTP user account with read/write permission on Volume_1.&lt;br /&gt;&lt;br /&gt;Open a Windows cmd window.&lt;br /&gt;&lt;br /&gt;Type: ftp 192.168.0.32         or the ip address of your NAS.&lt;br /&gt;login with your FTP username and password.&lt;br /&gt;&lt;br /&gt;Make sure you are in the root directory.&lt;br /&gt;Type: cd /&lt;br /&gt;&lt;br /&gt;Change directories on the local system too&lt;br /&gt;Type: lcd c:\&lt;br /&gt;&lt;br /&gt;Uploads the fun_plug&lt;br /&gt;Type: put fun_plug&lt;br /&gt;&lt;br /&gt;Set permissions on fun_plug to 777&lt;br /&gt;Type: chmod 777 fun_plug&lt;br /&gt;or&lt;br /&gt;Type: quote site chmod 777 fun_plug&lt;br /&gt;if the first one didn't work.&lt;br /&gt;&lt;br /&gt;Next instruct the NAS to reboot.&lt;br /&gt;After the system has rebooted, browse to the Volume_1 share with Windows Explorer.&lt;br /&gt;You will see a file named "dmesg.out".&lt;br /&gt;Congratulations, you have just modified your NAS to be able to perform all kinds of linux tasks.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://www.CrazyOutdoorSports.com"&gt;www.CrazyOutdoorSports.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-8382061142458304613?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/8382061142458304613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=8382061142458304613' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8382061142458304613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/8382061142458304613'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/installing-funplug-on-d-link-dns-323.html' title='Installing a Proof of Concept fun_plug on the D-Link DNS-323'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-3419421578050750718</id><published>2007-08-04T12:55:00.000-07:00</published><updated>2007-08-04T13:00:09.684-07:00</updated><title type='text'>D-Link DNS-323</title><content type='html'>I just got a new D-Link DNS-323 Network Attached Storage device. This thing is cool. I slapped a couple 500GB samsung SATA 3.0gb drives in it and setup a mirror. Internal temperature has been running at 118F. With samba built in for windows access, FTP server, iTunes server, DHCP server, etc, I am so far happy with this product.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://www.CrazyOutdoorSports.com"&gt;www.CrazyOutdoorSports.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-3419421578050750718?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/3419421578050750718/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=3419421578050750718' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/3419421578050750718'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/3419421578050750718'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/d-link-dns-323.html' title='D-Link DNS-323'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-2218350421972451638.post-9002903738314697460</id><published>2007-08-04T12:41:00.000-07:00</published><updated>2009-01-14T08:31:36.191-08:00</updated><title type='text'>FreeBSD tar ftp script</title><content type='html'>Simple script I used to backup files on a FreeBSD server to an ftp site.&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;#!/usr/local/bin/bash&lt;br /&gt;&lt;br /&gt;rm -r /usr/backup/*&lt;br /&gt;&lt;br /&gt;tar zcvf /usr/backup/apache_conf.tar.gz /usr/local/apache2/conf/*&lt;br /&gt;tar zcvf /usr/backup/apache_logs.tar.gz /usr/local/apache2/logs/*&lt;br /&gt;tar zcvf /usr/backup/www.tar.gz /usr/local/www/*&lt;br /&gt;&lt;br /&gt;ftp -n -v 1.2.3.4 &lt;&lt; EoF&lt;br /&gt;user username password&lt;br /&gt;lcd /usr/backup&lt;br /&gt;bin&lt;br /&gt;prompt&lt;br /&gt;mput *&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;---------------------------------&lt;br /&gt;&lt;a href="http://clickherenow1.spaces.live.com/?_c11_BlogPart_BlogPart=summary&amp;_c=BlogPart"&gt;www.wildmpg.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2218350421972451638-9002903738314697460?l=techblog357.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techblog357.blogspot.com/feeds/9002903738314697460/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=2218350421972451638&amp;postID=9002903738314697460' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/9002903738314697460'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/2218350421972451638/posts/default/9002903738314697460'/><link rel='alternate' type='text/html' href='http://techblog357.blogspot.com/2007/08/freebsd-tar-ftp-script.html' title='FreeBSD tar ftp script'/><author><name>techblog357</name><uri>http://www.blogger.com/profile/05836138978324920713</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
