<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Text &amp;mdash; Paul Sutton</title>
    <link>https://personaljournal.ca/paulsutton/tag:Text</link>
    <description>Personal Blog</description>
    <pubDate>Tue, 05 May 2026 14:56:42 +0000</pubDate>
    <item>
      <title>Use pastebin from command line</title>
      <link>https://personaljournal.ca/paulsutton/use-pastebin-from-command-line</link>
      <description>&lt;![CDATA[Use pastebin from command line&#xA;&#xA;Use pastebin from command line&#xA;&#xA;Quite often, when you have a problem where, in order to get help you need to paste the contents of a file,or command output so that it can be shared,  for example on IRC (Chat) or a forum, this can be challenging to begin with.&#xA;&#xA;As it is depreciated that you paste more than 2 lines in to IRC chat.  The way round this is to use a service called pastebin.   Debian [1] has it&#39;s own service for this [2].   There is a tool called pastebinit which is really helpful from the command line. &#xA;&#xA;The first step is to switch to the root user. Sear for  and install the package pastebinit as per below.&#xA;&#xA;Search&#xA;&#xA;root@Desktop:/home/user# apt search pastebinit&#xA;Sorting... Done&#xA;Full Text Search... Done&#xA;pastebinit/stable 1.5.1-1 all&#xA;  command-line pastebin client&#xA;&#xA;Install&#xA;&#xA;root@Desktop:/home/user# apt install pastebinit&#xA;Reading package lists... Done&#xA;Building dependency tree... Done&#xA;Reading state information... Done&#xA;The following packages were automatically installed and are no longer required:&#xA;  linux-image-5.10.0-7-amd64 linux-image-5.10.0-8-amd64&#xA;Use &#39;apt autoremove&#39; to remove them.&#xA;The following NEW packages will be installed:&#xA;  pastebinit&#xA;0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.&#xA;Need to get 46.6 kB of archives.&#xA;After this operation, 342 kB of additional disk space will be used.&#xA;Get:1 http://deb.debian.org/debian bullseye/main amd64 pastebinit all 1.5.1-1 [46.6 kB]&#xA;Fetched 46.6 kB in 0s (342 kB/s)&#xA;Selecting previously unselected package pastebinit.&#xA;(Reading database ... 190310 files and directories currently installed.)&#xA;Preparing to unpack .../pastebinit1.5.1-1all.deb ...&#xA;Unpacking pastebinit (1.5.1-1) ...&#xA;Setting up pastebinit (1.5.1-1) ...&#xA;Processing triggers for man-db (2.9.4-2) ...&#xA;root@Desktop:/home/user# &#xA;&#xA;Once complete switch back to normal user (usually type exit)&#xA;&#xA;user@Desktop:~$ cat /etc/apt/sources.list   pastebinit&#xA;user@Desktop:~$ cat /etc/apt/sources.list | pastebinit&#xA;https://paste.debian.net/1228146/&#xA;&#xA;In this example I have used the cat command and piped the contents in to pastebinit,  this has given me a url to paste in to chat, (or copy manually)&#xA;&#xA;Open this in a browser and you and others can see the contents, and people can help you further.  &#xA;&#xA;paste bin it output&#xA;&#xA;This is really useful too if you are stuck at the command prompt,  without a graphical interface.&#xA;&#xA;Links&#xA;&#xA;1 Debian&#xA;2 pastebin - debian&#xA;3 Paignton Library STEM Group&#xA;TAGS&#xA;&#xA;#Debian,#GNULinux,#Paste,#Text,#Pastebin,#Share,#Troubleshooting&#xA;&#xA;img src=&#34;https://socialhub.activitypub.rocks/uploads/default/original/2X/d/dd8ee2842d572bad100cde42f7c98232e69ea9f7.png&#34; target=&#34;_blank&#34; &#xA;&#xA;hr&#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;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>Use pastebin from command line</p>

<p><strong>Use pastebin from command line</strong></p>

<p>Quite often, when you have a problem where, in order to get help you need to paste the contents of a file,or command output so that it can be shared,  for example on IRC (Chat) or a forum, this can be challenging to begin with.</p>

<p>As it is <strong>depreciated</strong> that you paste more than 2 lines in to IRC chat.  The way round this is to use a service called pastebin.   Debian [1] has it&#39;s own service for this [2].   There is a tool called <em>pastebinit</em> which is really helpful from the command line.</p>

<p>The first step is to switch to the <strong>root</strong> user. Sear for  and install the package <strong>pastebinit</strong> as per below.</p>

<p><em>Search</em></p>

<pre><code>root@Desktop:/home/user# apt search pastebinit
Sorting... Done
Full Text Search... Done
pastebinit/stable 1.5.1-1 all
  command-line pastebin client
</code></pre>

<p><em>Install</em></p>

<pre><code>root@Desktop:/home/user# apt install pastebinit
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-image-5.10.0-7-amd64 linux-image-5.10.0-8-amd64
Use &#39;apt autoremove&#39; to remove them.
The following NEW packages will be installed:
  pastebinit
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 46.6 kB of archives.
After this operation, 342 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bullseye/main amd64 pastebinit all 1.5.1-1 [46.6 kB]
Fetched 46.6 kB in 0s (342 kB/s)
Selecting previously unselected package pastebinit.
(Reading database ... 190310 files and directories currently installed.)
Preparing to unpack .../pastebinit_1.5.1-1_all.deb ...
Unpacking pastebinit (1.5.1-1) ...
Setting up pastebinit (1.5.1-1) ...
Processing triggers for man-db (2.9.4-2) ...
root@Desktop:/home/user# 
</code></pre>

<p>Once complete switch back to normal user (usually type exit)</p>

<pre><code>user@Desktop:~$ cat /etc/apt/sources.list &gt; pastebinit
user@Desktop:~$ cat /etc/apt/sources.list | pastebinit
https://paste.debian.net/1228146/
</code></pre>

<p>In this example I have used the cat command and piped the contents in to pastebinit,  this has given me a url to paste in to chat, (or copy manually)</p>

<p>Open this in a browser and you and others can see the contents, and people can help you further.</p>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/debian/pastebin2.png" alt="paste bin it output"></p>

<p>This is really useful too if you are stuck at the command prompt,  without a graphical interface.</p>

<p><strong>Links</strong></p>

<p>1 <a href="https://www.debian.org" rel="nofollow">Debian</a>
2 <a href="https://paste.debian.net" rel="nofollow">pastebin – debian</a>
3 <a href="https://personaljournal.ca/paigntonlibrarystemgroup/" rel="nofollow">Paignton Library STEM Group</a>
<strong>TAGS</strong></p>

<p><a href="/paulsutton/tag:Debian" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Debian</span></a>,<a href="/paulsutton/tag:GNULinux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">GNULinux</span></a>,<a href="/paulsutton/tag:Paste" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Paste</span></a>,<a href="/paulsutton/tag:Text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Text</span></a>,<a href="/paulsutton/tag:Pastebin" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Pastebin</span></a>,<a href="/paulsutton/tag:Share" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Share</span></a>,<a href="/paulsutton/tag:Troubleshooting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Troubleshooting</span></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/2X/d/dd8ee2842d572bad100cde42f7c98232e69ea9f7.png"></a></p>

<hr>

<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="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/use-pastebin-from-command-line</guid>
      <pubDate>Mon, 24 Jan 2022 15:18:28 +0000</pubDate>
    </item>
    <item>
      <title>Tilde - text editor</title>
      <link>https://personaljournal.ca/paulsutton/tilde</link>
      <description>&lt;![CDATA[Tilde - text editor&#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;Tilde is a nice, curses based text editor.  It is useful for if you are at the console or terminal in Linux and want a menu driven editor.  &#xA;&#xA;tilde&#xA;&#xA;While other tools are more command driven (nano, emacs, vi, vim and joe to name a few). Tilde is being mentioned for those of you who may find it useful&#xA;&#xA;As you would expect with a modern editor, tilde has support for syntax highlighting.&#xA;&#xA;Tilde Syntax Highlighting&#xA;&#xA;Which is really useful for programming or editing website code for example. &#xA;&#xA;REFERENCES&#xA;&#xA;Tilde man page&#xA;Free software foundation&#xA;  GNU&#xA;Free Software Foundation of India&#xA;Free Software Foundation of Latin America&#xA;Free Software Foundation Europe&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#Linux,#TextEditor,#Editor,#Text,&#xA;#Tilde,#Programming,#SyntaxHighlighting,#console,&#xA;terminal&#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>Tilde – text editor</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>Tilde is a nice, curses based text editor.  It is useful for if you are at the console or terminal in Linux and want a menu driven editor.</p>

<p><img src="https://salsa.debian.org/zleap-guest/screenshots/-/raw/master/misc/tilde1.png" alt="tilde"></p>

<p>While other tools are more command driven (nano, emacs, vi, vim and joe to name a few). Tilde is being mentioned for those of you who may find it useful</p>

<p>As you would expect with a modern editor, tilde has support for syntax highlighting.</p>

<p><img src="https://salsa.debian.org/zleap-guest/screenshots/-/raw/master/misc/tilde-highlighting.png" alt="Tilde Syntax Highlighting"></p>

<p>Which is really useful for programming or editing website code for example.</p>

<p><strong>REFERENCES</strong></p>
<ul><li><a href="https://manpages.ubuntu.com/manpages/eoan/man1/tilde.1.html" rel="nofollow">Tilde man page</a></li>
<li><a href="https://www.fsf.org/" rel="nofollow">Free software foundation</a>
<ul><li><a href="https://www.gnu.org" rel="nofollow">GNU</a></li></ul></li>
<li><a href="https://fsf.org.in/" rel="nofollow">Free Software Foundation of India</a></li>
<li><a href="http://www.fsfla.org/svnwiki/" rel="nofollow">Free Software Foundation of Latin America</a></li>
<li><a href="https://www.fsfe.org" rel="nofollow">Free Software Foundation Europe</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:Linux" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Linux</span></a>,<a href="/paulsutton/tag:TextEditor" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">TextEditor</span></a>,<a href="/paulsutton/tag:Editor" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Editor</span></a>,<a href="/paulsutton/tag:Text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Text</span></a>,
<a href="/paulsutton/tag:Tilde" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Tilde</span></a>,<a href="/paulsutton/tag:Programming" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Programming</span></a>,<a href="/paulsutton/tag:SyntaxHighlighting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">SyntaxHighlighting</span></a>,<a href="/paulsutton/tag:console" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">console</span></a>,
<a href="/paulsutton/tag:terminal" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">terminal</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/tilde</guid>
      <pubDate>Sat, 22 Jan 2022 17:00:22 +0000</pubDate>
    </item>
    <item>
      <title>Translate Science</title>
      <link>https://personaljournal.ca/paulsutton/translate-science</link>
      <description>&lt;![CDATA[Translate Science&#xA;&#xA;Another interesting project that I found on Mastodon.  This is translating academic and science texts to different languages.  &#xA;&#xA;I have replied to their Mastodon post and also mentioned the Africa Wiki project / contest.  As the two projects could complement each other if there are articles on Wikipedia about African Scientists and contributors to science. Ensure these articles on Wikipedia are also translated.  But also perhaps translate associated Science texts too.&#xA;&#xA;Of course it is all down to the number of people who have the skills are willing to share these skills.  &#xA;&#xA;From a personal viewpoint, I really feel employers MUST recognise these contributions. They are valuable to the projects but also help people develop important skills such as remote collaboration.&#xA;&#xA;REFERENCES&#xA;&#xA;Translate Science&#xA;Mastodon&#xA;&#xA;TAGS&#xA;&#xA;#Science,#Academic,#Text,#Papers,#Translation&#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>Translate Science</p>

<p>Another interesting project that I found on Mastodon.  This is translating academic and science texts to different languages.</p>

<p>I have replied to their Mastodon post and also mentioned the <a href="https://personaljournal.ca/paulsutton/africa-wiki-challenge" rel="nofollow">Africa Wiki project / contest</a>.  As the two projects could complement each other if there are articles on Wikipedia about African Scientists and contributors to science. Ensure these articles on Wikipedia are also translated.  But also perhaps translate associated Science texts too.</p>

<p>Of course it is all down to the number of people who have the skills are willing to share these skills.</p>

<p>From a personal viewpoint, I really feel employers <strong>MUST</strong> recognise these contributions. They are valuable to the projects but also help people develop important skills such as remote collaboration.</p>

<p><strong>REFERENCES</strong></p>
<ul><li><a href="https://blog.translatescience.org/launch-of-translate-science/" rel="nofollow">Translate Science</a></li>
<li><a href="https://qoto.org/web/accounts/466423" rel="nofollow">Mastodon</a></li></ul>

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

<p><a href="/paulsutton/tag:Science" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Science</span></a>,<a href="/paulsutton/tag:Academic" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Academic</span></a>,<a href="/paulsutton/tag:Text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Text</span></a>,<a href="/paulsutton/tag:Papers" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Papers</span></a>,<a href="/paulsutton/tag:Translation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Translation</span></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><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/translate-science</guid>
      <pubDate>Sat, 08 May 2021 07:43:04 +0000</pubDate>
    </item>
    <item>
      <title>Sed</title>
      <link>https://personaljournal.ca/paulsutton/sed</link>
      <description>&lt;![CDATA[Sed&#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;In my first ansi weather post I was looking at using sed to strip colour codes from the program output.  It turns out and covered in the second post that all that is needed is the -a false argument to the program.&#xA;&#xA;Nevertheless, sed is still worth learning.  To this end, the following resources may be useful.&#xA;&#xA;Sed video tutorial&#xA;&#xA;iframe width=&#34;560&#34; height=&#34;315&#34; src=&#34;https://www.youtube.com/embed/32waL1Z9XK0&#34; frameborder=&#34;0&#34; allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture&#34; allowfullscreen/iframe&#xA;&#xA;If you save this in to a text file you can follow along with the video. It is similar to the text from the video. &#xA;&#xA;10 Tiny Toes&#xA;this is That&#xA;One two Three&#xA;tree twice&#xA;&#xA;REFERENCES&#xA;&#xA;Filmsbykris&#xA;sed manual&#xA;Free Software Foundation&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#gnu,#sed,#text,#manipulation&#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>Sed</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>In my first <a href="https://personaljournal.ca/paulsutton/ansi-weather" rel="nofollow">ansi weather post</a> I was looking at using sed to strip colour codes from the program output.  It turns out and covered in the <a href="https://personaljournal.ca/paulsutton/ansi-weather-2" rel="nofollow">second post</a> that all that is needed is the -a false argument to the program.</p>

<p>Nevertheless, sed is still worth learning.  To this end, the following resources may be useful.</p>

<p>Sed video tutorial</p>

<iframe width="560" height="315" src="https://www.youtube.com/embed/32waL1Z9XK0" frameborder="0" allowfullscreen=""></iframe>

<p>If you save this in to a text file you can follow along with the video. It is similar to the text from the video.</p>

<pre><code>10 Tiny Toes
this is That
One two Three
tree twice
</code></pre>

<p><strong>REFERENCES</strong></p>
<ul><li><a href="http://filmsbykris.com" rel="nofollow">Filmsbykris</a></li>
<li><a href="https://www.gnu.org/software/sed/manual/sed.html" rel="nofollow">sed manual</a></li>
<li><a href="https://www.fsf.org" rel="nofollow">Free Software Foundation</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:gnu" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">gnu</span></a>,<a href="/paulsutton/tag:sed" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">sed</span></a>,<a href="/paulsutton/tag:text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">text</span></a>,<a href="/paulsutton/tag:manipulation" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">manipulation</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/sed</guid>
      <pubDate>Mon, 08 Feb 2021 07:30:00 +0000</pubDate>
    </item>
    <item>
      <title>CryptPad 4</title>
      <link>https://personaljournal.ca/paulsutton/cryptpad-4-bs6n</link>
      <description>&lt;![CDATA[CryptPad 4&#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;A look at some of the features of the Rich Text Editor that comes with the recently released, version 4 of CryptPad.&#xA;&#xA;iframe width=&#34;560&#34; height=&#34;315&#34; sandbox=&#34;allow-same-origin allow-scripts allow-popups&#34; src=&#34;https://diode.zone/videos/embed/3c17128f-f5a7-4ddd-873c-70deed07e338&#34; frameborder=&#34;0&#34; allowfullscreen/iframe&#xA;&#xA;This is a really nice package, and service, Cryptpad also comes as part of Disroot, which is also linked below.   The best feature of course is the privacy.  &#xA;&#xA;REFERENCES&#xA;&#xA;CryptPad&#xA;Disroot&#xA;Cryptpad Mastodon&#xA;Disroot Mastodon&#xA;Free Software Foundation&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#CryptPad,#RichText,#Editor,#Text,&#xA;Cloud,#Privacy&#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>CryptPad 4</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>A look at some of the features of the Rich Text Editor that comes with the recently released, version 4 of CryptPad.</p>

<iframe width="560" height="315" src="https://diode.zone/videos/embed/3c17128f-f5a7-4ddd-873c-70deed07e338" frameborder="0" allowfullscreen=""></iframe>

<p>This is a really nice package, and service, Cryptpad also comes as part of Disroot, which is also linked below.   The best feature of course is the privacy.</p>

<p><strong>REFERENCES</strong></p>
<ul><li><a href="https://www.cryptpad.fr" rel="nofollow">CryptPad</a></li>
<li><a href="https://www.disroot.org" rel="nofollow">Disroot</a></li>
<li><a href="https://social.weho.st/@cryptpad" rel="nofollow">Cryptpad Mastodon</a></li>
<li><a href="https://hub.disroot.org/channel/disroot" rel="nofollow">Disroot Mastodon</a></li>
<li><a href="https://www.fsf.org" rel="nofollow">Free Software Foundation</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:CryptPad" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">CryptPad</span></a>,<a href="/paulsutton/tag:RichText" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">RichText</span></a>,<a href="/paulsutton/tag:Editor" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Editor</span></a>,<a href="/paulsutton/tag:Text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Text</span></a>,
Cloud,<a href="/paulsutton/tag:Privacy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Privacy</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/cryptpad-4-bs6n</guid>
      <pubDate>Mon, 01 Feb 2021 07:30:00 +0000</pubDate>
    </item>
    <item>
      <title>Mastodon toot client</title>
      <link>https://personaljournal.ca/paulsutton/mastodon-toot-client</link>
      <description>&lt;![CDATA[Mastodon toot client&#xA;&#xA;Tip of the day&#xA;&#xA;if using the toot command line client, you can toot the contents of a file.&#xA;&#xA;Lets say &#39;text.txt&#39; contains the following&#xA;&#xA;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam&#xA;&#xA;If you login to toot, then type&#xA;&#xA;toot post &lt; text.txt then the contents of that file will be posted to Mastodon.&#xA;&#xA;Please feel free to follow me on Mastodon here&#xA;&#xA;#mastodon,#toot,#tips,#hints,#commandline,#cli,#client,&#xA;text,&#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>Mastodon toot client</p>

<p>Tip of the day</p>

<p>if using the toot command line client, you can toot the contents of a file.</p>

<p>Lets say &#39;text.txt&#39; contains the following</p>

<pre><code>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam
</code></pre>

<p>If you login to toot, then type</p>

<p>toot post &lt; text.txt then the contents of that file will be posted to Mastodon.</p>

<p>Please feel free to follow me on Mastodon <a href="https://qoto.org/@zleap" rel="nofollow">here</a></p>

<p><a href="/paulsutton/tag:mastodon" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">mastodon</span></a>,<a href="/paulsutton/tag:toot" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">toot</span></a>,<a href="/paulsutton/tag:tips" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tips</span></a>,<a href="/paulsutton/tag:hints" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">hints</span></a>,<a href="/paulsutton/tag:commandline" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">commandline</span></a>,<a href="/paulsutton/tag:cli" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">cli</span></a>,<a href="/paulsutton/tag:client" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">client</span></a>,
<a href="/paulsutton/tag:text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">text</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/mastodon-toot-client</guid>
      <pubDate>Sat, 26 Dec 2020 22:14:22 +0000</pubDate>
    </item>
    <item>
      <title>Liberoffice 7 Impress - Text formatting tool bar</title>
      <link>https://personaljournal.ca/paulsutton/liberoffice-7-impress-text-formatting-tool-bar</link>
      <description>&lt;![CDATA[Liberoffice 7 Impress - Text formatting tool bar&#xA;&#xA;By default libreoffice 7 impress does not display tools for text formatting on the toolbar.&#xA;&#xA;Text Formatting Tools&#xA;&#xA;To fix this, you need to &#xA;&#xA;Click View --  Tool bars --  Text Formatting&#xA; &#xA;And the tool will be displayed&#xA;&#xA;View tool bars menu&#xA;&#xA;Video below illustrates process &#xA;&#xA;iframe width=&#34;560&#34; height=&#34;315&#34; sandbox=&#34;allow-same-origin allow-scripts allow-popups&#34; src=&#34;https://diode.zone/videos/embed/115365ca-04db-4f0f-8ada-c6b080c3d38e&#34; frameborder=&#34;0&#34; allowfullscreen/iframe&#xA;&#xA;#libreoffice7,#impress,#display,#text,#formatting,toolbar,&#xA;#help,#support.&#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>Liberoffice 7 Impress – Text formatting tool bar</p>

<p>By default libreoffice 7 impress does not display tools for text formatting on the toolbar.</p>

<p><img src="https://salsa.debian.org/zleap-guest/screenshots/-/raw/master/libreoffice7/impress/text-formatting.png" alt="Text Formatting Tools"></p>

<p>To fix this, you need to</p>

<p>Click <strong>View</strong> —&gt; <strong>Tool bars</strong> —&gt; <strong>Text Formatting</strong></p>

<p>And the tool will be displayed</p>

<p><img src="https://salsa.debian.org/zleap-guest/screenshots/-/raw/master/libreoffice7/impress/Terxt-formatting-from-menu.png" alt="View tool bars menu"></p>

<p>Video below illustrates process</p>

<iframe width="560" height="315" src="https://diode.zone/videos/embed/115365ca-04db-4f0f-8ada-c6b080c3d38e" frameborder="0" allowfullscreen=""></iframe>

<p><a href="/paulsutton/tag:libreoffice7" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">libreoffice7</span></a>,<a href="/paulsutton/tag:impress" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">impress</span></a>,<a href="/paulsutton/tag:display" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">display</span></a>,<a href="/paulsutton/tag:text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">text</span></a>,<a href="/paulsutton/tag:formatting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">formatting</span></a>,toolbar,
<a href="/paulsutton/tag:help" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">help</span></a>,<a href="/paulsutton/tag:support" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">support</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/liberoffice-7-impress-text-formatting-tool-bar</guid>
      <pubDate>Wed, 16 Dec 2020 08:48:17 +0000</pubDate>
    </item>
    <item>
      <title>LibreOffice Learning Resources</title>
      <link>https://personaljournal.ca/paulsutton/libreoffice-learning-resources</link>
      <description>&lt;![CDATA[LibreOffice Learning Resources&#xA;&#xA;As digital skills are an essential part of everyday life.  I have created, a new blog, to host information to help people out tasks using LibreOffice.&#xA;&#xA;So far this is blog has covered just the Writer component. This may be extended later, as I have some videos for the Calc Spreadsheet.  &#xA;&#xA;The new blog can be found here. &#xA;&#xA;Videos, hosted on my Peer tube.&#xA;Images, hosted on Salsa.debian&#xA;Blog, hosted on personaljournal.ca/&#xA;Blog. powered by https://write.as/&#xA;&#xA;TDF Blog post&#xA;&#xA;#Digital,#Skills,#LibreOffice,#Writer,#Basic,#Tutorial,&#xA;#Text,Video,#MixedMedia,#Learning,#Development&#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>LibreOffice Learning Resources</p>

<p>As digital skills are an essential part of everyday life.  I have created, a new blog, to host information to help people out tasks using <a href="https://www.libreoffice.org/" rel="nofollow">LibreOffice</a>.</p>

<p>So far this is blog has covered just the <a href="https://www.libreoffice.org/discover/writer/" rel="nofollow">Writer component</a>. This may be extended later, as I have some videos for the <a href="https://www.libreoffice.org/discover/calc/" rel="nofollow">Calc Spreadsheet</a>.</p>

<p>The new blog can be found <a href="https://personaljournal.ca/libreoffice/" rel="nofollow">here</a>.</p>
<ul><li>Videos, hosted on my <a href="https://diode.zone/video-channels/libreofficewriter/videos" rel="nofollow">Peer tube</a>.</li>
<li>Images, hosted on Salsa.debian</li>
<li>Blog, hosted on <a href="personaljournal.ca/" rel="nofollow">personaljournal.ca/</a></li>

<li><p>Blog. powered by <a href="https://write.as/" rel="nofollow">https://write.as/</a></p></li>

<li><p><a href="https://blog.documentfoundation.org/blog/2020/11/19/new-beginner-libreoffice-tutorials-and-videos-from-paul-sutton/" rel="nofollow">TDF Blog post</a></p></li></ul>

<p><a href="/paulsutton/tag:Digital" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Digital</span></a>,<a href="/paulsutton/tag:Skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Skills</span></a>,<a href="/paulsutton/tag:LibreOffice" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LibreOffice</span></a>,<a href="/paulsutton/tag:Writer" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Writer</span></a>,<a href="/paulsutton/tag:Basic" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Basic</span></a>,<a href="/paulsutton/tag:Tutorial" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Tutorial</span></a>,
<a href="/paulsutton/tag:Text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Text</span></a>,Video,<a href="/paulsutton/tag:MixedMedia" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">MixedMedia</span></a>,<a href="/paulsutton/tag:Learning" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Learning</span></a>,<a href="/paulsutton/tag:Development" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Development</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/libreoffice-learning-resources</guid>
      <pubDate>Thu, 19 Nov 2020 13:22:47 +0000</pubDate>
    </item>
    <item>
      <title>Writefull</title>
      <link>https://personaljournal.ca/paulsutton/writefull</link>
      <description>&lt;![CDATA[Writefull&#xA;&#xA;Writefull is a plug-in for Google Chrome designed to complement the cloud based Overleaf LaTeX editor by facilitating the checking of your document for errors such as grammar and spelling.&#xA;&#xA;You can read more about this here&#xA;&#xA;This is a really valuable tool if you are involved in writing academic texts, as it designed for that level of text processing in mind.  However it is a welcome tool if you&#39;re using Overleaf in general.  &#xA;&#xA;References&#xA;&#xA;Overleaf&#xA;Wtitefull&#xA;&#xA;#LaTeX, #overleaf, #writefull, #typesetting, #spelling, #grammar, #error, #checking, #academic, #text, #textprocessing&#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>Writefull</p>

<p>Writefull is a plug-in for Google Chrome designed to complement the cloud based Overleaf LaTeX editor by facilitating the checking of your document for errors such as grammar and spelling.</p>

<p>You can read more about this <a href="https://www.overleaf.com/learn/how-to/Writefull%20Overleaf%20Extension" rel="nofollow">here</a></p>

<p>This is a really valuable tool if you are involved in writing academic texts, as it designed for that level of text processing in mind.  However it is a welcome tool if you&#39;re using Overleaf in general.</p>

<p><strong>References</strong></p>
<ul><li><a href="https://www.overleaf.com" rel="nofollow">Overleaf</a></li>
<li><a href="https://writefull.com/" rel="nofollow">Wtitefull</a></li></ul>

<p><a href="/paulsutton/tag:LaTeX" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LaTeX</span></a>, <a href="/paulsutton/tag:overleaf" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">overleaf</span></a>, <a href="/paulsutton/tag:writefull" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">writefull</span></a>, <a href="/paulsutton/tag:typesetting" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">typesetting</span></a>, <a href="/paulsutton/tag:spelling" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">spelling</span></a>, <a href="/paulsutton/tag:grammar" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">grammar</span></a>, <a href="/paulsutton/tag:error" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">error</span></a>, <a href="/paulsutton/tag:checking" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">checking</span></a>, <a href="/paulsutton/tag:academic" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">academic</span></a>, <a href="/paulsutton/tag:text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">text</span></a>, <a href="/paulsutton/tag:textprocessing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">textprocessing</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/writefull</guid>
      <pubDate>Sat, 04 Jul 2020 08:13:37 +0000</pubDate>
    </item>
    <item>
      <title>CEEFAX on the Pi</title>
      <link>https://personaljournal.ca/paulsutton/ceefax-on-the-pi</link>
      <description>&lt;![CDATA[CEEFAX on the Pi &#xA;&#xA;CEEFAX was a text based TV information service provided by the BBC back in the 80 to 90&#39;s.  It may have started earlier, not sure. &#xA;&#xA;Fast forward to 2020 and we have working version on the Raspberry Pi computer.&#xA;&#xA;You can read more here.&#xA;&#xA;I am in the process of testing this out. My Raspberry Pi is running Raspbian 9.4 so I am in the process of updating this. It seems the latest update to Raspbian is 9.9.&#xA;&#xA;raspbian update&#xA;&#xA;This may be a long process, so I will have to post an update to this tomorrow. But in the meantime you can read up more. &#xA;&#xA;If I get it working, I will see if I can bring it to the next South Devon Tech Jam on the 14th March.  It may be something to have along side the Retro Computing area we are going to be setting up. &#xA;&#xA;RaspberryPi&#xA;South Devon Tech Jam&#xA;&#xA;#bbc, #tv, #text, #information, #service, #raspberrypi, #computer, #southdevontechjam,#sdtj, #march&#xA;&#xA;--&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#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>CEEFAX on the Pi</p>

<p>CEEFAX was a text based TV information service provided by the BBC back in the 80 to 90&#39;s.  It may have started earlier, not sure.</p>

<p>Fast forward to 2020 and we have working version on the Raspberry Pi computer.</p>

<p>You can read <a href="https://www.nathanmediaservices.co.uk/teletext-viewer/" rel="nofollow">more here</a>.</p>

<p>I am in the process of testing this out. My Raspberry Pi is running Raspbian 9.4 so I am in the process of updating this. It seems the latest update to Raspbian is 9.9.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freesoft/rasp94-2-99.png" alt="raspbian update"></p>

<p>This may be a long process, so I will have to post an update to this tomorrow. But in the meantime you can read up more.</p>

<p>If I get it working, I will see if I can bring it to the next South Devon Tech Jam on the 14th March.  It may be something to have along side the Retro Computing area we are going to be setting up.</p>
<ul><li><a href="https://www.raspberrypi.org" rel="nofollow">RaspberryPi</a></li>
<li><a href="https://www.sdtj.org.uk" rel="nofollow">South Devon Tech Jam</a></li></ul>

<p><a href="/paulsutton/tag:bbc" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">bbc</span></a>, <a href="/paulsutton/tag:tv" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tv</span></a>, <a href="/paulsutton/tag:text" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">text</span></a>, <a href="/paulsutton/tag:information" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">information</span></a>, <a href="/paulsutton/tag:service" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">service</span></a>, <a href="/paulsutton/tag:raspberrypi" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">raspberrypi</span></a>, <a href="/paulsutton/tag:computer" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">computer</span></a>, <a href="/paulsutton/tag:southdevontechjam" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">southdevontechjam</span></a>,<a href="/paulsutton/tag:sdtj" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">sdtj</span></a>, <a href="/paulsutton/tag:march" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">march</span></a></p>

<p>—</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/88x31.png" alt="cc-by logo"></p>

<p><a href="https://creativecommons.org/licenses/by/4.0/" rel="nofollow">Licenced under Attribution 4.0 International (CC BY 4.0)</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/ceefax-on-the-pi</guid>
      <pubDate>Sun, 16 Feb 2020 19:45:50 +0000</pubDate>
    </item>
  </channel>
</rss>