My RubyMine (and it seems like many other Java GUI applications) crashes the Compiz window decorator almost every time on...

makandra dev

This card explains how to upgrade an existing RubyMine installation to a newer version. If you're installing RubyMine for...

chrisjean.com

In older Ubuntu releases you could ALT+drag any panel bar to another position and/or monitor. In Ubuntu 11.04 Natty...

superuser.com

Ubuntu natty introduced new "invisible" scrollbars for GTK programs such as gEdit or Nautilus. If you do not like them...

askubuntu.com

When using gnome-open (i.e. double-clicking a file, telling to browser to open a download, etc.) on Ubuntu you...

My front audio output would not work even though the front mic input did fine. The Pulse Audio mixer (= Ubuntu...

This will install a printer called "PDF": sudo apt-get install cups-pdf Files will be put into ~/PDF/ without...

You probably already manage servers you often connect to inside the ~/.ssh/config file. What is nice: you may define alias...

howtogeek.com

One of the more controversial changes in the Ubuntu 10.04 beta is the Mac OS-inspired change to have window...

Today I needed to execute a ruby gem executable with sudo. But, surprisingly, bash would tell me command not found...

makandra dev

When you simply want to get to know Puppet, follow puppetlabs’ Learning Puppet Docs. They give you a handy introduction...

Install Ubuntu Server Download an image from this site Select File > New… to and follow the instructions, choose the .iso...

After a new system installation, Ubuntu One starts automatically and seems to try to sync your complete home directory. This...

makandra dev

When installing RMagick you may get an error messages like this: Version 2.13.1: checking for Ruby version >= 1.8.5... yes

makandra dev

The Ubuntu Documentation on LaTeX says, that the packages tetex are no longer supported. You can install the alternative texlive...

Note that you cannot currently use Ruby 1.9.2 with Rails 2 applications that use RSpec, so don't upgrade if...

devstructure.com

blueprint is DevStructure’s workhorse tool that looks inside popular package managers, finds changes you made to configuration files, and...

Install OpenSSH Server: sudo apt-get install openssh-server To check if the server is running you should get no...

en.wikipedia.org

Although you can access many symbols using the AltGr key you may be missing some, like the en-dash (–) or...

makandra dev
wiki.debian.org

This note is a reminder that there is something called AppArmor that could cause weird errors ("File not found", "Can...

To open a terminal quickly navigate to System → Preferences → Keyboard Shortcuts. There, click the "Run a terminal" row (It should...

When you need to bulk rename files you can not call "mv *.foo *.bar" to change the extension of all...

cyberciti.biz

To list the name and version of your Linux distribution, type the following: cat /etc/*-release

If you're on Ubuntu: sudo apt-get install ruby-dev On other platforms: Look for a package containing ruby...