Quote Of The Day

Today’s quote is from “School Of Rock” movie:

Now is everyone nice and pissed off ? – Yeah ! Good. Time to write a rock song.

HOWTO Watch webcam video in your ASCII terminal

Just use this magic string:

$ mplayer tv:// -tv driver=v4l2:width=640:height=480:device=/dev/video0:fps=30:outfmt=yuy2 -vo caca

This will render webcam video in color ASCII. For black and white version use -vo aa option.

Of course, mplayer package should be installed.

$ yum install mplayer

HOWTO Add favicon to your web site

To add a favicon to your site or blog do the following (tried on Linux):

  • Create an image in GIMP 16×16 or 32×32 in size, number of colors – below 16
  • Save it as favicon.ppm
  • Convert it to ico using this command:
  • 1
    ppmtowinicon -output favicon.ico favicon.ppm
  • If previos step doesn’t work – install netpbm and netpbm-tools packages:
  • 1
    $ sudo yum install netpbm netpbm-tools
  • Copy favicon.ico to your website document root directory
  • Add the following lines to your index.html or header file:
  • 1
    2
    <link href=’http://www.URL.com/favicon.ico’ rel=’shortcut icon’/>
    <link href=’http://www.URL.com/favicon.ico’ rel=’icon’/>

HOWTO Fedora 16 won’t shutdown

Seems like you need to install ACPI service:

1
2
3
yum -y install acpid
systemctl enable acpid.service
systemctl start acpid.service

С Рождеством Христовым!

Поздравляю всех с Рождеством Христовым!

WordPress Themes