[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
it-tricks [2017/10/12 17:32]
popel
it-tricks [2017/10/13 11:46]
bojar [Bash] local history
Line 6: Line 6:
 Feel free to add your name and editor. Feel free to add your name and editor.
  
-  * **vim**: Ondřej Bojar, Ruda Rosa, ...+  * **vim**: Ondřej Bojar, Ruda Rosa, Milan Straka (C++ completion, Python completion, asynchronous make), ...
   * **emacs**: ?   * **emacs**: ?
   * **atom**: Martin Popel   * **atom**: Martin Popel
Line 13: Line 13:
   * Use Bash auto-completion (''source /etc/bash_completion''). Some tools have plugins, e.g. many [[https://metacpan.org/pod/Bash::Completion|Perl tools]].   * Use Bash auto-completion (''source /etc/bash_completion''). Some tools have plugins, e.g. many [[https://metacpan.org/pod/Bash::Completion|Perl tools]].
   * ''export HISTCONTROL=ignoreboth'' results in bash history ignoring duplicate entries and entries starting with a space.   * ''export HISTCONTROL=ignoreboth'' results in bash history ignoring duplicate entries and entries starting with a space.
 +  * See ''/ha/home/bojar/diplomka/granty/cracker-2015/mtm-2016-organization/accounts-mtm16/bash-profile-for-ufal-accounts'' for:
 +    * bash history local in the current directory
 +    * alias 'cluster' to get to a random submit host (to run qsub etc. from there)
  
 ===== Git ===== ===== Git =====
Line 26: Line 29:
  
 ===== Other ===== ===== Other =====
-  * When using **Perl** at ÚFAL, we recommend using [[Perlbrew]] with shared perl interpreters (different versions) and shared Perl modules (which otherwise take several hours to install).+  * When using **Perl** at ÚFAL, we recommend using [[Perlbrew]] with shared perl interpreters (different versions) and shared Perl modules (which otherwise take several hours to install and 6GB).
   * See [[Python]] for using **Python** at ÚFAL.   * See [[Python]] for using **Python** at ÚFAL.
   * See [[internal:remote access]], esp. for byobu and mosh.   * See [[internal:remote access]], esp. for byobu and mosh.

[ Back to the navigation ] [ Back to the content ]