Paul Sutton

Linux

I found a link to this on Friendica social network. This looks at features which will be in the upcoming release of Linuxmint 20.

The link to the Tec Robust article can be found here worth a read if you are using Mint.

Looks like there will be updates to some of the default Apps, as well as Mint 20 being shipped with Cinnamon 4.4. It also looks like there is a new LXDE 4 which is the Debiab edition.

#Linux, #Mint, #20, #Release, #features, #tecrobust, #preview

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

Youtube-dl out of date

The youtube-dl tool on Debian 10 is out of date, it seems even the sid version is behind, by a good few months.

After some searching I have found a way to fix this.

Please note you need to do you OWN RESEARCH in to fixing this. I am not responsible for loss or problems caused by following what I have put here.

Firstly I was getting the following error

youtube-dl https://www.youtube.com/watch?v=0JSHubLg7NE [youtube] 0JSHubLg7NE: Downloading webpage [youtube] 0JSHubLg7NE: Downloading video info webpage ERROR: 0JSHubLg7NE: YouTube said: This video is unavailable.

The webpage here was a little helpful

*https://askubuntu.com/questions/1200552/youtube-dl-troubleshooting-error-this-video-is-unavailable

In providing an explanation and some fixes.

Firstly on Debian the internal update option is disabled so

youtube-dl -U

Won't work, reading further this seems to download the latest version

While the above instructions worked for me, The old version was still installed, this needs to be removed so doing this before hand may help.

However if you want to check the current version before removing you can use:

youtube-dl —version

Then remove with:

apt remove youtube-dl -

The instructions

wget http://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl

You will still need to change the permissions as per above website. I am not repeating them here, you need to read up.

However – Debian appears to expect youtube-dl to be in /usr/bin.

The above solution downloads to /usr/local/bin/youtube-dl, you can either put in the path manually when running as in:

/usr/local/bin/youtube-dl https://www.youtube.com/watch?v=0JSHubLg7NE

Which gets rather tedious to keep doing that.

In order to get round this, I have copied the binary to where Debian wants it

cp /usr/local/bin/youtube-dl /usr/bin/youtube-dl

Which seems to work for me, but is probably the wrong way to go about doing this.

You can now find the version that is now installed by using

youtube-dl —version

2020.01.24

Hopefully this is useful. You need to do your own research but the problem is fixable.

Once you have upgraded you can download youtube videos in the normal way with youtube-dl.

#debian, #youtube-dl, #error, #fix, #solution, #gnu, #linux

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

If you would like to try out different desktop environments on a GNU / Linux based OS then Debian offers a tool called tasksel. This will make it easier to choose a different desktop environment for example.

You need to run this as root.

#tasksel

which presents you with the following.

cc-by logo

The tasksel tool runs as part of the text based installation routine but post install you may want to change something without having to resort to using synaptic or other graphical package manager or even using apt from the linux terminal or console.

You can also opt to install a webserver or ssh server.

#Linux, #debian, #console, #software, #choice, #install

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

Following a conversation on the Mosaic browser. I decided to try and view my personal Journal blog in the Lynx console browser. Screenshot below.

cc-by logo

The blog works really nicely on Lynx. I can navigate, select links and the various static pages. Lynx does not display pictures or other media, but this is fine. It should display the alt text data though.

This at least allows my website to be viewed in other browsers at least, not that I can see people moving en-masse to text based browsers.

Lynx can be installed with apt install lynx as root user of course.

References

#blog, #linux, #console, #browser, #text, #lynx, #Mozaic

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

#KSTARS – ASTRONOMY PACKAGE

KSTARS is a Linux based astronomy package. For a free software package it has a lot of features and downloadable catalogues of stellar objects.

When you first load up the package you may want to view the constellation lines. I worked out how to do this, but am including some info below to help users change the line colour from the default light grey as it may be easier for people to see the lines.

If you click on Settings (menu) —> configure —> guides

You should get the following

constellation lines

I have checked the boxes to constellation:-

  • lines
  • boundaries.
  • names

If you then click on the colours tab at the side

constellation colours

I have set the colour to yellow. This does stand out, probably a little too much. However you can set it to the colour of your choosing or leave as the default grey.

colour picker

The end result of this is (download):

Hope this helps

#software, #astronomy, #science, #kde, #linux, #freesoftware, #setup, #configuration, #constellation, #linecolor, #boundaries, #names.

You can find me on Friendica at [email protected]


cc-by logo Licenced under Attribution 4.0 International (CC BY 4.0)

Note: This is related to a previous article on booting to the console published on 3/1/2020

With a standard Linux install the fonts on the console (this is the login you get with CTRL-ALT-Fn) are usually small, this is fine in some cases as most people don’t work from the console. However there may be times when you want to work directly at the console and not bother with a Graphical user interface.

I have worked out how to do this and there are some screen shots below to illustrate the process.

This applies to Debian 10 and others, you should consult assistance if you are not sure what you are doing

As root you need to enter dpkg-reconfigure console-setup

cc-by logo

cc-by logo

cc-by logo

cc-by logo

Once you have done this you need to type

setupcon

to activate the changes

You need to type this at the console. Typing in a terminal gives the following message.

setupcon: We are not on the console, the console is left unconfigured.

#Linux, #console, #fonts

You can find me on Friendica at [email protected]


cc-by logo Licenced under Attribution 4.0 International (CC BY 4.0)

With most Linux systems, you boot in to a Graphical desktop. There are situations where you want to perhaps use a pure console.

While you can switch to a console with CTRL-ALT-Fn keys. If you want to set your system so that it boots directly in to a console you can do so via the instructions at the site below.

I have a spare netbook set up to boot in to the console.

Please see this link for instructions

A similar post was on my original blog. I am reposting here to keep the information available.

#Linux, #boot, #console

You can find me on Friendica at [email protected]


cc-by logo Licenced under Attribution 4.0 International (CC BY 4.0)

I found this on Twitter and decided to share here.

Septor Linux is a operating system that provides users with a perfect computing environment for surfing the Internet anonymously.

cc-by logo

#debian, #kde, #linux, #tor, #privacy, #anonymously, #Onion, #septorLinux

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)