Skip to content

Instantly share code, notes, and snippets.

@pedroherub
pedroherub / LFCS_study
Created July 9, 2016 14:16 — forked from gojun077/LFCS_study
LFCS Study Outline 2015.02.28
* LFCS Domains 2015.02
Note - the domains will change somewhat in March 2015. SW RAID
with mdadm will be removed
** The Command Line
*** Editing text files on the CLI
Covers the use of the basic text editors nano and gedit as well
as the advanced editors _vi_ and _emacs_
- nano
simple CLI-based text editor
@pedroherub
pedroherub / Latex config (debian)
Created March 24, 2014 23:25
How to config LaTeX environment easily (TexLive)
TexLive (global) -> /usr/share/texlive
TexLive (local) -> /usr/local/share/texlive
Downloading new packages: @ /usr/share/texmf/tex/latex (then => sudo texhash)
Searching for new packages: apt-cache search "package"
Latex local fonts:
(global) put map line here -> /usr/local/share/texmf/web2c/updmap.cfg (then => sudo updmap-sys)
(local) put map line here -> $HOME/texmf/web2c/updmap.cfg (then => updmap)