Paul Sutton

Testing

Debian Testing Feb 2021

Donate using Liberapay

I decided to have a go at upgrading a netbook Debian 10 to Debian 11. Buster –> Bullseye.

I am following the instructions found at [3]. I have also included links to release notes for both the current and next version.

Upgrade seemed to go well. However I seem to be having networking issue, so am investigating further,

REFERENCES

1 Free Software Foundation 2 Debian 3 Upgrade how_to 4 OFTC 5 Buster release notes 6 Bullseye release notes

Release codenames (for reference)

TAGS

#YearOfTheFediverse,#Debian,#Bookworm,#Testing.

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

Contribute to f-droid

This was originally shared on Mastodon, so am sharing here for any of my followers who may be interested.

  • F-droid is looking for project contributors. There is a good article here with some more information.

The contribution page is also here

Looks like lots of opportunities to get involved. If you are interested you can also get in touch with IzzyOnDroid.

You can join Mastodon here then connect with IssyOnDroid and ask how to get involved.

I am on Mastodon here

#freesoftware,#fdroid,#contribution,#foss,#repository, #android,#technology,#programming,#testing,#docs, #development,#software

Debian 11 installer Alpha 3 released

The 3rd alpha release of the Debian 11 (Bullseye) has been released. More details can be found here

IMPORTANT

The current release which is Debian 10 Buster is available here.

Follow debian on Mastodon IRC – #debian-next on oftc

**I am just making a post on this blog about the alpha 3 release,please see the Debian website for ALL official announcements and information.

#debian,#os,#bullseye,#alpha3,#computer,#os, #operatingsystem,#hardware,#software,#testing,

Run a basic web server locally.

A few years ago, at the Torbay Tech Jam I was shown a neat way to start up a really basic http web server using python3.

Using this method I decided to have a go, so that I could share this, as it is linked to this weeks Code Club tutorials.

Note: I am using Debian Linux for this.

So after creating a new directory for the server

mkdir http cd http

I created a new file index.html and added a few basic lines of html to this.

<html>
<body>
<h1>this is a test line</h1>
</body>
<html>

Then from the command line entered:

python3 -m http.server 8080

Note: 8080 is the port number, so you can use something different, the default for http is 80.

Then pointing my web browser at

127.0.0.1:8080

I am able to view the page in the web browser.

Hope this is useful, could be useful for testing out what you are learning with Freecodecamp if you don't want to create Repl for this.

#linux,#debian,#web,#server,#http,#testing

I can be contacted on Mastodon here.

cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

Get a free Repl.it online IDE account here Get an Overleaf account here, Online collaborative LaTeX Editor

This post is NOT endorsed by FreeBSD.

I am creating this post to try and bring together some information on how to get involved with the FreeBSD project. I am not a developer in this project. This information may simply be useful as it points to various related resources.

It would be really good to get a Devon based developer / tester community set up, where people can work together, learn essential computer skills, have fun, be social but at the same time develop some real world developer / work skills that can be useful later on.

Being part of any developer community can also open up doors. Learning c / c++ for example is useful, but as would learning shell scripting.

Resources

1 FeeeBSD Project 2 About FreeBSD 3 FreeBSD Developer Handbook 4 FreeBSD Twitter 5 Default Shell 6 tcsh tutorial 7 sh tutorial 8 Repl.it 9 Developer roadmap 10 CodeCademy 11 Freshports

#FreeBSD. #Development, #Get, #Involved, #programming, #documentation, #testing

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)