-
Archives
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- July 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 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
-
Meta
Monthly Archives: October 2008
Change your password in Fedora
To change your user account password within Fedora Linux, open a terminal window and enter “passwd” and follow the steps. [Me@fedora ~]$ passwdChanging password for user Me.Changing password for Me(current) UNIX password:New UNIX password:Retype new UNIX password:passwd: all authentication tokens … Continue reading
Posted in Linux HowTo
Leave a comment
Adding users to sudoers file
Run a terminal session with your “root” account and execute the following: echo ‘loginname ALL=(ALL) ALL’ >> /etc/sudoers Where ‘loginname’ is your user account.Use ‘ALL=(ALL) NOPASSWD:ALL’ if you don’t want to be prompted a password.If you are prompted for a … Continue reading
Posted in Linux HowTo
Leave a comment
Praise to Time Capsule
Last week, I dropped my MacBook in our living room. The net result? A failed hard drive. After a quick trip to Best Buy, I picked up a new drive and later that night had it plugged in. I suspect … Continue reading
Un-install MySQL from Mac OS X Leopard
This weekend, mucking around with Ruby on Rails and MySQL, I wanted to uninstall previous versions of MySQL that I had installed on my Mac. Quick Google search, and viola: sudo rm /usr/local/mysqlsudo rm -rf /usr/local/mysql*sudo rm -rf /Library/StartupItems/MySQLCOMsudo rm … Continue reading
Posted in Mac OS X, Software
Leave a comment
And you think your system handles a high transactional volume?
My buddies at work always start chuckling when we look at some performance stats on our middle tier system. We proudly proclaim how we are pushing 5 transactions / second with a quarter second response time on average. This is … Continue reading
Posted in Computers, Humor, WTF
Leave a comment