Legacy docs for Font Awesome 3.2.1

Posted Over 10 years ago by Henning Koch.
fontawesome.io

Font Awesome 4 has renamed all icons. What the fuck. Check the attached link for an icon list for the...

Installation of therubyracer fails with "undefined method `include_path'"

Posted Over 10 years ago by Thomas Eisenbarth.

Today I ran into trouble installing therubyracer on Ruby 1.8. The installation failed with *** extconf.rb failed *** Could not create Makefile...

Installing multiple MySQL versions on the same Linux with mysql-sandbox

Posted Over 10 years ago by Henning Koch.

Ubuntu has a package mysql-sandbox that lets you install multiple MySQL versions into your user home: Install mysql-sandbox...

redshift

Posted Over 10 years ago.

For all late night coders: The program "redshift" changes your monitors' white balance according to your position on the planet...

Git & Mac: Working with Unicode filenames

Posted Over 10 years ago by Dominik Schöler.
stackoverflow.com

I had some problems with Git and the file spec/fixtures/ČeskýÁČĎÉĚÍŇÓŘŠŤÚŮÝŽáčďéěíňóřšťúůýž. After pulling the latest commits, it would show that...

Bash: How to generate a random number within given boundaries

Posted Almost 11 years ago by Arne Hartherz.
tldp.org

$RANDOM on bash returns a random integer between 0 and 32767. echo $RANDOM 9816 echo $RANDOM 30922

Ubuntu: Restart sound services

Posted Almost 11 years ago by Thomas Eisenbarth.

Sometimes sound breaks for me and speaker output is completely broken. This helped: pulseaudio -k && sudo alsa force-reload

How to remap keys in Ubuntu

Posted Almost 11 years ago by Arne Hartherz.
askubuntu.com

Good article that tells you how to change behavior of certain keys via xmodmap (with the help of exv if...

Howto: Create a self-signed certificate

Posted About 11 years ago by Dominik Schöler.

Option 1: Creating a self-signed certificate with the openssl binary As igalic commented on this gist. openssl req -new...

How to rotate log files explicitly

Posted About 11 years ago by Arne Hartherz.
stackoverflow.com

Usually, the logrotate service takes care of renaming log files each night or so to avoid logs becoming huge. That...

How to fix: Microphone recording levels are too quiet (or get lowered automatically)

Posted About 11 years ago by Arne Hartherz.

If others on a call (Skype, SIP, ...) can not hear you loud enough, your volume levels are probably too low...

Zeus promises to make rails development faster

Posted Over 11 years ago by Dominik Schöler.
progfu.com

I am talking about development speed. When your application starts growing and you start adding gems, it starts to take...

How to not leave trailing whitespace (using your editor or Git)

Posted Over 11 years ago by Arne Hartherz.

There is no reason to leave trailing whitespace characters in your project's files, so don't add any.

Reset mysql root password

Posted Over 11 years ago by Florian Heinle.

This article describes how to reset MySQL's or MariaDB's root password on your workstation. It's meant for...

Be careful when using Unicode symbols for graphical elements

Posted Over 11 years ago by Henning Koch.

There are many fun Unicode characters like ▲ or ☯. You might be tempted to use them for graphical elements in lieu...

Disable the Java plugin in browsers to avoid drive-by attacks

Posted Over 11 years ago by Arne Hartherz.

Every now and then, Java is subject to security issues where code can break out of Java's sandbox and...

Update Skype 4.x to at least 4.0.0.8

Posted Almost 12 years ago by Arne Hartherz.
heartbeat.skype.com

There was a bug in Skype that could cause messages to be sent to incorrect recipients (anyone, not only people...

Get the initial username which you used to login to your Linux system

Posted Almost 12 years ago by Kim Klotz.

If you need the initial user which you used to login to your Linux system or the time when you...

Some useful Unicode chars

Posted Almost 12 years ago by Tobias Kraze.

Copy and paste at will, they're free! German quotation marks: „ “ (Ubuntu-Hotkey: AltGr+v and AltGr+b) English quotation...

GNOME3 Notifications For Skype ~ Web Upd8: Ubuntu / Linux blog

Posted Almost 12 years ago by Arne Hartherz.
webupd8.org

Also works on Gnome 2 Much prettier than Skype notifications Better visibility

LibreOffice won't embed most fonts into PDFs (with fix)

Posted Almost 12 years ago by Henning Koch.

LibreOffice Impress, Writer, etc. doesn't embed most fonts into the PDFs it generates. This means if you share a...

Skype 4.0 for Linux

Posted Almost 12 years ago by Henning Koch.
blogs.skype.com

Promises unified window for all chat conversations, better call quality. Upgrade seems to work fine. If you installed your old...

Linux: How to add a task bar to VNC displays

Posted Almost 12 years ago by Arne Hartherz.

If you are using VNC to run Selenium tests, it may be hard to see what's going on since...

How to find out Your Ubuntu / Debian Linux is 32 bit or 64 bit

Posted Almost 12 years ago by Henning Koch.
shibuvarkala.com

i686 means 32-bit.