You are not logged in.
(never used zoom, but ) why are you running it with sudo permissions? zoom looks for configuration in /root/.config/ that seems wrong, just try running it as user :
$ zoom
for as long as buster is supported, so will beowulf and kernel 4.19. same goes for linux-libre-4.19 kernel available from freesh repo, for debian based systems...
i think both will stop getting updates sometime around 2024. but you can always pin kernel + skip updates after that..
why is there a sudoers file under /home/ ?
should be /etc/sudoers
in any case, it's probably perms : 440 / root:root, so rsync error is normal behavior..
If you really want it to still work in 20 years, you should probably install to a virtual disk, so you aren't limited by lack of hardware support in 20 years.
+1
after 20years, you can still move the virtual disk around.. backup it up, grow/shrink disk space... easier management, than a hdd/dvd that could suffer errors/get lost/break/etc in that time...
i tend to disagree, torbrowser has much better security settings to safeguard from MiTM attacks, and i also trust torproject (foss project) more than google-browser that puts planet data gathering as top priority...
and as said, exit nodes can't read encrypted traffic (i guess all online banking is encrypted by now). some exit nodes that happen to use eg. sslstrip, are reported every month by the torproject, so it's also trasparent.. (challenge : get a similar report from google if you can )
also on the question of "why visit online bank over tor, when you login and bank knows you?" , an interesting read : https://blog.torproject.org/facebook-hi … ttps-certs
There's no reason to let your ISP know when or whether you're visiting
thunderbird 78 got in ceres right after it got on debian sid : https://dev1galaxy.org/viewtopic.php?id=3859
testing still has tb 68 .
more info here : https://wiki.debian.org/iptables
if you're not feeling adventurous, skip this upgrade atm.
https://tracker.debian.org/news/1179197 … -unstable/
dist-upgrade currently removes enigmail, and uses -experimental- thunderbird buildin gpg which is disabled by default, and need manual intervention + enigmail migration to work, and still has some bugs...
be sure to read /usr/share/doc/thunderbird/README.Debian.gz
tried vivaldi the last weeks, their builtin adblock, isn't doing much.. especially the "anti adblock" is not working/existent.. so, installed ublock origin along, and feels much better now.
still sticking to ff-esr + ublock origin..
an alternative way to pick some mirrors, would be to create a local mirrors.txt file with desired mirrors, eg /home/user/mirrors.txt :
then add a (eg) dev1mirrors.list in /etc/apt/sources.list.d with the following :
deb mirror+file:/home/user/mirrors.txt beowulf main
deb mirror+file:/home/user/mirrors.txt beowulf-updates main
deb mirror+file:/home/user/mirrors.txt beowulf-security main
and `apt update`. if it's working you can comment out/remove other devuan entries sources.list .
assuming your organization has a domain name and that's the same you use for email addresses, you should add A/MX/SPF records in that domain's DNS server, not setup another one...
do you also have MX records setup correctly for domain? check your DNS records...
nice, thanks for this
edit] just a note, make init script executable, after creating :
# chmod +x /etc/init.d/dqcache
also, init script change line 3 to :
# Provides: dqcache
ceni is a -nice- console ui for managing network conf file.. just :
# apt install ceni
works with openrc too.
all back to normal now, lots of updates came in today ...
haven't seen updates in a few days (2-3 i think.) in ceres, which is unusual....
maybe devuan amprolla wizards can take a look?
eg. package : ffmpeg, was uploaded in debian sid on 12/9/2020. added debian repo just for checking with apt :
# apt policy ffmpeg
ffmpeg:
Installed: 7:4.3.1-2
Candidate: 7:4.3.1-3
Version table:
7:4.3.1-3 500
500 http://deb.debian.org/debian sid/main amd64 Packages
*** 7:4.3.1-2 500
500 http://deb.devuan.org/merged ceres/main amd64 Packages
thx.
used it while on antix linux (along with ceni, although there was some trouble with those two running together in antix - probably fixed now..).
in general it works well. pretty straight forward, never had any issues with it. i find it just as user-friendly, as wicd and consider it a network-manager alternative for desktop..
extra info: intel is actively involved in development (= a con for me.)
mixed ceres/testing(chimaera)
# devuan ceres
deb http://deb.devuan.org/merged ceres main
# devuan chimaera
deb http://deb.devuan.org/merged chimaera main
## some 3rd party repos (use at your own risk):
# linux-libre freesh
deb mirror://linux-libre.fsfla.org/pub/linux-libre/freesh/mirrors.txt freesh main
# kali testing repo for some security tools
deb http://http.kali.org/kali kali-rolling main non-free contrib
# signal-desktop
deb [arch=amd64] https://updates.signal.org/desktop/apt/ xenial main
# tor project
deb https://deb.torproject.org/torproject.org/ sid main
interlink & seamonkey : http://kb.mozillazine.org/Email_clients … hunderbird
I think I have nginix and postgres installed. I just mentioned those because I don't want to install PHP for apache2 or mysql.
just install php-fpm and remove apache* packages. you don't need the complete php7.0 metapackage with nginx. just necessary php modules and php-cli if you need to also run php commands by hand.
runit for debian is far for complete.. had a small talk about it in antixforum : https://www.antixforum.com/forums/topic … art-runit/
tried runit (& s6) in artix and indeed, a very different experience there.
i also have fdisk installed in ceres/amd64, but seen no such thing in upgrade/autoremove.
it seems another package was to blame.. check apt.log to see what recent packages installed/removed might have caused this..
$ which gcc
will tell you if you have gcc compiler installed.. you need that to compile programs. use :
# apt install build-essential
to install all necessary stuff for compiling.
--
"airgapped install", can also be somewhat-assured with debian/devuan binaries by reproducible builds..
and geany is reproducible in devuan : https://tests.reproducible-builds.org/d … geany.html
runs fine here too ( ceres amd64 )
# apt policy lsb-release
lsb-release:
Installed: 11.1.0
Candidate: 11.1.0
Version table:
*** 11.1.0 500
500 https://some_mirror/merged ceres/main amd64 Packages
neofetch also :
# neofetch
..,,;;;::;,.. user@host
`':ddd;:,. ---------
`'dPPd:,. OS: Devuan GNU/Linux 4 (chimaera/ceres) x86_64
`:b$$b`. Host: blahblahblah
'P$$$d` Kernel: 5.6.0-1-amd64
xinomilo wrote:no need for sury or 3rd party repo, even for php-fpm.. beowulf has php7.3 that works just fine
Indeed. Shame beowulf hasn't actually been released yet.
well devuan beowulf, uses debian LAMP packages, which are "stable"=buster really. so if you run buster/beowulf for LAMP, you're probably running same software.
in practice i've been running beowulf for over a year in a couple of servers, and it's pretty stable as os for lamp.
original author mentioned development purposes, so i guess it doesn't matter much in this case.
but if you run a business and want stable/production-ready release, i guess it's worth the wait for official announcements.
let's hope we'll have a stable devuan release soon, and no need for 3rd party repos.