memory-leaks

Still reachable: lots of words in many pages.
git clone https://git.kevinlegouguec.net/memory-leaks
Log | Files | Refs | README | LICENSE

commit 48718eed8652f8cb466b43a52b49e3fdb23d04c3
parent f623fb6e5d52264e2b0c0335cd405c41764871ed
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Fri,  7 Feb 2020 23:20:44 +0100

Add more installation instructions

Diffstat:
Mguides/setups/operating-systems/debian.org | 12+++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/guides/setups/operating-systems/debian.org b/guides/setups/operating-systems/debian.org @@ -37,11 +37,12 @@ packages=( # Fonts. fonts-noto-color-emoji # Miscellaneous applications. - ffmpeg gimp vlc + ffmpeg gimp pandoc vlc ) sudo apt install ${packages[@]} #+end_src -*** Latest Firefox +*** Latest and greatest +**** Firefox - download most recent release from from <https://www.mozilla.org> - unpack it =$SOMEWHERE= - make sure everyone can find it: @@ -54,10 +55,15 @@ $ ln -s ${SOMEWHERE}/firefox/firefox ~/.local/bin/ #+END_SRC - paste backuped profile into =~/.mozilla/firefox/${profile}= -*** Latest Symbola +**** Symbola - grab the archive from <http://users.teilar.gr/~g1951d/> - drop the TTF files in =~/.local/share/fonts= - run =fc-cache -fv= +**** youtube-dl +#+begin_src sh +$ sudo apt install python3-pip +$ pip3 install --user youtube-dl +#+end_src ** Setup dotfiles *** Clone versioned dotfiles - create new SSH key for GitLab