The officially official Devuan Forum!

You are not logged in.

#1 Re: Desktop and Multimedia » Radio streaming programme suggestion » 2021-02-15 20:40:14

streamtuner2

Have been using it for a while and gives you a ton of streaming radio stations.

#2 Re: Devuan Derivatives » [MiyoLinux] New Releases Uploaded » 2020-04-02 13:59:44

Great job Miyo, as usual.
Message from a live MiyoLinux iso.
Keep up the good work!

#3 Re: Hardware & System Configuration » USB Multiboot » 2019-12-20 20:15:51

You may be interested in trying multibootusb http://multibootusb.org/. You can just download the tar.gz file and use it from a local folder. No need to install it.

#4 Re: Other Issues » [SOLVED] youtube-dl can't download YT video » 2018-12-14 15:12:13

I keep youtube-dl updated downloading the latest release from
https://rg3.github.io/youtube-dl/download.html and then copying file youtube-dl to /usr/local/bin/.
You can do that or just follow the simple commands on the download site.

#5 Re: Other Issues » [SOLVED] youtube-dl can't download YT video » 2018-12-14 10:44:03

No problem downloading here with command:

youtube-dl --verbose https://www.youtube.com/watch?v=AuFiBjNTB9o

My versions of youtube-dl and python are:

[debug]youtube-dl version 2018.12.03
[debug] Python version 2.7.13 (CPython)

#6 Re: Other Issues » Autorun a script at boot » 2018-11-15 12:31:27

I stand corrected.
Changed code in original message.

#7 Re: Other Issues » Autorun a script at boot » 2018-11-15 11:38:49

Try this:

brightness="/sys/class/backlight/intel_backlight/brightness"
if [ -f $brightness ] && [ "$(cat $brightness)" != "3000" ]; then
        echo 3000 > $brightness

fi

Edit: Corrected code error.

#8 Re: Installation » [Solved] qcow2 virtual images » 2018-10-28 19:16:46

For a basic system do

qemu-system-x86_64 -hda path_to-your_devuan_ascii_2.0.0_amd64_qemu.qcow2

Just have a look at https://gmplib.org/~tege/qemu.html for some simple examples of use.

#9 Re: Desktop and Multimedia » How to upgrade Claws Mail client to Stretch backport » 2018-10-26 15:18:31

claws-mail 3.17 wanting to drag dillo is most likely just because you are also trying to install claws-mail-dillo-viewer or claws-mail-extra-plugins. These two have dillo as a dependency, but not claws-mail itself.
You can check dependencies here:
https://pkginfo.devuan.org/

#10 Re: Desktop and Multimedia » How to upgrade Claws Mail client to Stretch backport » 2018-10-25 14:51:07

You may want to try adding this to /etc/apt/sources.list instead of stretch-backports:

deb http://deb.devuan.org/merged ascii-backports main

Update your sources:

apt-get update

And now install claws-mail-3.17

apt-get install -t ascii-backports claws-mail

Hope this helps|

#11 Re: Installation » How to install the latest python? » 2017-11-15 18:07:40

First time poster here.
Not sure if this is what you're looking for but I just add this alias to my regular user's .bashrc

alias python='/usr/bin/python3.4'

Any python scripts I run from a console will then use python3.4

Board footer

Forum Software