Main Menu

friends

Banner

Latest articles

display bandwidth usage on an interface by host with iftop
11/05/2010 | mad mad mod

iftop  listens to network traffic on an interface and displays the result in a nice "top-like" style. iftop does for network usage what top does for CPU usage. Homepage: http://www.ex-parrot.com [ ... ]


Installing VirtualBox on Linux (Fedora)
10/10/2009 | mad mad mod

If you want to run windows application on Linux, you have several options:use wineInstall Windows in a XEN VM (with full virtualization) Install Windows on a VMWare VM (Server or Player)Install Windo [ ... ]


Other Articles
Facebook MySpace Twitter Digg Delicious Stumbleupon Google Bookmarks 

Designed by:
SiteGround web hosting Joomla Templates
download youtube videos from command line E-mail
other Linux articles

There is a very nice script from Ricardo Garcia Gonzalez which allows you to download a YouTube video directly as a .flv file.

 

go to http://bitbucket.org/rg3/youtube-dl/wiki/Home and download the file or use wget to download it from command line:

 

# cd /usr/local/bin

# wget http://bitbucket.org/rg3/youtube-dl/raw/2010.04.04/youtube-dl

 

then make it executable:

# chmod 755 /usr/local/bin/youtube-dl

 

To download a video from youtube simply type "youtube-dl URL-TO-YOUTUBE-VIDEO":

# youtube-dl  http://www.youtube.com/watch?v=5IfHm6R5le0

 

To play the video with mplayer type:

 

# mplayer 5IfHm6R5le0.flv

 

 

Comments (0)
Write comment
Your Contact Details:
Comment:
[b] [i] [u] [url] [quote] [code] [img]   
:D:angry::angry-red::evil::idea::love::x:no-comments::ooo::pirate::?::(
:sleep::););)):0
Security
Please input the anti-spam code that you can read in the image.

!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved."

 
mad mad mod, Powered by Joomla! and designed by SiteGround web hosting