From 18c9fa577932935ef4fc0bcc3e862966817b9694 Mon Sep 17 00:00:00 2001 From: Franco Masotti Date: Sat, 20 Feb 2021 23:10:30 +0100 Subject: [PATCH] Fixed wording. --- _pages/about.md | 28 ++++++------------- .../2021-02-19-apache-from-arch-to-debian.md | 2 +- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/_pages/about.md b/_pages/about.md index f148342..8a9c3db 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -15,30 +15,21 @@ Usually, when I talk about software I mean [free software](https://www.gnu.org/philosophy/free-sw.en.html). This means that most probably I won't talk about proprietary software and operating systems like Windows, MacOs, etc... but only about GNU/Linux, GNU/Linux-libre -distributions or whatever fully free computing environments will come up. Who -knows what the future will hold us... +distributions or whatever fully free computing environments (including hardware) +comes up. Who knows what the future holds... -At the moment I am a proud [Parabola GNU/Linux-libre](https://parabola.nu) +At the moment I am a [Debian GNU/Linux] and [Parabola GNU/Linux-libre](https://parabola.nu) user running a very lightweight desktop environment like [spectrwm](http://www.spectrwm.org) after going through years of -[OpenBox](http://openbox.org). I have used -[Replicant](http://www.replicant.us/) for the mobile phone but in the end I -settled for a plain Lineage OS because of the amount of problems that -surfaced up. +[OpenBox](http://openbox.org). I hope this turns out to be a useful blog for anyone who encounters similar computer science problems. -Enjoy! - -P.S: I also hope my use of english is correct. If that is not the case don't -hesitate to mail me. - ## Comment rules -Every post (and some other pages like this one) contain a comment section which -is just a `mailto` link to my private mail containing an id to that post or -comment. You can just click or copy that link and send me an email. +Every post (and some other pages like this one) contains a comment section which +is just a `mailto` link to one of my emails. When you send me an email I will report certain elements verbatim, such as: @@ -54,12 +45,11 @@ You will find me on [GitHub](https://github.com/frnmst), [GitLab](https://gitlab.com/frnmst), [mail one](mailto://franco.masotti@live.com), [mail two](mailto://volvpolar731@gmail.com), -[Tox](tox:9D855839E4BB0ADBF4F49063BF2ABC1479A7728011F20B563EA104B2EE10FF19DC8C255D8F3D), -and other less relevant web locations. +and other undisclosed web locations. -You won't find me on most social networks. +You won't find me on social networks. -If you want to see a similar blog to which I contribute as a co-author have a +If you want to see a similar blog to which I seldom contribute as a co-author have a look at [Linux Difficile](https://linuxdifficile.wordpress.com/). ## My PGP public key diff --git a/_posts/2021-02-19-apache-from-arch-to-debian.md b/_posts/2021-02-19-apache-from-arch-to-debian.md index 4af279e..42ebbdf 100644 --- a/_posts/2021-02-19-apache-from-arch-to-debian.md +++ b/_posts/2021-02-19-apache-from-arch-to-debian.md @@ -7,7 +7,7 @@ description: Migration Apache's configuration from Arch GNU/Linux-based to Debia Here are some simple steps to migrate Apache's configuration -from an Arch GNU/Linux-based distro to a Debian GNU/Linux-based disto. +from an Arch GNU/Linux-based distro to a Debian GNU/Linux-based distro. 1. `systemctl stop apache2`