redline
This user hasn't shared any biographical information
Posts by redline
Find your largest installed packages
Ever wonder what program or package eats the most of your “/usr” partition? Here is the way to find the most gluttonous package on Debian/Ubuntu:
$ sed -ne '/^Package: \(.*\)/{s//\1/;h;};/^Installed-Size: \(.*\)/{s//\1/;G;s/\n/ /;p;}' /var/lib/dpkg/status | sort -rn
New podcasts
November 4, 2009 - 13:36
Tags: itunes, podcast
Posted in Podcasts | No comments
Current day started from cool news. 37signals started their own podcast.
Podcasting has become a sort of Media 2.0. Nobody watch TV now, we have YouTube. Nobody listen to radio, we have podcasts.
And it is nice that lot of celebrities (IT celebrities, first of all) become podcasters. My favorite are:
Cranky Geeks (John C. Dvorak)
StackOverflow Podcast [...]
Convert AVI to iPhone MP4
$ ffmpeg -i [source].avi -f mp4 -vcodec mpeg4 -b 250000 -s 480×320 -acodec aac -ar 24000 -ab 64 -ac 2 [destination].mp4
CSS Grid Frameworks
March 24, 2009 - 22:05
Tags: css, yui
Posted in Design | No comments
Frameworks
960 Grid System
The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. There are two variants: 12 and 16 columns, which can be used separately or in tandem.
Fluid 960 Grid System
The Fluid 960 Grid System templates have been built upon the [...]
WoDaC gnome theme on Ubuntu
WoDaC 0.2 is pretty and nice idea for a dark theme. The original color scheme is based on pink color, but you will not have big problems if you choose another color scheme.
The size of toolbar incons are small (16×16), because i have created this theme for laptop with 1280×800 resolution.
The only requirement is Aurora [...]