#! /bin/bash
cat file.lst |while read line; do scp "${line}" host:/directory_location; done
Friday, November 12, 2010
Saturday, October 30, 2010
Free Video Ripping Encoding software
1. Handbrake (Windows, Linux)
http://download.cnet.com/HandBrake/3000-2194_4-10808250.html?
http://handbrake.fr/downloads.php
2. StaxRip (Windows)
http://staxmedia.sourceforge.net/
3. AutoGordianKnot (Windows, Linux)
http://www.autogk.me.uk/modules.php?name=Downloads
Conversion from DVD to other compressed video formats.
http://download.cnet.com/HandBrake/3000-2194_4-10808250.html?
http://handbrake.fr/downloads.php
2. StaxRip (Windows)
http://staxmedia.sourceforge.net/
3. AutoGordianKnot (Windows, Linux)
http://www.autogk.me.uk/modules.php?name=Downloads
Conversion from DVD to other compressed video formats.
Sunday, October 17, 2010
Colorful BASH prompt: How to display BASH prompt with multiple colors
Add this line to the .bashrc
PS1='\[$(tput bold)$(tput setb 4)$(tput setaf 7)\]\u@\h:\w $ \[$(tput sgr0)\] '
More references:
http://wiki.archlinux.org/index.php/Color_Bash_Prompt
http://www.systhread.net/texts/200703bashish.php
http://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/
http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/
PS1='\[$(tput bold)$(tput setb 4)$(tput setaf 7)\]\u@\h:\w $ \[$(tput sgr0)\] '
More references:
http://wiki.archlinux.org/index.php/Color_Bash_Prompt
http://www.systhread.net/texts/200703bashish.php
http://www.thegeekstuff.com/2008/09/bash-shell-ps1-10-examples-to-make-your-linux-prompt-like-angelina-jolie/
http://www.cyberciti.biz/faq/bash-shell-change-the-color-of-my-shell-prompt-under-linux-or-unix/
Subscribe to:
Posts (Atom)