xCrypt.org


Lebensmotto

Mein Lebensmotto: Das Versuchen ist der erste Schritt zum Versagen! Es ist eine abgewandelte Version von Homer Simpson’s “Lass das Marge, das Versuchen ist der erste Schritt zum Versagen!”

more...

Tags: Simpsons

Bitcoins

Bitcoins are an interesting way to pay via the internet. <embed src=“http://www.youtube.com/v/Um63OQz3bjo&rel=0&hl=en_US&feature=player_embedded&version=3” type=“application/x-shockwave-flash” allowfullscreen=“true” allowScriptAcc…

more...

Tags: bitcoin

Install Debian from USB-Stick

If you need to install Debian from an USB-Stick just copy it to the stick with dd. $ sudo dd if=Downloads/debian-6.0.3-amd64-CD-1.iso of=/dev/sdc There is no need to use tools like UNetbootin:http://unetbootin.sourceforge.net/.

more...

Tags: linux

Fixing invalid multibyte char (US-ASCII)

If you ever get some error like this in your Rails project invalid multibyte char (US-ASCII) Then you have probably added a sign like äßüéç to your project. This might be in the templates or anywhere else in the code. To fix this error just add this string to the top of all your files: # -*- encoding : utf-8 -*- In a large project this might be a real pain. But there is a faster solution. magic_encoding This l…

more...

Tags: rails

Welcome to my new blog

After several attempts to start a Blog using a lot of different open source blogging-engines, this time I decided to create my own software – that exactly fits my needs. Thus, I recently started to learn Ruby on Rails this blog is written in ROR. I hope to improve this very plain example blogging app over time to a full grown blogging engine with all things you might expect from it. So lets get started: puts "Hello new blog!" A little bit of the…

more...

Tags: personal