<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>ubuntu &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:ubuntu</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 16:33:19 +0000</pubDate>
    <item>
      <title>ToriOS Internship Program - version 1.0</title>
      <link>https://personaljournal.ca/paulsutton/torios-internship-program-version-1-0</link>
      <description>&lt;![CDATA[ToriOS Internship Program - version 1.0&#xA;&#xA;We need people who enjoy #programming and want to do it for fun, to create really nice small things that can be used easily by almost anyone.&#xA;All levels of programming are fine.&#xA;People need to have #motivation to do this because they want to,&#xA;themselves. They need motivation to learn more because they are growing.&#xA;They must have the ability to #fail and #learn from it.&#xA;As long as those exist, #skills will come. Anything anyone already has to begin with is fine.&#xA;Rust, serde, FLTK, DBus, X11/etc, XDG, lexer, TUI, Linux, Every Window&#xA;Manager there is, Rust coreutils/chroot/squashfs?/etc for building,&#xA;TOML/JSON/INI/etc, HIG/UI/UX accessibility, Bash scripting.&#xA;&#xA;- - - -&#xA;&#xA;Goals:&#xA;&#xA;1- Oxidize the C++ programs used in ToriOS, and improve them.&#xA;2- Oxidize the scripted builds.&#xA;3- Oxidize the scripts used in ToriOS, and use serde for configuration,&#xA;support multiple formats in and out.&#xA;4- Build separate libraries for separate tasks. Many small libraries that&#xA;can be reused are better than one big one for everything.&#xA;5- Bring these components together and create a desktop environment using any window manager.&#xA;6- Replace GNU with Rust equivalents to make Oxidized Linux as the base of&#xA;the operating system.&#xA;7- Configure multiple window managers using the same graphical tool,&#xA;allowing for the conversion of one window manager format to another,&#xA;seamlessly.&#xA;8- build menus for window managers with an oxidized menu generator.&#xA;9- Oxidize FLTK applications menu program.&#xA;10- Make portrait and landscape layouts for the desktop. Using dbus to load&#xA;things when needed.&#xA;&#xA;- - - -&#xA;&#xA;Longer term wish list goals:&#xA;&#xA;1- Rust + FLTK to create a modern panel/tray system.&#xA;2- Handle the virtual desktops, use ~/Desktop.d/... for handling multiple desktops with multiple icon layouts. Just a desktop manager, not a&#xA;file manager.&#xA;3- Build our design of a very modular onscreen keyboard.&#xA;4- Make all GUI apps display a TUI when no $DISPLAY exists.&#xA;5- Volume manager to trigger whatever events are configured.&#xA;6- Pre-built Phone images to flash as well as ISOs to download.&#xA;7- replace any GTK specific programs with Rust + FLTK versions.&#xA;8- use a native Rust GUI toolkit when one is mature enough.&#xA;&#xA;- - - -&#xA;&#xA;Note:&#xA;&#xA;The word [#Oxidize] is used to mean converting an older program to use&#xA;Rust, instead of whatever programming language it was originally written in.&#xA;&#xA;- - - -&#xA;&#xA;IF AND ONLY IF YOU MEET ALL THE REQUIREMENTS, please apply by sending an email to: [ ali AT torios DOT top ]&#xA;&#xA;Subject Line must contain [ToriOS Internship ver 1.0]&#xA;Introduce yourself - mention your REAL name.&#xA;Country - wherever you currently live.&#xA;Written consent that have read + agree on each and everything mentioned&#xA;in this post.&#xA;Please explain WHY you think I should let you in?&#xA;NO begging please. Begging means reject.&#xA;DO NOT send any Resume/CV because that means reject.&#xA;&#xA;- - - -&#xA;Internship&#xA;&#xA;Original LinkedIn post&#xA;&#xA;#Linux. #Debian,#Ubuntu,#volunteering,#Jobs,#ToriOSInternship&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>ToriOS Internship Program – version 1.0</p>
<ul><li>We need people who enjoy <em><a href="/paulsutton/tag:programming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">programming</span></a></em> and want to do it for fun, to create really nice small things that can be used easily by almost anyone.</li>
<li>All levels of programming are fine.</li>
<li>People need to have <em><a href="/paulsutton/tag:motivation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">motivation</span></a></em> to do this because they want to,
themselves. They need motivation to learn more because they are growing.</li>
<li>They must have the ability to <em><a href="/paulsutton/tag:fail" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">fail</span></a></em> and <em><a href="/paulsutton/tag:learn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learn</span></a></em> from it.</li>
<li>As long as those exist, <em><a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a></em> will come. Anything anyone already has to begin with is fine.</li>
<li>Rust, serde, FLTK, DBus, X11/etc, XDG, lexer, TUI, Linux, Every Window
Manager there is, Rust coreutils/chroot/squashfs?/etc for building,
TOML/JSON/INI/etc, HIG/UI/UX accessibility, Bash scripting.</li></ul>

<hr>

<p><strong>Goals:</strong></p>

<p>1- Oxidize the C++ programs used in ToriOS, and improve them.
2- Oxidize the scripted builds.
3- Oxidize the scripts used in ToriOS, and use serde for configuration,
support multiple formats in and out.
4- Build separate libraries for separate tasks. Many small libraries that
can be reused are better than one big one for everything.
5- Bring these components together and create a desktop environment using any window manager.
6- Replace GNU with Rust equivalents to make Oxidized Linux as the base of
the operating system.
7- Configure multiple window managers using the same graphical tool,
allowing for the conversion of one window manager format to another,
seamlessly.
8- build menus for window managers with an oxidized menu generator.
9- Oxidize FLTK applications menu program.
10- Make portrait and landscape layouts for the desktop. Using dbus to load
things when needed.</p>

<hr>

<p><strong>Longer term wish list goals:</strong></p>

<p>1- Rust + FLTK to create a modern panel/tray system.
2- Handle the virtual desktops, use ~/Desktop.d/... for handling multiple desktops with multiple icon layouts. Just a desktop manager, not a
file manager.
3- Build our design of a very modular onscreen keyboard.
4- Make all GUI apps display a TUI when no $DISPLAY exists.
5- Volume manager to trigger whatever events are configured.
6- Pre-built Phone images to flash as well as ISOs to download.
7- replace any GTK specific programs with Rust + FLTK versions.
8- use a native Rust GUI toolkit when one is mature enough.</p>

<hr>

<p><strong>Note:</strong></p>

<p>The word [<em><a href="/paulsutton/tag:Oxidize" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Oxidize</span></a></em>] is used to mean converting an older program to use
Rust, instead of whatever programming language it was originally written in.</p>

<hr>

<p>IF AND ONLY IF YOU MEET ALL THE REQUIREMENTS, please apply by sending an email to: [ ali AT torios DOT top ]</p>
<ul><li>Subject Line must contain [ToriOS Internship ver 1.0]</li>
<li>Introduce yourself – mention your REAL name.</li>
<li>Country – wherever you currently live.</li>
<li>Written consent that have read + agree on each and everything mentioned
in this post.</li>
<li>Please explain WHY you think I should let you in?</li>
<li>NO begging please. Begging means reject.</li>
<li>DO NOT send any Resume/CV because that means reject.</li></ul>

<hr>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/internship.jpeg" alt="Internship"></p>
<ul><li><a href="https://www.linkedin.com/feed/update/urn:li:activity:6896758021918203904/" rel="nofollow">Original LinkedIn post</a></li></ul>

<p><a href="/paulsutton/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a>. <a href="/paulsutton/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a>,<a href="/paulsutton/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a>,<a href="/paulsutton/tag:volunteering" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">volunteering</span></a>,<a href="/paulsutton/tag:Jobs" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Jobs</span></a>,<a href="/paulsutton/tag:ToriOSInternship" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">ToriOSInternship</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/torios-internship-program-version-1-0</guid>
      <pubDate>Tue, 08 Feb 2022 15:16:35 +0000</pubDate>
    </item>
    <item>
      <title>Ubuntu 21.04</title>
      <link>https://personaljournal.ca/paulsutton/ubuntu-21-04</link>
      <description>&lt;![CDATA[Ubuntu 21.04&#xA;&#xA;The new features found in Ubuntu 21.04 [1]&#xA;&#xA;iframe id=&#39;ivplayer&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://inv.riverside.rocks/embed/wtPI0ueioxk?autoplay=0&#39; style=&#39;border:none;&#39;/iframe&#xA;&#xA;A quick overview of the features of the latest release of the Ubuntu operating system (OS).&#xA;&#xA;This video is provided via Invidious, which is a front end to Youtube, twitter etc that filters out tracking etc.    This can be done automatically via Privacy Redirect plug-in [2] for Firefox.&#xA;&#xA;REFERENCES&#xA;&#xA;1 Ubuntu&#xA;2 Privacy Redirect&#xA;&#xA;TAGS&#xA;&#xA;#Linux,#Ubuntu,#2104.#Release,#April2021&#xA;,#Video,#Invidious,#Privacy,#Redirect,#Browser,#Plugin.NoTracking&#xA;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xA;&#xA;img src=&#34;https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png&#34; target=&#34;_blank&#34; &#xA;&#xA;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;img alt=&#34;Creative Commons Licence&#34; style=&#34;border-width:0&#34; src=&#34;https://i.creativecommons.org/l/by-sa/4.0/88x31.png&#34; //abr /This work is licensed under a a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;Creative Commons Attribution-ShareAlike 4.0 International License/a&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Ubuntu 21.04</p>

<p>The new features found in Ubuntu 21.04 [1]</p>

<iframe id="ivplayer" width="640" height="360" src="https://inv.riverside.rocks/embed/wtPI0ueioxk?autoplay=0" style="border:none;"></iframe>

<p>A quick overview of the features of the latest release of the Ubuntu operating system (OS).</p>

<p>This video is provided via Invidious, which is a front end to Youtube, twitter etc that filters out tracking etc.    This can be done automatically via Privacy Redirect plug-in [2] for Firefox.</p>

<p><strong>REFERENCES</strong></p>

<p>1 <a href="https://www.ubuntu.com" rel="nofollow">Ubuntu</a>
2 <a href="https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect/" rel="nofollow">Privacy Redirect</a></p>

<p><strong>TAGS</strong></p>

<p><a href="/paulsutton/tag:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a>,<a href="/paulsutton/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a>,#2104.<a href="/paulsutton/tag:Release" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Release</span></a>,<a href="/paulsutton/tag:April2021" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">April2021</span></a>
,<a href="/paulsutton/tag:Video" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Video</span></a>,<a href="/paulsutton/tag:Invidious" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Invidious</span></a>,<a href="/paulsutton/tag:Privacy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Privacy</span></a>,<a href="/paulsutton/tag:Redirect" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Redirect</span></a>,<a href="/paulsutton/tag:Browser" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Browser</span></a>,<a href="/paulsutton/tag:Plugin" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Plugin</span></a>.NoTracking</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>

<p><a href="https://torresjrjr.com/archive/2020-07-19-guide-to-the-fediverse" rel="nofollow"><img src="https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png"></a></p>

<p><a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"/></a><br/>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/ubuntu-21-04</guid>
      <pubDate>Tue, 18 May 2021 07:06:28 +0000</pubDate>
    </item>
    <item>
      <title>Xubuntu 21.04 Testing Week</title>
      <link>https://personaljournal.ca/paulsutton/xubuntu-21-04-testing-week</link>
      <description>&lt;![CDATA[Xubuntu 21.04 Testing Week&#xA;&#xA;Ubuntu Testing Week for 21.04 &#xA;&#xA;Date : Commencing Thursday April 1st to &#xA;&#xA;More info&#xA;Xubuntu developer mailing list&#xA;&#xA;#Ubuntu,#xubuntu,#Flavours,#Testing,#April2021,#Release&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Xubuntu 21.04 Testing Week</p>

<p>Ubuntu Testing Week for 21.04</p>

<p><strong>Date :</strong> Commencing Thursday April 1st to</p>
<ul><li><a href="https://xubuntu.org/news/xubuntu-21-04-testing-week/" rel="nofollow">More info</a></li>
<li><a href="https://lists.ubuntu.com/mailman/listinfo/xubuntu-devel" rel="nofollow">Xubuntu developer mailing list</a></li></ul>

<p><a href="/paulsutton/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a>,<a href="/paulsutton/tag:xubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">xubuntu</span></a>,<a href="/paulsutton/tag:Flavours" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Flavours</span></a>,<a href="/paulsutton/tag:Testing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Testing</span></a>,<a href="/paulsutton/tag:April2021" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">April2021</span></a>,<a href="/paulsutton/tag:Release" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Release</span></a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/xubuntu-21-04-testing-week</guid>
      <pubDate>Thu, 01 Apr 2021 05:30:00 +0000</pubDate>
    </item>
    <item>
      <title>20.04.2 LTS</title>
      <link>https://personaljournal.ca/paulsutton/20-04-2-lts</link>
      <description>&lt;![CDATA[20.04.2 LTS&#xA;&#xA;img src=&#34;https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png&#34; target=&#34;_blank&#34; &#xA;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xA;&#xA;Lubuntu 20.04.2, has been relesed, this is the lastest of the LTS (Long Term Support) updates for the system. You can find more info on the blog page.&#xA;&#xA;Lubuntu is a derivative of the Ubuntu Operating system which in turn is built on Debian. Links in the list below.&#xA;&#xA;Lubuntu is great for both low and high specification systems, and can help bring new life to old hardware, which given the number of people without devices could be a really effective way to help bridge the digital divide.&#xA;&#xA;Organizations such as the good thing foundation  help to build digital skills, sadly this does not cover fully free and open source software, let alone decentralized social media networks such as Mastodon.  &#xA;&#xA;There is no reason why LibreOffice can&#39;t be taught and promoted along side MS Office.&#xA;&#xA;The more people to ASK for support with things like Lubuntu etc they will hopefully eventually provide the choice and associated support  for alternatives.&#xA;&#xA;REFERENCES&#xA;&#xA;Free Software Foundation&#xA;Lubuntu&#xA;Ubuntu&#xA;Debian&#xA;Join Mastodon&#xA;good thing foundation&#xA;LibreOffice&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#Lubuntu,#LTS,#release,#FreeSoftware,#Ubuntu,#Debian,#LibreOffice,#Mastodon&#xA;&#xA;a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;img alt=&#34;Creative Commons Licence&#34; style=&#34;border-width:0&#34; src=&#34;https://i.creativecommons.org/l/by-sa/4.0/88x31.png&#34; //abr /This work is licensed under a a rel=&#34;license&#34; href=&#34;http://creativecommons.org/licenses/by-sa/4.0/&#34;Creative Commons Attribution-ShareAlike 4.0 International License/a&#xA;&#xA;hr&#xD;&#xA;&#xD;&#xA;table&#xD;&#xA;thead&#xD;&#xA;trtda rel=&#34;me&#34; href=&#34;https://qoto.org/@zleap&#34;Mastodon/a/td&#xD;&#xA;tda href=&#34;https://wiki.ircnow.org/?n=Shelllabs.Intro&#34;ShellLabs/td&#xD;&#xA;tda href=&#34;https://joinmastodon.org/&#34;Join Mastodon/a/td/tr/thead/table&#xD;&#xA;center&#xD;&#xA;AI statement : b Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. /b&#xD;&#xA;/center&#xD;&#xA;&#xD;&#xA;a href=&#34;https://liberapay.com/PaulSutton/donate&#34;img alt=&#34;Donate using Liberapay&#34; src=&#34;https://liberapay.com/assets/widgets/donate.svg&#34;/a&#xD;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>20.04.2 LTS</p>

<p><a href="https://torresjrjr.com/archive/2020-07-19-guide-to-the-fediverse" rel="nofollow"><img src="https://socialhub.activitypub.rocks/uploads/default/original/1X/6aac842b7ff5c58385a02f3a131c259281be88c8.png"></a></p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>

<p>Lubuntu 20.04.2, has been relesed, this is the lastest of the LTS (Long Term Support) updates for the system. You can find more info on the <a href="https://lubuntu.me/focal-2-released/" rel="nofollow">blog</a> page.</p>

<p>Lubuntu is a derivative of the Ubuntu Operating system which in turn is built on Debian. Links in the list below.</p>

<p>Lubuntu is great for both low and high specification systems, and can help bring new life to old hardware, which given the number of people without devices could be a really effective way to help bridge the digital divide.</p>

<p>Organizations such as the <a href="https://www.goodthingsfoundation.org/learn-my-way" rel="nofollow">good thing foundation</a>  help to build digital skills, sadly this does not cover fully free and open source software, let alone decentralized social media networks such as Mastodon.</p>

<p>There is no reason why LibreOffice can&#39;t be taught and promoted along side MS Office.</p>

<p>The more people to ASK for support with things like Lubuntu etc they will hopefully eventually provide the choice and associated support  for alternatives.</p>

<p><strong>REFERENCES</strong></p>
<ul><li><a href="https://www.fsf.org" rel="nofollow">Free Software Foundation</a></li>
<li><a href="https://lubuntu.net/" rel="nofollow">Lubuntu</a></li>
<li><a href="https://ubuntu.com/" rel="nofollow">Ubuntu</a></li>
<li><a href="https://www.debian.org/" rel="nofollow">Debian</a></li>
<li><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></li>
<li><a href="https://www.goodthingsfoundation.org/learn-my-way" rel="nofollow">good thing foundation</a></li>
<li><a href="https://www.libreoffice.org/" rel="nofollow">LibreOffice</a></li></ul>

<p><strong>TAGS</strong></p>

<p><a href="/paulsutton/tag:YearOfTheFediverse" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">YearOfTheFediverse</span></a>,<a href="/paulsutton/tag:Lubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Lubuntu</span></a>,<a href="/paulsutton/tag:LTS" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LTS</span></a>,<a href="/paulsutton/tag:release" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">release</span></a>,<a href="/paulsutton/tag:FreeSoftware" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">FreeSoftware</span></a>,<a href="/paulsutton/tag:Ubuntu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Ubuntu</span></a>,<a href="/paulsutton/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a>,<a href="/paulsutton/tag:LibreOffice" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LibreOffice</span></a>,<a href="/paulsutton/tag:Mastodon" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Mastodon</span></a></p>

<p><a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow"><img alt="Creative Commons Licence" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png"/></a><br/>This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="nofollow">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>

<hr>

<p><table>
<thead>
<tr><td><a href="https://qoto.org/@zleap" rel="nofollow">Mastodon</a></td>
<td><a href="https://wiki.ircnow.org/?n=Shelllabs.Intro" rel="nofollow">ShellLabs</td>
<td><a href="https://joinmastodon.org/" rel="nofollow">Join Mastodon</a></td></tr></thead></table>

AI statement : <b> Consent is NOT granted to use the content of this blog for the purposes of AI training or similar activity.  Consent CANNOT be assumed, it has to be granted. </b>
</p>

<p><a href="https://liberapay.com/PaulSutton/donate" rel="nofollow"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></p>
]]></content:encoded>
      <guid>https://personaljournal.ca/paulsutton/20-04-2-lts</guid>
      <pubDate>Fri, 05 Feb 2021 08:58:20 +0000</pubDate>
    </item>
  </channel>
</rss>