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

makandra dev
blogs.skype.com

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

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

This is one possibility to do this. There are other and maybe even better ways to do this.

TeamViewer 6 and lower had an issue where they would see a multi-monitor Linux setup as a single wall...

Sometimes you need to restart the Gnome panel, e.g. when you installed a new Gnome panel widget but the widget...

webupd8.org

SkypeTab-NG (NG stands for Next Generation) is a tool that adds tabs to Skype for Linux. Besides providing a...

github.com

When Rack::Bug has been added to your project and your Apache2/Passenger only replies with an Error 500 (Internal Server...

Web fonts are awesome. After being restricted to Arial for two decades there is finally a cross-browser way to...

sgruendel.blogspot.com

When you install Type 1 fonts (like makandra's corporate typeface), they won't show up in OpenOffice. OpenOffice requires...

When using the screen tool you may be unable to start a screen session but instead encounter an error:

commandlinefu.com

The colors in Rails log files are helpful when watching them but, since they are ANSI color codes like ^[[4...

makandra dev

This will reduce the filesize of foo and bar to 0 bytes: truncate -s0 foo bar If the files do...

You can use fold: fold -sw 60 You can now paste your texts. fold will echo them back, word-wrapped...

When you drag a file from a Nautilus window into a terminal window, the file's path will be pasted...

Whenever Firefox updates, all your Cucumber features that use Selenium break. This is annoying. In order to remedy this, version...

github.com

Microsoft provides virtual machine disk images to facilitate website testing in multiple versions of IE, regardless of the host operating...

webupd8.org

Great blog with daily news and HOWTOs for Ubuntu, Linux and Gnome.

DeaDBeeF is one of the better music players for Linux. You can find installation instructions here.

Note that converting from RGB to CMYK will usually degrade your colors because no exact mapping is possible. Anyway, this...

Use the PDF toolkit: sudo apt-get install pdftk To rotate page 1 by 90 degrees clockwise: pdftk in.pdf cat...

Linux provides a fix number of filesystem watches. If you have some greedy daemon (like dropbox) running, chances are it...

Grep prints one line per match. To return the number if matches, use the -c switch: grep -c "something" filename...