On-line resources for new Linux and ARC users: Difference between revisions

From RCSWiki
Jump to navigation Jump to search
m (Added categories)
 
(9 intermediate revisions by one other user not shown)
Line 3: Line 3:
* ARC Manual for '''neuroimaging medical analysis''' at UofC (2019):
* ARC Manual for '''neuroimaging medical analysis''' at UofC (2019):
: https://bookdown.org/u0243256/arc/
: https://bookdown.org/u0243256/arc/
* EBook, '''R Programming for Data Science''':
: https://bookdown.org/rdpeng/rprogdatascience/


= Linux command line =
= Linux command line =
Line 8: Line 12:
* If you are new to Linux, there is an easy to use reference for the Linux command line.  
* If you are new to Linux, there is an easy to use reference for the Linux command line.  
: It is available for free download: http://linuxcommand.org/tlcl.php
: It is available for free download: http://linuxcommand.org/tlcl.php
: SourceForge page for it: https://sourceforge.net/projects/linuxcommand/
* Interactive tutorials: https://linuxsurvival.com/
= Containers =
* Workshop "How to use Singularity!" -- a really good workshop. "Singularity" is now "Apptainer".
: https://singularity-tutorial.github.io/
= Interesting reading =
* '''The effect of switching to TCMalloc on RocksDB memory use.'''
: https://blog.cloudflare.com/the-effect-of-switching-to-tcmalloc-on-rocksdb-memory-use/
: The article discusses the differences between the standard glibc malloc and TCMalloc memory allocators.
[[Category:ARC]]
[[Category:Guides]]
[[Category:How-Tos]]
{{Navbox ARC}}

Latest revision as of 22:32, 20 September 2023

General

  • ARC Manual for neuroimaging medical analysis at UofC (2019):
https://bookdown.org/u0243256/arc/


  • EBook, R Programming for Data Science:
https://bookdown.org/rdpeng/rprogdatascience/

Linux command line

  • If you are new to Linux, there is an easy to use reference for the Linux command line.
It is available for free download: http://linuxcommand.org/tlcl.php
SourceForge page for it: https://sourceforge.net/projects/linuxcommand/


Containers

  • Workshop "How to use Singularity!" -- a really good workshop. "Singularity" is now "Apptainer".
https://singularity-tutorial.github.io/

Interesting reading

  • The effect of switching to TCMalloc on RocksDB memory use.
https://blog.cloudflare.com/the-effect-of-switching-to-tcmalloc-on-rocksdb-memory-use/
The article discusses the differences between the standard glibc malloc and TCMalloc memory allocators.