Posts

Showing posts from September, 2015

Software Installation in Ubuntu through terminal

Google Chrome: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb   sudo apt-get -f install   sudo dpkg -i google-chrome-stable_current_amd64.deb   Skype : sudo apt-get install libqt4-dbus libqt4-network libqt4-xml libasound2   wget http://www.skype.com/go/getskype-linux-beta-ubuntu-32   wget http://www.skype.com/go/getskype-linux-beta-ubuntu-64   sudo dpkg -i getskype-*   sudo apt-get -f install  

Download from youtube via Command Line in Windows

Download from youtube via Command Line in Windows Download youtube-dl.exe  from http://youtube-dl.org/ Put the youtube-dl.exe file in C:/Youtube folder Open Cmd type Cd/ cd C:/Youtube type:     youtube-dl.exe  'youtube-url'         // only url Press enter    Download will start   Download Playlist: youtube-dl.exe -At  youtube-url