To reduce download time, application servers usually serve content using gzip compression, if the browser supports it.

There are several options, but most of them are impractical. The best way is to use the :ruby filter:

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...

awsdocs.s3.amazonaws.com

There is a new card about how to do this with the new AWS Command Line Interface

whatsmydns.net

whatsmydns.net is an online service that allows you to instantly perform a DNS lookup to check a hostnames current IP...

If you use Amazon AWS cloud services you definitively want to utilize software raid for IO intensive stuff such as...

When you have a program running in a hidden X screen (like with Xvfb for Selenium tests) you may want...

When you do a bitwise copy using the dd tool you will not see any output until it completes or...

makandra dev
cpulimit.sourceforge.net

cpulimit is a simple program which attempts to limit the cpu usage of a process (expressed in percentage, not in...

makandra dev

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

devnet.jetbrains.net

To activate the shell command, go to Tools > Create Command-line Launcher and confirm. Now you have mine as bash...

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...

Install FreeBSD Download a suitable image from this site Select File > New… to and follow the instructions, choose the .iso...

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

vectormagic.com

Automatically convert bitmap images like JPEGs, GIFs and PNGs to the crisp, clean, scalable vector art of EPS, SVG, and...

linux.die.net

Reading a URL via GET: curl http://example.com/ Defining any HTTP method (like POST or PUT): curl http://example.com/users/1...

By default, Opera 11 hides any passed params and the URL's protocol until you focus the address bar.

makandra dev
github.com

Artifice allows you to replace the Net::HTTP subsystem of Ruby with an equivalent that routes all requests to a...

makandra dev
ruzee.com

Liquid Canvas is a JavaScript library which allows you to draw inside an HTML canvas element with an easy yet...

devstructure.com

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

makandra dev
github.com

The shell variable PS1 holds your bash prompt. You might want to change it to serve your needs best. Here...