Malicious enjoyment derived from observing someone else’s misfortune
 

Tag Archives: solution

Fixing .Xdefaults in Ubuntu

I have been having a problem getting .Xdefaults to be loaded in X. This is a major issue for me since I like my fonts to be a certain size in aterm, but I don’t want to hack up my runline in fluxbox to reflect all the custom settings. Therefore, I have all my settings defined in the .Xdefaults file. So, tonight, after I upgraded to Edgy Eft, I decided that this needed to be fixed. After a quick google [...]

Make irb Do Tab Completion

I was missing readline. The sadness. Thanks to these guys, i fixed it. Here’s how to do it on FC5: sudo yum install ncurses-devel readline-devel cd ruby-1.8.4/ext/readline ruby extconf.rb make sudo make install

First Post, What to say

Well, I finally got this damn blog working thanks to bish0p. Turns out that you have to change the shebang line from #!/usr/bin/env ruby to #!/usr/local/bin/ruby Ahh typo is nice. Other crap I learned today: Problems with typo themes generating application errors can be solved by changing this line in layouts/default.rhtml <%= render_component(:controller => ‘sidebars/sidebar’, :action => ‘display_plugins’) %> To this: <%= render_sidebar %> Thanks to This dude. I generated a new GPG keypair today (Public Key). Get it like [...]