Home » Archive by category "Uncategorized"

Our Rings

I have gotten several e-mail asking about the rings.  We gave each other engagement rings so here is the picture of them.

Mine is

Made from high grade tungsten carbide, a material much harder than platinum or gold. The ring has a hardness close to a diamond and is almost impossible to scratch.

Hers is

Pear Shape Vintage Antique Engagement Ring.   All diamonds are set in solid 14k white gold with pear shape diamond and diamonds in the band.

Jessica Will You Marry Me

Jess, I wanted to do this publicly, and I figured doing it here was great start.  I hope you know how much I love you and how much you mean to me. I love you more then I can describe within the limits of this tiny little story. We’ve been together for many years now, and I’ve known for most of that time that I wanted to spend my life with you.

Will You Marry Me???

Oracle Zero Day Vulnerability Still Not Patched

Oracle Zero Day Vulnerability Still Not Patched after April’s patch release with had 88 patches.  The vulnerability allows an attacker to perform a man in the middle attack and capture information exchanged between clients and databases.  The vulnerability was reported in 2008 and has believed to been around since 1999 when the TNS Listener feature was added to Oracles product line.  Oracle has workarounds for the zero-day flaw which was found in there database server products.  Oracle has gone as far to release a security alert:

Oracle Security Alert for CVE-2012-1675

http://www.oracle.com/technetwork/topics/security/alert-cve-2012-1675-1608180.html

The vulnerability is in the TNS listener which has been recently disclosed as “TNS Listener Poison Attack” affecting the Oracle Database Server.  The products affected are Oracle Database 11g Release 2, versions 11.2.0.2, 11.2.0.3, Oracle Database 11g Release 1, version 11.1.0.7, Oracle Database 10g Release 2, versions 10.2.0.3, 10.2.0.4, 10.2.0.5, Fusion Middleware, Enterprise Manager and E-Business Suite.  Oracle has released work arounds which can be found at My Oracle Support Note 1340831.1 and My Oracle Support Note 1453883.1.

WMI Troubleshooting

This is a great article on troubleshooting WMI or WMI Troubleshooting issues related to SCCM 2007.

http://blogs.technet.com/b/configmgrteam/archive/2009/05/08/wmi-troubleshooting-tips.aspx

Setup VirtualBox with Fedora 12

To Setup Virtual Box with Fedora 12. This little tweek is needed

1. su to root

2. Then run the following command

yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel

3. After that is installed successfully run the next command

/etc/init.d/vboxdrv setup

Setup Ubuntu VSFTPD Server

First Install VSFTPD Server - sudo apt-get install vsftpd

Then Enter VI or Nano to make changes

sudo vi /etc/vsftpd.conf or sudo nano /etc/vsftpd.conf 

Allow local login capability - local_enable=YES

Use this option to give users access to upload – write_enable=YES

Use this option to give local users access via home drive – chroot_local_user=YES

Restarts Services everything should be working – sudo /etc/init.d/vsftpd restart
(use the X in Vi to remove the # sign to initialize these commands)

This site is protected by Comment SPAM Wiper.