<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Skills &amp;mdash; Paul Sutton</title>
    <link>https://paper.wf/paulsutton/tag:Skills</link>
    <description>Paul Sutton - personal blog </description>
    <pubDate>Wed, 06 May 2026 23:47:49 +0000</pubDate>
    <item>
      <title>ToriOS Internship Program - version 1.0</title>
      <link>https://paper.wf/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]]&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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/torios-internship-program-version-1-0</guid>
      <pubDate>Tue, 08 Feb 2022 15:16:35 +0000</pubDate>
    </item>
    <item>
      <title>Essay and report writing skills</title>
      <link>https://paper.wf/paulsutton/essay-and-report-writing-skills</link>
      <description>&lt;![CDATA[Essay and report writing skills&#xA;&#xA;This is a repost&#xA;&#xA;Hopefully reposting this here, will inspire people.&#xA;&#xA;I completed Essay and report writing skills [3] with OpenLearn [2], earlier this year. This is part of the Open University [1].  In fact, this course mirrors a student tool kit book I have here, also from the OU.  It is nice to have a printed and bound version. &#xA;&#xA;Very useful course, lots of useful ideas, pointers to writing good essays and reports. Topics included structure, referencing, quotations,drafting, polishing and letting go. So probably just as applicable in the workplace as it is in the Academic world &#xA;&#xA;I am looking forward to further study. &#xA;&#xA;Course Certificate&#xA;&#xA;The UK government want all adults to spend time learning. To this end have created the skills toolkit [4] to help adults find learning and development courses.&#xA;&#xA;This is a great idea, provided that employers:-&#xA;&#xA;Support employees in learning&#xA;Value any learning an employee undertakes&#xA;Value the commitment and work put in in order to learn new skills&#xA;Recognise employee achievements on their CV&#xA;See potential in their employee(s) &#xA;&#xA;REFERENCES&#xA;&#xA;1 Open University&#xA;2 OpenLearn&#xA;3 Course Website&#xA;4 Skills toolkit&#xA;&#xA;TAGS&#xA;&#xA;#Essay,#Report,#Writing,#Skills,&#xA;#OpenUniversity,#OU,#OpenLearn,#Course,#E-learning,#Study, #YearOfTheFediverse,&#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]]&gt;</description>
      <content:encoded><![CDATA[<p>Essay and report writing skills</p>

<p>This is a repost</p>

<p>Hopefully reposting this here, will inspire people.</p>

<p>I completed <em>Essay and report writing skills</em> [3] with OpenLearn [2], earlier this year. This is part of the Open University [1].  In fact, this course mirrors a student tool kit book I have here, also from the OU.  It is nice to have a printed and bound version.</p>

<p>Very useful course, lots of useful ideas, pointers to writing good essays and reports. Topics included structure, referencing, quotations,drafting, polishing and letting go. So probably just as applicable in the workplace as it is in the Academic world</p>

<p>I am looking forward to further study.</p>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/certs/EssayAndReportWritingSkillsA.png" alt="Course Certificate"></p>

<p>The UK government want all adults to spend time learning. To this end have created the skills toolkit [4] to help adults find learning and development courses.</p>

<p>This is a great idea, provided that employers:-</p>
<ul><li>Support employees in learning</li>
<li>Value any learning an employee undertakes</li>
<li>Value the commitment and work put in in order to learn new skills</li>
<li>Recognise employee achievements on their CV</li>
<li>See potential in their employee(s)</li></ul>

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

<p>1 <a href="https://www.open.ac.uk" rel="nofollow">Open University</a>
2 <a href="https://www.open.ac.uk/openlearn" rel="nofollow">OpenLearn</a>
3 <a href="https://www.open.edu/openlearn/education-development/essay-and-report-writing-skills/content-section---acknowledgements" rel="nofollow">Course Website</a>
4 <a href="https://theskillstoolkit.campaign.gov.uk/" rel="nofollow">Skills toolkit</a></p>

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

<p><a href="/paulsutton/tag:Essay" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Essay</span></a>,<a href="/paulsutton/tag:Report" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Report</span></a>,<a href="/paulsutton/tag:Writing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Writing</span></a>,<a href="/paulsutton/tag:Skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Skills</span></a>,
<a href="/paulsutton/tag:OpenUniversity" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenUniversity</span></a>,<a href="/paulsutton/tag:OU" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OU</span></a>,<a href="/paulsutton/tag:OpenLearn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenLearn</span></a>,<a href="/paulsutton/tag:Course" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Course</span></a>,<a href="/paulsutton/tag:E" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">E</span></a>-learning,<a href="/paulsutton/tag:Study" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Study</span></a>, <a href="/paulsutton/tag:YearOfTheFediverse" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">YearOfTheFediverse</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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/essay-and-report-writing-skills</guid>
      <pubDate>Wed, 22 Sep 2021 06:30:00 +0000</pubDate>
    </item>
    <item>
      <title>Essay and report writing skills</title>
      <link>https://paper.wf/paulsutton/essay-and-report-writing-skills-gmtt</link>
      <description>&lt;![CDATA[Essay and report writing skills&#xA;&#xA;I have just completed a course on Essay and report writing skills [3] with OpenLearn [2], which is part of the Open University [1].  In fact, this course mirrors a student tool kit book I have here, also from the OU.  It is nice to have a printed and bound version. &#xA;&#xA;Very useful course, lots of useful ideas, pointers to writing good essays and reports. Topics included structure, referencing, quotations,drafting, polishing and letting go. So probably just as applicable in the workplace as it is in the Academic world &#xA;&#xA;I am looking forward to further study. &#xA;&#xA;Course Certificate&#xA;&#xA;The UK government want all adults to spend time learning. To this end have created the skills toolkit [4] to help adults find learning and development courses.&#xA;&#xA;This is a great idea, provided that employers:-&#xA;&#xA;Support employees in learning&#xA;Value any learning an employee undertakes&#xA;Value the commitment and work put in in order to learn new skills&#xA;Recognise employee achievements on their CV&#xA;See potential in their employee(s) &#xA;&#xA;REFERENCES&#xA;&#xA;1 Open University&#xA;2 OpenLearn&#xA;3 Course Website&#xA;4 Skills toolkit&#xA;&#xA;TAGS&#xA;&#xA;#Essay,#Report,#Writing,#Skills,&#xA;#OpenUniversity,#OU,#OpenLearn,#Course,#E-learning,#Study, #YearOfTheFediverse,&#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]]&gt;</description>
      <content:encoded><![CDATA[<p>Essay and report writing skills</p>

<p>I have just completed a course on <em>Essay and report writing skills</em> [3] with OpenLearn [2], which is part of the Open University [1].  In fact, this course mirrors a student tool kit book I have here, also from the OU.  It is nice to have a printed and bound version.</p>

<p>Very useful course, lots of useful ideas, pointers to writing good essays and reports. Topics included structure, referencing, quotations,drafting, polishing and letting go. So probably just as applicable in the workplace as it is in the Academic world</p>

<p>I am looking forward to further study.</p>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/certs/EssayAndReportWritingSkillsA.png" alt="Course Certificate"></p>

<p>The UK government want all adults to spend time learning. To this end have created the skills toolkit [4] to help adults find learning and development courses.</p>

<p>This is a great idea, provided that employers:-</p>
<ul><li>Support employees in learning</li>
<li>Value any learning an employee undertakes</li>
<li>Value the commitment and work put in in order to learn new skills</li>
<li>Recognise employee achievements on their CV</li>
<li>See potential in their employee(s)</li></ul>

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

<p>1 <a href="https://www.open.ac.uk" rel="nofollow">Open University</a>
2 <a href="https://www.open.ac.uk/openlearn" rel="nofollow">OpenLearn</a>
3 <a href="https://www.open.edu/openlearn/education-development/essay-and-report-writing-skills/content-section---acknowledgements" rel="nofollow">Course Website</a>
4 <a href="https://theskillstoolkit.campaign.gov.uk/" rel="nofollow">Skills toolkit</a></p>

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

<p><a href="/paulsutton/tag:Essay" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Essay</span></a>,<a href="/paulsutton/tag:Report" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Report</span></a>,<a href="/paulsutton/tag:Writing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Writing</span></a>,<a href="/paulsutton/tag:Skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Skills</span></a>,
<a href="/paulsutton/tag:OpenUniversity" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenUniversity</span></a>,<a href="/paulsutton/tag:OU" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OU</span></a>,<a href="/paulsutton/tag:OpenLearn" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenLearn</span></a>,<a href="/paulsutton/tag:Course" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Course</span></a>,<a href="/paulsutton/tag:E" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">E</span></a>-learning,<a href="/paulsutton/tag:Study" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Study</span></a>, <a href="/paulsutton/tag:YearOfTheFediverse" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">YearOfTheFediverse</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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/essay-and-report-writing-skills-gmtt</guid>
      <pubDate>Sat, 27 Feb 2021 13:21:58 +0000</pubDate>
    </item>
    <item>
      <title>Website on pi</title>
      <link>https://paper.wf/paulsutton/website-on-pi</link>
      <description>&lt;![CDATA[Website on pi&#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;I spent some time on last night, setting up a mini web server on m Raspberry pi. &#xA;&#xA;So running a http server on a Raspberry Pi. &#xA;&#xA;For this project I am just using the python3-test-server package, &#xA;&#xA;Install python3-test-server&#xA;Create a directory to hold some html files&#xA;Change to this directory &#xA;Create a very basic html file e.g index.html&#xA;run python3 -m http.server:7800 where 7800 is the port you want to use&#xA;&#xA;web server on pi&#xA;&#xA;In the browser go to ip:7800&#xA;&#xA;Website on pi&#xA;&#xA;What I have done here, however is &#xA;&#xA;Run the server on the pi, &#xA;Connected via ssh to create the site files and run the server&#xA;Edited the basic website on the pi via ssh, by running a text editor&#xA;To copy other files directly from my main PC to the Pi i used&#xA;&#xA;   scp file.jpg pi@ip:path e.g&#xA;     scp file.jpg pi@ip:/home/pi/html/&#xA;&#xA;I have, gone a little further than this:&#xA;&#xA;In order to share my free software video dvd (and other resources) with people I:-&#xA;&#xA;Uploaded files to the server&#xA;Created a web link to the iso file&#xA;Edited my router firewall so it would allow a connection to the pi&#xA;&#xA;I then shared the appropriate IP address with a friend via irc so he could download the ISO file, and it worked really well.&#xA;&#xA;REFERENCES&#xA;&#xA;Free Software Foundation&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#httpServer,#website,#html,#css,&#xA;#Python,#Firewall,#Networking,ProblemSolving,#Skills,#IT&#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]]&gt;</description>
      <content:encoded><![CDATA[<p>Website on pi</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>I spent some time on last night, setting up a mini web server on m Raspberry pi.</p>

<p><strong>So running a http server on a Raspberry Pi</strong>.</p>

<p>For this project I am just using the python3-test-server package,</p>
<ol><li>Install python3-test-server</li>
<li>Create a directory to hold some html files</li>
<li>Change to this directory</li>
<li>Create a very basic html file e.g index.html</li>
<li>run python3 -m http.server:7800 where 7800 is the port you want to use</li></ol>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/webserver.png" alt="web server on pi"></p>

<p>In the browser go to ip:7800</p>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/websiteonpi.png" alt="Website on pi"></p>

<p>What I have done here, however is</p>
<ul><li>Run the server on the pi,</li>
<li>Connected via ssh to create the site files and run the server</li>
<li>Edited the basic website on the pi via ssh, by running a text editor</li>

<li><p>To copy other files directly from my main PC to the Pi i used</p>
<ul><li>scp file.jpg pi@ip:path e.g
<ul><li>scp file.jpg pi@ip:/home/pi/html/</li></ul></li></ul></li></ul>

<p>I have, gone a little further than this:</p>

<p>In order to share my free software video dvd (and other resources) with people I:-</p>
<ul><li>Uploaded files to the server</li>
<li>Created a web link to the iso file</li>
<li>Edited my router firewall so it would allow a connection to the pi</li></ul>

<p>I then shared the appropriate IP address with a friend via irc so he could download the ISO file, and it worked really well.</p>

<p><strong>REFERENCES</strong></p>
<ul><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:httpServer" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">httpServer</span></a>,<a href="/paulsutton/tag:website" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">website</span></a>,<a href="/paulsutton/tag:html" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">html</span></a>,<a href="/paulsutton/tag:css" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">css</span></a>,
<a href="/paulsutton/tag:Python" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Python</span></a>,<a href="/paulsutton/tag:Firewall" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Firewall</span></a>,<a href="/paulsutton/tag:Networking" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Networking</span></a>,ProblemSolving,<a href="/paulsutton/tag:Skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Skills</span></a>,<a href="/paulsutton/tag:IT" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">IT</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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/website-on-pi</guid>
      <pubDate>Mon, 18 Jan 2021 07:00:00 +0000</pubDate>
    </item>
    <item>
      <title>Open Street Map Contributions</title>
      <link>https://paper.wf/paulsutton/open-street-map-contributions</link>
      <description>&lt;![CDATA[Open Street Map Contributions&#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;Further to my post yesterday. I have been contributing to the Open Street Map project [1] with a few updates for the Torbay area, these are detailed on my OSM profile [2].&#xA;&#xA;These are mostly :&#xA;&#xA;Adding website data for local schools&#xA;Updating other data such as the School name if this has changed or different from the map listing&#xA;Adding website data for other attractions&#xA;&#xA;REFERENCES&#xA;&#xA;Open Street Map&#xA;OSM Contributions&#xA;Adding links to OSM locations to https://mastodon.org.uk/@TorbayUK&#xA;&#xA;Contact&#xA;&#xA;You can get in touch via the details on my &#xA;&#xA;contact page&#xA;OSM Profile&#xA;&#xA;TAGS&#xA;&#xA;#YearOfTheFediverse,#OpenData,#OpenStreetMap,#Contribution,#Skills,#Demonstration,#LookingForWork, &#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;]]&gt;</description>
      <content:encoded><![CDATA[<p>Open Street Map Contributions</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>Further to my <a href="https://personaljournal.ca/paulsutton/open-street-map" rel="nofollow">post yesterday</a>. I have been contributing to the Open Street Map project [1] with a few updates for the Torbay area, these are detailed on my OSM profile [2].</p>

<p>These are mostly :</p>
<ul><li>Adding website data for local schools</li>
<li>Updating other data such as the School name if this has changed or different from the map listing</li>
<li>Adding website data for other attractions</li></ul>

<p><strong>REFERENCES</strong></p>
<ol><li><a href="https://www.openstreetmap.org" rel="nofollow">Open Street Map</a></li>
<li><a href="https://www.openstreetmap.org/user/zleap/history#map=13/50.4587/-3.5542" rel="nofollow">OSM Contributions</a></li>
<li>Adding links to OSM locations to <a href="https://mastodon.org.uk/@TorbayUK" rel="nofollow">https://mastodon.org.uk/@TorbayUK</a></li></ol>

<p><strong>Contact</strong></p>

<p>You can get in touch via the details on my</p>
<ul><li><a href="https://personaljournal.ca/paulsutton/contact" rel="nofollow">contact</a> page</li>
<li><a href="https://www.openstreetmap.org/user/zleap" rel="nofollow">OSM Profile</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:OpenData" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenData</span></a>,<a href="/paulsutton/tag:OpenStreetMap" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">OpenStreetMap</span></a>,<a href="/paulsutton/tag:Contribution" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Contribution</span></a>,<a href="/paulsutton/tag:Skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Skills</span></a>,<a href="/paulsutton/tag:Demonstration" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Demonstration</span></a>,<a href="/paulsutton/tag:LookingForWork" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">LookingForWork</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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/open-street-map-contributions</guid>
      <pubDate>Sun, 10 Jan 2021 14:33:26 +0000</pubDate>
    </item>
    <item>
      <title>Remote education</title>
      <link>https://paper.wf/paulsutton/remote-education</link>
      <description>&lt;![CDATA[Remote education&#xA;&#xA;With the current Covd19 crisis in the UK, getting worse (again), Areas entering tier 4, (highest lockdown), Schools are closing and in some cases using remote education.&#xA;&#xA;This brings up the prospect of them using non free tools, that when it comes to privacy may not be as private as first thought. &#xA;&#xA;MScookie&#xA;&#xA;There is a really good article here on the GNU website, that explains the problem. &#xA;&#xA;The Electronic Frontier Foundation have an event coming up on privacy on campus&#xA;&#xA;It would be great if there could now be a big push to promote free and open source tools, to help level up education, and actually safeguard children, young people and adults from data harvesting etc. &#xA;&#xA;So what, free, open source and privacy / rights respecting remote tools can we use for teaching?&#xA;&#xA;https://meet.jit.si/&#xA;https://bigbluebutton.org/&#xA;Moodle&#xA;&#xA;I am now involved in an effort to take the digital skills framework (UK) and look at how we can achieve this using free and open source software. This project can be found on Codeberg&#xA;&#xA;#education,#privacy,#safeguarding,#data,#children,&#xA;#youngpeople,#adults,#skills,#freesoftware,#dataprotection,#safeguarding,#freedom.&#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]]&gt;</description>
      <content:encoded><![CDATA[<p>Remote education</p>

<p>With the current Covd19 crisis in the UK, getting worse (again), Areas entering tier 4, (highest lockdown), Schools are closing and in some cases using remote education.</p>

<p>This brings up the prospect of them using non free tools, that when it comes to privacy may not be as private as first thought.</p>

<p><img src="https://git.qoto.org/zleap/documents/-/raw/master/microsoftcookies.png" alt="MScookie"></p>

<p>There is a really good article <a href="https://www.gnu.org/education/remote-education-children-freedom-privacy-at-stake.en.html" rel="nofollow">here</a> on the GNU website, that explains the problem.</p>

<p>The Electronic Frontier Foundation have an event coming up on <a href="https://www.eff.org/event/home-and-campus-eff" rel="nofollow">privacy on campus</a></p>

<p>It would be great if there could now be a big push to promote free and open source tools, to help level up education, and actually safeguard children, young people and adults from data harvesting etc.</p>

<p>So what, free, open source and privacy / rights respecting remote tools can we use for teaching?</p>
<ul><li><a href="https://meet.jit.si/" rel="nofollow">https://meet.jit.si/</a></li>
<li><a href="https://bigbluebutton.org/" rel="nofollow">https://bigbluebutton.org/</a></li>
<li><a href="https://moodle.com/" rel="nofollow">Moodle</a></li></ul>

<p>I am now involved in an effort to take the digital skills framework (UK) and look at how we can achieve this using free and open source software. This project can be found on <a href="https://codeberg.org/DigitalSkills/DigitalSkills/src/branch/main/about.md" rel="nofollow">Codeberg</a></p>

<p><a href="/paulsutton/tag:education" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">education</span></a>,<a href="/paulsutton/tag:privacy" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">privacy</span></a>,<a href="/paulsutton/tag:safeguarding" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">safeguarding</span></a>,<a href="/paulsutton/tag:data" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">data</span></a>,<a href="/paulsutton/tag:children" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">children</span></a>,
<a href="/paulsutton/tag:youngpeople" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">youngpeople</span></a>,<a href="/paulsutton/tag:adults" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">adults</span></a>,<a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>,<a href="/paulsutton/tag:freesoftware" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freesoftware</span></a>,<a href="/paulsutton/tag:dataprotection" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">dataprotection</span></a>,<a href="/paulsutton/tag:safeguarding" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">safeguarding</span></a>,<a href="/paulsutton/tag:freedom" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freedom</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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/remote-education</guid>
      <pubDate>Mon, 04 Jan 2021 08:43:55 +0000</pubDate>
    </item>
    <item>
      <title>LibreOffice Learning Resources</title>
      <link>https://paper.wf/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]]&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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/libreoffice-learning-resources</guid>
      <pubDate>Thu, 19 Nov 2020 13:22:47 +0000</pubDate>
    </item>
    <item>
      <title>Adding tables to Overleaf LaTeX document.</title>
      <link>https://paper.wf/paulsutton/adding-tables-to-overleaf-latex-document</link>
      <description>&lt;![CDATA[Adding tables to Overleaf LaTeX document.&#xA;&#xA;I am sharing this, in the hope that it helps to demonstrate my IT skills.  &#xA;&#xA;This shows:&#xA;&#xA;Creation of a table using tables generator&#xA;Copying into a LaTeX document in Overleaf&#xA;Making a few modifications&#xA;Adding \listoftables to so that it is listed near the end of the document&#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/a83ac2f1-fda8-4a01-a019-7eb0ece02aac&#34; frameborder=&#34;0&#34; allowfullscreen/iframe&#xA;&#xA;#skills,#computing,#science,#LaTeX,#Overleaf,#tables&#xA;&#xA;License information&#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.]]&gt;</description>
      <content:encoded><![CDATA[<p>Adding tables to Overleaf LaTeX document.</p>

<p>I am sharing this, in the hope that it helps to demonstrate my IT skills.</p>

<p>This shows:</p>
<ul><li>Creation of a table using tables generator</li>
<li>Copying into a LaTeX document in Overleaf</li>
<li>Making a few modifications</li>
<li>Adding \listoftables to so that it is listed near the end of the document</li></ul>

<iframe width="560" height="315" src="https://diode.zone/videos/embed/a83ac2f1-fda8-4a01-a019-7eb0ece02aac" frameborder="0" allowfullscreen=""></iframe>

<p><a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>,<a href="/paulsutton/tag:computing" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">computing</span></a>,<a href="/paulsutton/tag:science" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">science</span></a>,<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:tables" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">tables</span></a></p>

<p><strong>License information</strong></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>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/adding-tables-to-overleaf-latex-document</guid>
      <pubDate>Wed, 18 Nov 2020 22:03:16 +0000</pubDate>
    </item>
    <item>
      <title>Basic IT course update 8</title>
      <link>https://paper.wf/paulsutton/basic-it-course-update-8</link>
      <description>&lt;![CDATA[Basic IT course update 8&#xA;&#xA;So further to my previous update on the Level 1 Digital skills course.  The certificate for this has arrived. &#xA;&#xA;This has now been scanned in and uploaded to my new LinkedIn profile&#xA;&#xA;#education,#courses,#digital,#skills,#level1&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Basic IT course update 8</p>

<p>So further to my <a href="https://personaljournal.ca/paulsutton/basic-it-course-update-7" rel="nofollow">previous update</a> on the Level 1 Digital skills course.  The certificate for this has arrived.</p>

<p>This has now been scanned in and uploaded to my <a href="https://www.linkedin.com/in/paul-sutton-5737171b8/" rel="nofollow">new LinkedIn profile</a></p>

<p><a href="/paulsutton/tag:education" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">education</span></a>,<a href="/paulsutton/tag:courses" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">courses</span></a>,<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:level1" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">level1</span></a></p>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/basic-it-course-update-8</guid>
      <pubDate>Fri, 02 Oct 2020 09:44:37 +0000</pubDate>
    </item>
    <item>
      <title>Free Code Camp progress 8/6/2020</title>
      <link>https://paper.wf/paulsutton/free-code-camp-progress-8-6-2020</link>
      <description>&lt;![CDATA[Free Code Camp progress 8/6/2020&#xA;&#xA;Responsive Web Design Principles component of Responsive Web Design course with Free Code Camp is now complete.&#xA;&#xA;accessibility&#xA;&#xA;Now moving on to CSS-Flexbox.&#xA;&#xA;#freecodecamp,#applied,#accessibility,#learning,#skills,&#xA;#responsive,#web,#design,#codeclub&#xA;&#xA;cc-by logo&#xA;&#xA;Licenced under Attribution 4.0 International (CC BY 4.0)&#xA;&#xA;I can be contacted on Mastodon here. &#xA;&#xA;]]&gt;</description>
      <content:encoded><![CDATA[<p>Free Code Camp progress 8/6/2020</p>

<p>Responsive Web Design Principles component of Responsive Web Design course with Free Code Camp is now complete.</p>

<p><img src="https://raw.githubusercontent.com/zleap/blogmedia/master/freecodecamp/resprinciples.png" alt="accessibility"></p>

<p>Now moving on to CSS-Flexbox.</p>

<p><a href="/paulsutton/tag:freecodecamp" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">freecodecamp</span></a>,<a href="/paulsutton/tag:applied" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">applied</span></a>,<a href="/paulsutton/tag:accessibility" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">accessibility</span></a>,<a href="/paulsutton/tag:learning" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">learning</span></a>,<a href="/paulsutton/tag:skills" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">skills</span></a>,
<a href="/paulsutton/tag:responsive" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">responsive</span></a>,<a href="/paulsutton/tag:web" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">web</span></a>,<a href="/paulsutton/tag:design" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">design</span></a>,<a href="/paulsutton/tag:codeclub" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">codeclub</span></a></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>

<p>I can be contacted on Mastodon <a href="https://qoto.org/@zleap/" rel="nofollow">here</a>.</p>
]]></content:encoded>
      <guid>https://paper.wf/paulsutton/free-code-camp-progress-8-6-2020</guid>
      <pubDate>Mon, 08 Jun 2020 11:34:02 +0000</pubDate>
    </item>
  </channel>
</rss>