Blogs
ssh Without a Password
Submitted by Kevin Kleinfelter on Mon, 2009-06-08 19:22.Here's how to set up password-free ssh. Work out any problems with passworded ssh before proceeding.
- On the client machine, run "ssh-keygen -t rsa" (Note: Only do this if you don't have ssh without password connecting from this client to ANYWHERE.)
- Copy your id_rsa.pub (or your identity.pub, or whatever you've named your public key) to the server as ~/.ssh/authorized_keys. If you already have an authorized_keys, append your id_rsa.pub to that file.
- On the server:
Add a new contact in Q
Submitted by Kevin Kleinfelter on Mon, 2009-05-11 12:53.For some reason, we use proprietary instant messaging software at work. Sometimes it isn't obvious how to add a new contact.
- From the menu, select Tools/User Search
- Search for the desired user
- Drag-and-drop from the search result onto My Contacts
Hide Dock Icon In Mac OS X 10.5
Submitted by Kevin Kleinfelter on Sat, 2009-05-09 20:04.Inside the .app's Info.plist set: <KEY>NSUIElement</KEY> <STRING>0</STRING>
Using the Todoist API
Submitted by Kevin Kleinfelter on Sun, 2009-04-26 22:21.If you are trying to use the Todoist (www.todoist.com) API
Task and To-do Applications and Techniques Revisited
Submitted by Kevin Kleinfelter on Sun, 2009-04-26 14:56.I'm revisiting the the topic of my to-do list. Some things that are important to me for a task list:
Rails requires RubyGems Error Message Solved
Submitted by Kevin Kleinfelter on Sat, 2009-04-25 18:41.When running script/server, I was getting the error message
Rails requires RubyGems >= . Please install RubyGems and try again: http://rubygems.rubyforge.org
- Ruby Enterprise Edition in /opt/ruby-enterprise/bin
- Ubuntu's default ruby
apt-get remove rubyfixed the problem
Silence the PC Speaker in VMware Guests
Submitted by Kevin Kleinfelter on Fri, 2009-04-24 01:52.Ubuntu has a habit of beeping the virtual PC's speaker. To silence it, add the following line to your VMX file on the host:
mks.noBeep = "TRUE"
Note: Make sure you get ordinary quote marks around the TRUE, and not typographic quotes.
If that doesn't work, in Ubuntu:
- vi /etc/modprobe.d/blacklist.conf and add "blacklist pcspkr"
Rails on Windows April 2009
Submitted by Kevin Kleinfelter on Sun, 2009-04-12 22:07.(Much content based on http://www.netbeans.org/kb/docs/ruby/rapid-ruby-weblog.html)
Some Web Servers Drop Guest Connections (e.g. Twitter)
Submitted by Kevin Kleinfelter on Fri, 2009-03-20 23:06.Some web sites drop connections from the guest, without returning anything (even headers). This happens with twitter.com when run from
* VMWare Fusion 2.0.2 on an OS X 10.5.5 host, with bridged networking, from a Windows XP SP3 guest
* VMWare Player 2.0.5 on a Windows XP SP3 host, with NAT networking, from a Windows XP SP3 guest
This behavior is independent of the tool I use to send the request to the server:
Senator Charles (Hari Kari) Grassley
Submitted by Kevin Kleinfelter on Thu, 2009-03-19 00:54.Sen. Charles Grassley (R. Iowa) has said that he thinks AIG execs shouldn't be taking bonuses, and would prefer that they resign or kill themselves.
The interesting thing is, that awhile back, under the guise of "deregulation," the House and the Senate and the President... All worked together to pass legislation that made it possible for AIG to begin dealing in credit default swaps, via the Commodity Future Modernization Act of 2000.
