xuv's notebook

Side notes, howtos and random bits of information related to Julien Deswaef's projects

User Tools

Site Tools


workshops:clife

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
workshops:clife [2013/10/19 10:02] – created Julien Deswaefworkshops:clife [2014/02/06 00:44] (current) Julien Deswaef
Line 11: Line 11:
      
      Command-Line Interface for everything      Command-Line Interface for everything
 +     
 +          "Use the keyboard, Luke"
            
  
Line 21: Line 23:
   rm   rm
   rename   rename
 +  pwd
 +  man
 +  -h
 +  --help
 +  clear
 +
 +In conjunction with <tab>, <arrows>, etc.. to navigate
 +  chmod
 +  chown
 +  chgrp 
 +  
 +Text manipulation:
 +  nano
 +  vi
 +  vim
 +  cat
 +  more
 +  less
 +  
 +Pipes & redirections :
 +  |
 +  >
 +  <
 +  >>
 +  
 +"Real life" example uses :
 +  * Backup plan and set up testing with 10 live video feeds: http://www.ogeem.be/doku/doku.php?id=tyranoeil:index#section10052013
 +  * LoveMachine
 +  * FFmpeg audio/video conversion that work well
 +  * Design posters using commandline tools only https://github.com/latsami/PleaseMakeMeDesign/tree/lgm
 +  * Promiscuous slideware https://gitorious.org/versioning/automatic-merge-failed
 +
 +"Fun" stuff :
 +  * [[http://fbcmd.dtompkins.com/|fbcmd]]
 +  * Twitter: [[http://www.supertweet.net/|with cURL]] or [[http://talkfast.org/2010/05/31/twitter-from-the-command-line-in-python-using-oauth/| with oAuth]] 
 +  * vlc <videofile> -V caca
 +  * figlet "Hello World"
      
workshops/clife.1382169725.txt.gz · Last modified: 2013/10/19 10:02 by Julien Deswaef