summaryrefslogtreecommitdiffstats
path: root/content/pages/notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'content/pages/notes.rst')
-rw-r--r--content/pages/notes.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/content/pages/notes.rst b/content/pages/notes.rst
index 93b4b10..c578a6b 100644
--- a/content/pages/notes.rst
+++ b/content/pages/notes.rst
@@ -34,7 +34,7 @@ When I build a Debian package from its sources, I only sometimes want to make ac
Emacs
#####
-I do nearly all my text editing in Emacs. I write all my code in Emacs, edit configuration files in Emacs, write Latex documents with the great `AUCTEX <https://www.gnu.org/software/auctex/>`_ package and do my email with `mu4e <https://www.djcbsoftware.nl/code/mu/mu4e.html>`_. The text you are reading right now was also written in Emacs. You can find a partially cleaned up version of my Emacs config file `here <https://code.fossencdi.org/config.git/tree/emacs>`_. I use the `"tomorrow" theme <https://github.com/purcell/color-theme-sanityinc-tomorrow>`_. Packages are maintained with `El-Get <http://tapoueh.org/emacs/el-get.html>`_.
+I do nearly all my text editing in `Emacs <https://www.gnu.org/software/emacs/>`_. I write all my code in Emacs, edit configuration files in Emacs, write LaTeX documents with the great `AUCTEX <https://www.gnu.org/software/auctex/>`_ package and do my email with `mu4e <https://www.djcbsoftware.nl/code/mu/mu4e.html>`_. The text you are reading right now was also written in Emacs. You can find a partially cleaned up version of my Emacs config file `here <https://code.fossencdi.org/config.git/tree/emacs>`_. I use the `"tomorrow" theme <https://github.com/purcell/color-theme-sanityinc-tomorrow>`_. Packages are maintained with `El-Get <http://tapoueh.org/emacs/el-get.html>`_.
To securely send email in Emacs, I do certificate pinning with GnuTLS as described `here <https://blogs.fsfe.org/jens.lechtenboerger/2014/03/10/certificate-pinning-with-gnutls-in-the-mess-of-ssltls/>`__. My mail server uses `Let’s Encrypt <https://letsencrypt.org/>`_, so I have to do the pinning every two months. The procedure is as follows:
@@ -55,8 +55,8 @@ Open a file as root in Emacs:
C-x C-f /sudo::/path/to/file
-Files
-#####
+Files and storage
+#################
Count number of words in a PDF document:
@@ -64,6 +64,7 @@ Count number of words in a PDF document:
pdftotext <FILE> - | tr -d '.' | wc -w -
+`pmount <http://linux.die.net/man/1/pmount>`_ can be used to manually mount removable mass storage as normal user.
Network
#######
@@ -97,7 +98,7 @@ Results can be viewed in KCachegrind.
Media
#####
-I do all my video editing with the allrounder `Blender <https://www.blender.org/>`_. Vector graphics are created in `Inkscape <https://inkscape.org/en/>`_.
+I do all my video editing and the occasional 3D modeling with the allrounder `Blender <https://www.blender.org/>`_. Vector graphics are created in `Inkscape <https://inkscape.org/en/>`_.
Photos
------