Skip to content

Instantly share code, notes, and snippets.

@olegueret
olegueret / km-0409.ini
Last active June 4, 2018 11:56
XRDP config language ES /etc/xrdp/km-0409.ini
[noshift]
Key8=65406:0
Key9=65307:27
Key10=49:49
Key11=50:50
Key12=51:51
Key13=52:52
Key14=53:53
Key15=54:54
Key16=55:55
@olegueret
olegueret / simpleform 1.3.0 hint exception
Created December 9, 2010 14:29
Rails error & full stack trace
NoMethodError in Zones#edit
Showing /home/oleguer/work/woicesguides/app/views/zones/_fields.html.erb where line #12 raised:
undefined method `to_sym' for nil:NilClass
Extracted source (around line #12):
9: <% end -%>
10:
require 'rubygems'
require 'filemagic'
fm = FileMagic.open(FileMagic::MAGIC_MIME_TYPE)
if fm
content_type = fm.file('/home/oleguer/musica/Portal - Still Alive.mp3')
fm.close
end