December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
| Aromatherapy 44 | [RSS] |
| Bullshit 50 | [RSS] |
| Day to Day 167 | [RSS] |
| Geocaches 4 | [RSS] |
| Projects 11 | [RSS] |
| Software 120 | [RSS] |
| Squirrel Thursday 31 | [RSS] |
| Technology 95 | [RSS] |
BLOGS & Friends Pages
Work From Home Smart
Honest Tunes Radio
Mad Geek!!!
Damn Interesting
hecker’s blizzog
EINSTEIN@HOME FreeBSD
Team FreeBSD HOME
Team FreeBSD Stat Page
Join Team FreeBSD
Interesting Web Sites
IPac - Culture & Technology
Cache-A-Maniacs
One Dollar BLOGS
Nature's Gift
Clientcopia
Links Visited Daily
Worse Than Failure
Forever Geek
Neatorama
Engadget
Boing Boing
Gizmodo
Hack a Day
My Content and Media
Myside's Geocaching Stats
My Shared RSS Snippets
A Picture of Me
My last.fm Home
Geeky, Funny, Strange
Wish List
Casio Wave Ceptor Watch
Nokia N800 Internet Tablet
If I am on-line and you want to chat in real time, or if I am off-line and you want to leave a message with my local IM program, allow pop-ups, then :::
If I had a "why did'nt I think of that" section, this solar powered tent would make the list.
I would usually imagine that a relatively new product like this would
cost a pocket full of money, but I am suprised to see such a cool new technology on the cheap.
I often imagined having an easy on off light switch in my tent, and now it looks like my dream has come true. This tent has a module with built in solar cells that charge your night time LED lights. It also has a built in night detector that turns the lights on automatically (to deter burglars).
Get this, yo: the solar panels can ALSO charge your battery powered gadgets. Hell has truely frozen over.. next we will see a shit hole module!
[gizmodo]
[Day to Day]
I spent a few hours yesterday hiking the trails at the Owen conservation park. My roomate spent a couple of those hours picking mustard weed, while I explored the area stopping a couple times at a short path which
leeds to a small community park.
It was a beautiful day, but it was just hot enough to work up a little sweat. I like that though.
I called a couple friends and then decided to take a short nap under some shade. I needed to get outside with some fresh air. This is definintely a park I want to visit again.
[Day to Day]
A friend called me and told me how the corporation he works for is considering distributing a compilation of knoppix for data recovery.
He asked me, in the sense of the applications provided in the distribution, which licenses allows this; when I replied with a half ass "there are so many licenses for applications, I don't know".
This is a really curious question. He mentioned Red Hat which contains non-free applications that could not be re-distributed easily, in any sense - so that was out of the question. Then I started thinking that not only Red Hat, but Suse, Ubuntu, Caldera (ick) - so many cumulative releases of various distributions (same operating system), with various applications, have restrictive licenses which prevent, the company, from using it in this manner.
In what direction would someone head towards when using supposedly free and open source software, with restrictive licenses (which are considered open source), in a situation such as this - corporate data recovery.
When developers have the, "least restrictive" license in mind, what is the actual legality in using it in such a way when there are so many stipulations?
My question to whomever reads this, for my own curiosity, and the ability to help my friend, what is the least restrictive way in using supposedly open licensed software in a situation such as this?
My trusty Raq served its purpose well as an SMTP gateway. Like all things, it was time to move on. My choice in installing NetBSD was wise, but my new motivation to turn the machine into a "home away from home" gateway, so to speak, forced me to look into other operating systems. With NetBSD I was forced to use the pkgsrc repository and compile packages from source, since binaries for a mipsel system are not a popular item to come by. Debian Linux was the obvious choice providing pre-compiled and easily installable applications. However, my search for installation documentation turned up inaccurate resources. Now that I have the system running smoothly, I will attempt to describe my process in installing a headless Debian Linux installation.
The items you will need for the installation:
The first thing you will want to do is install the NFS and DHCP server. I used the user space NFS server and the ISC DHCP Debian server. Along with the server applications, I used minicom and tcpdump.
Using apt-get, I issued the following four commands to install the software and all its dependencies:
#apt-get install nfs-user-server
#apt-get install dhcp3-server
#apt-get install minicom
#apt-get install tcpdump
The DHCP server will attempt to start, then fail. This is OK since you have not configured your network.
Now that you have all the server side software installed - that is required for the installation, we can start to configure the DHCP server which will provide the Raq an IP address along with information such as the server IP in which it should attempt to install from.
---
There is two pre-requisites before we continue:
- The MAC address from your Cobalt Raq
- The IP address of your host
The HOST IP ADDRESS: In order to find your network IP address assigned to your interface: issue this command #ifconfig The output will list your hardware and loopback addresses. You will want to take notice to the information following eth0 or eth1. The four octet IPv4 address on my computer is 192.168.1.2 with a netmask of 255.255.255.0 The netmask is used to define my subnet.
The MAC Address: In order to find this pesky information which was blatantly missing from the back carriage of my Raq, I issued the following command #tcpdump -e -i eth0
Now boot up your Raq while holding down, the left and right arrow keys on the front panel until you see "Net Booting" on the LCD readout.
On your host, you should be looking for a line similar too:
00:10:e0:00:1A:22 Broadcast IP 406: 0.0.0.0.bootpc > 255.255.255.255.bootps: xid:0x61e38099 secs:5 file ""[|bootp]
The six octets separated with colons is your MAC address (00:10:e0:00:1A:22). Write this down!
---
I used a class C subnet (if you don't know what this means, this documentation might look like gibberish), but any network address that will stay within your LAN will suffice.
My configuration file for the DHCP server was located here: /etc/dhcp3/dhcpd.conf Open this file with your trusty editor of preference.
By the first look, it looks like a unnecessarily complicated configuration file. At least it did for me, only because it was cluttered with commented examples. There are a few un-commented options; leave these alone, as they are necessary.
Now that we know our IP address and the MAC address of the Raq, we can start adding these values to the file. Here is the content of my dhcpd.conf file:
ddns-update-style none;
option domain-name "home.org";
option domain-name-servers 192.168.1.1, 192.168.0.1;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet 192.168.1.0 netmask 255.255.255.0
{
host cobalt {
hardware ethernet 00:10:e0:00:1a:21;
fixed-address 192.168.1.67;
server-name "192.168.1.2";
next-server 192.168.1.2;
option root-path "/nfsroot";
filename "default.colo";
option host-name "cobalt";
}
}
If your DNS servers are dynamic, you might want to look at the ddns-update-style variable. No change is required, since you have the option of defining your DNS information at the point when the Debian installer asks for it.
The domain-name-servers option is just that, optional since the Debian installation will ask for this at the appropriate time. It makes it easier however, since we can keep our network information as-is without going into the Debian Network Configuration Dialog (unless you need to define static network information).
The domain name is optional at this point also, unless you need to resolve the cobalt host by means of DNS, in which case you probably know this configuration file better than myself, and you can move on...
You can safely leave the lease time information as is, since the installation should finish before your IP needs to be renewed - and even if it did need to be renewed, it would obtain the same IP configuration as it previously had.
The log-facility variable is used to direct messages to your syslog service. Again, with the apt-get installation on Ubuntu, I did not have to change this declaration.
Lets first take a look at my network declarations. We are defining a class C network with the subnet netmask 255.255.255.0. Anything inside these brackets of the declaration will be issued or responded to the relevant broadcast requests on that network segment. My LAN falls into this category so DHCPD will use the corresponding network interface assigned to this subnet to push, listen or pull requests.
Since we don't want to answer broadcast requests outside this network, OR requests from hosts with a MAC address other than which we are going to assign, we can be inclusion-ary to the Raq by means of its hardware.
With the MAC address you obtained using tcpdump, replace the hardware ethernet variable to that which you obtained.
The fixed-address defines the IP address you want to assign to the Raq. I suggest setting this to an IP outside the network scope of your primary DHCP server.
The server-name variable tells the Raq to boot and mount your Debian kernel from your host IP. My host IP is 192.168.1.2, so I set it accordingly. This is the same IP we used #ifconfig to obtain.
The root-path sets another scope to the accessibility of the NFS networked server. I am a little iffy on exactly what this does... note to self: web search dude, it's witches in a witches cave, some crazy shit yo! OK, I shouldn't't be able to pass over this too easily.
The filename contains lease related information.
The option host-name, is again, optional.
---
Now we move on... In order for the Raq to boot from your host (bootp), we need to export an NFS share containing the appropriate kernel images and installation scripts.
Move into your $HOME directory and issue the command:
#wget http://ftp.debian.org/debian/dists/stable/main/installer-mipsel/
current/images/cobalt/nfsroot.tar.gz
This will obtain the files needed to boot your Raq.
Your Raq will want to look to the root directory for /nfsroot Therefore issue the commands:
#cd /
#tar -xzvf ~/nfsroot.tar.gz
You could copy these files to another non-root directory and define your root in your exports file, but this just saves a couple steps.
With your favorite editor, which is of course pico or nano (vi BLAH), open /etc/exports Here is the content of my exports file:
/nfsroot 192.168.1.0/255.255.255.0(ro)
On a non ext2/3 partition, depending on an alternative platform, such as FreeBSD, make sure the permissions of the export and the UID of the mountd/NFS server adheres to the rules of file system access. Woofta - make sure the directory exported is readable by the outside Raq. I learned the hard way that the file system in question changes the entire view of the world. :)
---
Next, punch a whole in your firewall allowing NFS and DHCPD to communicate with the Raq. If you are behind NAT, on a small network, and feel comfortable, drop your firewall completely. Filtering network services has always given me a headache.
---
Re-start your NFS and DHCP server using the following two commands:
/etc/init.d/nfs-user-server restart
/etc/init.d/dhcp3-server restart
---
Use your trusty, and hopefully sturdy (not too cheap) serial cable and connect both ends. That was really not necessary. Fire up minicom, and use these settings: 115200 8N1 Note: My serial device is /dev/ttyS0 I know, when you were a kid, you had to walk 10 miles both ways, and I could C U Angry. Don't be a bitch!
All installation dialogs, progress notifications, and prompts for information such as what packages you want to install, will be communicated through this serial connection.
---
At this point, you should be able to fire up your Raq, holding down the left and right keys for a network boot. If all is good in your world, you will be present with a menu. Scroll down to "Network (NFS)" and hit the "E" key, enter.
I suggest disconnecting your cable to the Internet when booting the system. A lot of confusion can occur if you have two DHCP servers. Basically, it is whomever answers first, and if you don't notice that the Raq's IP was granted by a secondary DHCP server, it can cause a lot of frustration. As soon as you see the menu however, you can re-connect to your Internet gateway.
You should now be looking at your minicom terminal, and the rest of the installation is easy sailing from here. Good luck!
A conference in Japan came to a sudden halt with spectacular balls of flame. Do you own a Dell? Are you able to have children?
I may be a sissy, but I would be out the door and two blocks away...

And with the consecutive explosions, I would be trading in my ticket for some eel sushi, a little wassabi, and rice wine...

Between rent and credit card bills I rarely get the chance to purchase new essential oils. However, when I noticed this deal, I knew right away I had to give it a try - Helichrysum (copper free).
I still had a few drops left from the batch I ordered about six months ago, and this is one oil I do not want to run out of, so I grabbed a bottle of the batch right away. Helichrysum is the king (or queen) of essential oils. The uses are numerous. I decided on the 10% dilution in fractioned coconut oil.
Absolutly incredible! I have black rings under my eyes, and they cleared up within a few days of applying the oil. Thanks!
[Aromatherapy]
Once in a while a man has to take a break from his peanut butter, even if for just one day. Yes, I know, the fried PB sandwich is a hard one to let go of.
Being the poor man that I am, I contemplated what I could make as a
tasty snack with the few staples of food I have available at this moment. Thinking long and hard, and with that, coming up with some unusual and rather gross inspirational snacks, I fell upon a no brain-er.
What did I have in my cuberts you may ask? Potatoes, oil, and salt! Wala! Potato chips!
Slicing ever so carefully, with my mouth watering and my excitement blaring, I carved out the perfect potato chips.
My first stop along this journey was to soak the cut potatoes in ice water for an hour. Gearing up for the gut busting experience of deep frying, which at first is a healthy vegetable, I heated the oil to roughly 350 degrees.
With shades of perfectly cut, curiously circular potato pieces floating through my head, I dropped each unique, rounded potato piece into the frying pan, one by one.
My Internet searches all announced to me to remove the pieces once they have turned into a beautiful deep brown, fatty - in all its characteristics, nuggets of nourishment. I was not a fool though. I quickly realized you should remove the wedges on its slightest hint of
turning brown. Once the pieces set to cool, you really start to notice how well done they have become. If you leave them in the oil until they turn to the coloration you prefer, they become overcooked and taste like char.
Mmmmm, they are good. This truly is a poor man's potato chip. You can't beat the price for a couple pounds of potatoes, cooking oil, and salt compared to a five dollar supermarket bag of sludge. Bon-apa-tique (how the hell do you spell THAT)!
Note to self: DO NOT STORE IN FRIDGE
I feel somewhat dis-owned being placed in a classification of a human relations psychologist: "A maladjusted person is a person who has not made himself known to another human being and thus, does not know or understand himself," says psychologist Sidney Jourard
The quote was taken from the BLOG entitled "Wit and Spit". It was a summer requirement for her journalism studies - human relations.
My problem - I think, is that I understand myself, to its understandable extent, but I am held back by boobs like this guy whom tries to teach intro to psych students that a person much like myself (shy but still willing to interact), should be labeled as maladjusted. This is because of a lack of interest in a peer - thus setting in conceptions of status, such that I am maladjusted and you are all that is mighty. This is where the problems in society becomes apparent and at the same time allowing us to radiate (evident) human nature. This is also called empowerment. No need to argue with that. YOU ARE THE MAN!
I have a feeling this often trains the hormonal chemical reactions in such peers and gives them a preempt perception that I am 'the shy guy: maladjusted and thus does not understand himself'. LOL
[Day to Day]