Pumpkin Pie Cookies
(An adapted recipe)
- 1 c packed brown sugar
- 1 c granulated sugar
- 2 sticks unsalted butter (room temperature)
- 2 large eggs
- 3 cups flour
- 1 t baking powder
- 1 t baking soda
- 1.5 c pumpkin pie mix
- 1 cup oats
Mix all ingredients together. Drop 2″ balls 2″ apart on a cookie sheet and bake at 350 degrees for 15 minutes.
Linux Mint–VMware Guest
Setting up Linux Mint as a VMware guest OS is pretty simple. Right out of the box with VMware Server 2.0, some of the functionality usually attributed to the VMware Tools was in place (most notably the auto capture/release of the keyboard and mouse).
I’ve always been one to use the official VMware Tools (VMT) with my VMs, but newer Linux kernels have changes that don’t allow various drivers included with VMT to compile, so I decided to try the Open Virtual Machine Tools this time around.
There’s an easy way to get the OVMT: install the Ubuntu package: sudo apt-get install open-vm-tools open-vm-toolbox. This works fine, but the tools are likely to be out of date. At present they are about 7 months out of date.
Here’s what I had to do to get the latest version installed from source:
- Download the open-vm-tools package
- Install the necessary development libraries: sudo apt-get install xorg-dev liburiparser-dev libpng-dev libgtk2.0-dev libgtkmm-2.4-dev libproc-dev libdumbnet-dev libicu-dev
- Compile the tools: make
- Install the tools: sudo make install
- reboot (may be optional)
VMware Server still prompts me to install the VMware Tools, but I think everything is running as it should be.
Linux Mint–Initial Configuration
I’ve finally bitten the bullet and installed Linux natively on my laptop. This is something I’ve wanted to do for a very long time and I’m very glad to say that I have.
The first question to answer was that of distribution. There are so many out there, which one should I use? I’ve been a casual Linux user and system administrator for several distributions and my experiences there have led me to one conclusion: a Debian variant. RedHat is a decent distribution, but it uses RPM for packages and I’ve always felt that they’re a little clunky. I’ve experienced most of my package installation problems when dealing with RPMs.
Now that the Linux distribution family is chosen, which variant should I use? Debian is OK, but since it’s a little more difficult to use out of the box, I typically use it only for a server. Ubuntu has been my “go to” distribution since it’s based on Debian but is definitely designed for at least a techy, if not an end user. I recently heard about Linux Mint (an Ubuntu derivative) and how it supposedly takes Ubuntu to the next level with UI. Since I’ve had an Ubuntu installation on a VM at home for well over a year, I decided to go with Linux Mint. Read the rest of this entry »
A Poem Regarding Computer Spell Checkers
Barbecue Restaurants
Ohio
The Good
The Bad
The Unknown
- Montgomery Inn (Cincinnati) (recommended by Josh Winn)
- Bubbas (W of Cleveland) (recommended by Josh Winn)
- City Barbecue (Columbus) (recommended by Josh Winn)
- More of a “lunch” place
National
- *Famous Dave’s (national) (recommended by Dave Brown)
Batch Files
- Hidden gotcha: The command processor’s AutoRun setting
- HKEY_LOCAL_MACHINE\Software\Microsoft\Command Processor\AutoRun
- HKEY_CURRENT_USER\Software\Microsoft\Command Processor\AutoRun
Bread Twist-Tie Colors
- Monday = Blue
- Tuesday = Green
- Thursday = Red
- Friday = White
- Saturday = Yellow
So if today was Thursday, you would want red twist tie; not white which is Fridays (almost a week old)! The colors go alphabetically by color Blue- Green – Red – White – Yellow, Monday through Saturday. Very easy to remember. I thought this was interesting.
I looked in the grocery store and the bread wrappers DO have different twist ties, and even the ones with the plastic clips have different colors. You learn something new everyday! Enjoy fresh bread when you buy bread with the right color on the day you are shopping.
CentOS
Installing Virtual Machine Additions
# rpm -i http://mirror.centos.org/centos/5/updates/SRPMS/kernel-2.6.18-53.1.4.el5.src.rpm
Hacking
Disclaimer: The information on this page is for information purposes only. I have collected these links as part of my continuous learning on computer security.
- ← Previous
- 1
- 2
- 3
- …
- 6
- Next →