Add deprecation warnings and their solution or link to available solutions. Global access to Rake DSL methods is deprecated. Please...
Install OpenSSH Server: sudo apt-get install openssh-server To check if the server is running you should get no...
An overview of common vim commands, including: windows buffers undo/redo navigation bookmarks selection/whitespace clipboard shortcuts search/replace programming external filters
You will occasionally need to clean out your database while keeping the schema intact, e.g. when someone inserted data in...
After updating your RubyGems, you will probably not be able to run Capistrano any more, but receive an error similar...
My T410 has a NVIDIA graphics card (NVS 3100M). My BIOS configuration looks like this: NVIDIA Optimus is disabled in...
Although you can access many symbols using the AltGr key you may be missing some, like the en-dash (–) or...
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...
Have a backup. Stop MySQL: sudo service mysql stop Move (or copy) your mysql directory. If you want /mnt/mysql to...
Using OpenSSL it's very easy to seriously encrypt files. Use the script below. Input / Output are self explanatory. Put...
When you delete a file with rm it's still possible to recover the file or parts of it. Use...
Sometimes you want to run a command forever, e.g. to compile a haml to html file on the console. Use...
When you need to bulk rename files you can not call "mv *.foo *.bar" to change the extension of all...
Note that this sounds good but is not good at all when hooking tasks on cap deploy (see this article...
If you run specs or your application and get an error like: ActionController::MissingFile in 'ProductsController#show, should render PDF...
To list the name and version of your Linux distribution, type the following: cat /etc/*-release
The idea is this: you take a job that you'd rather not do manually, and describe it to babushka...
It's that simple to allow one of your Linux users to run a single command as UID 0:
If you're on Ubuntu: sudo apt-get install ruby-dev On other platforms: Look for a package containing ruby...
Call geordi clean from a project root to remove unused and unnecessary files inside it. This script is part of...
This card explains how to install RubyMine for the first time. If you want to upgrade an existing RubyMine installation...
Because Nokogiri needs to be compiled and dynamically linked against both libxml2 and libxslt, it has gained a reputation for...
Have you guys ever done the math on that? You asked or allowed for 24000 interruptions from literally every human...