GNU Linux jottings & cheat sheets (WIP)
Foreword
- This is NOT a tutorial but a series of personal notes (jottings) to remember what to do to save time.
- Examples vary from beginner to advanced (eg. how to rename files from a digital camera, how to find a regular expression and replace it in all files of recursive directories, etc).
- To find out more about the use of a piece of software and its options check man pages or respective web-sites; they provide exhaustive tutorials and up-to-date information (which can be daunting if you need to find the right page on the net because you're just trying to remember the command that made it so easy to convert pictures to thumbnails... hence the initial need for this file).
- While I started these jottings for my personal use I have since realised many friends were keen on GNU Linux and needed some sort of flash cards to get cracking. Hope this will be a start for your own jottings.
[top]
Getting off-line help
most commands below are run from the shell in a terminal (e.g. uxterm)
program --help displays flag options for 'program'
man name_of_program displays manual pages for 'program'
info name_of_program displays info pages for 'program' (includes cross references)
[top]
jottings
Using bash shell & command lines from a terminal
Jottings & cheatsheets regarding GNU Linux CLI (command line interface), e.g. renaming files in batch mode, convert (imagemagick), sed,... and how to deal w/ hardware & software issues
How to scan fast (CLI)
How to scan using the command line interface (from a terminal) in batch mode to gain speed, and then join all pages, as well as add a title & page number to each page
Voice recording & cleaning with Audacity
Voice recording with Audacity (e.g. interview, presentation practice, etc) & cleaning the sound track (drops, high pass & low pass filters, etc)
Audio configuration issues (qjack, jamin,ardour)
Audio configuration issues (qjack, jamin,ardour)
[top]