devlug.de is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
MiniDebConf Kanpur Registrations are open at https://kanpur2026.mini.debconf.org/accounts/register/
Attendance costs ₹200. Attendance + shared campus Accommodation can be booked at ₹950. Make payment on https://kanpur2026.mini.debconf.org/about/registration/ and proceed to registrations page!
Remember to collect your UPI / Banking Transaction ID!
Conf schedule: https://kanpur2026.mini.debconf.org/schedule/
Registrations close on 10th.
What? "Is already making its way into #Debian"?
On the debian-legal mailing list, everyone is welcome to discuss any legal issues related to Debian.
Is anyone of those discussing #ageVerification even member of the Debian project?
At least nobody of them uses their debian.org mail address.
"#AgeVerification", aka the "Think of the children!" Rider of the Infocalypse, is already making its way into #Debian.
The amount of compliance in advance is truly breathtaking, with dutiful enablers of #fascism already discussing implementation details.
See e.g. this discussion on the debian-legal mailing list:
About a year ago I installed #Debian #Linux on a 10 year old #iMac. Now I am running Debian Trixie at the current version.
Although that worked, UI always felt a little sluggish, and after the latest update I sometimes had crashes of the window manager for example when playing FreeTube video.
Now, after reading a post on Mastodon where someone else had problems with a lagging UI, I did what was recommended: Switch to #X instead using #Wayland.
UI is fast now, second monitor works as it should when locking the screen.
I would have thought, that Wayland should be better and more performant as the newer solution aiming to replace X server, but 🤷
🇫🇷
Sudo est en danger, et tout le monde s'en moque !
Sudo en danger : l'outil qui fait tourner Linux repose sur les épaules d'un seul homme.
Todd C. Miller : trente ans de maintenance en solitaire...
🇬🇧
Sudo is in danger, and no one cares!
Sudo in danger: the tool that runs Linux rests on the shoulders of one man.
Todd C. Miller: thirty years of solo maintenance...
https://www.journalduhacker.net/s/cakbhb/sudo_est_en_danger_et_tout_le_monde_sen
#Sudo #OpenSource #Linux #Security #Debian #Fedora #LinuxMint #Ubuntu #Solus #Gnome #KDE #Xfce #openSUSE #Securite
RE: https://hachyderm.io/@freexian/116158237473352799
Hiring your first dedicated sales manager in a company composed of technical experts is a significant challenge, but one that we are willing to tackle. If you know someone with that profile, and that values free software and #Debian, please reach out to them and share this offer to work at #Freexian.
New on // foss.events: MiniDebConf Winterthur 2026 by Volunteers on 29-30 August 2026, a #hybrid event happening in Filasez in #Winterthur, #Switzerland and #online on the Internet
Find out more on
https://foss.events/2026/08-29-minidebconf-winterthur-2026.html
Connect via official hashtag(s): #MiniDebCampWinterthur
Call for participation is running until 15.06.2026
#foss #floss #freesoftware #opensource #events #europe #debian
I wanted to test Playwright on my Arch Linux, but that software is a pain to install (which is rare on Arch), even with the AUR package. It's built for Debian-based distributions, and installing dependencies is a mess.
I was thinking about using Debian in a chroot, then I remembered the Distrobox project, which uses Podman with deep integration. This was a perfect use case for it, and it works super well. Kudos to the people involved!
Debian thanks all the contributors building and nurturing the FOSS ecosystem and wishes everyone a very happy "I Love Free Software Day" https://fsfe.org/activities/ilovefs/ #debian #ilovefs #02
Link - https://kanpur2026.mini.debconf.org/contribute/cfp/
#MiniDebConf #Kanpur #India #FreeSoftware #OpenSource #Debian #Linux
@Oleksii @danish_akhtar7 @jehan_monnier
I use SIP, too — for calls to/from POTS! Both Ekiga and Linphone were pretty good, but got dropped from #Debian 😞 Now I use Twinkle and will try Gnome Calls, again.
TTBOMK, #Monal by @Monal used to have one or the other known issue with A/V calls. Sth. with timing, IIRC? Maybe it's fixed now.
The call for proposals for MiniDebConf Kanpur is open and the deadline is just 10 days away! We are also inviting sponsors to help make the event happen. If you are interested to be a sponsor, please check out https://kanpur2026.mini.debconf.org/about/become-a-sponsor/ #debian #DebianIndia #MiniDebConf #MiniDebConfKanpur
I'm mainly using #Gajim by @gajim on #Debian desktop and #Dino by @dino on my #Mobian smartphone.
I don't run Android or iOS, but friends use #Conversations_im by @daniel on the former and #Monal by @Monal on the latter. Or their respective #Quicksy flavours, which are slightly easier to onboard for less tech-savvy people.
Meet @debian at @fosdem2026 next weekend! Our booth will be at building H level 1. And Andreas Tille, the current Debian Project Leader, will give a talk titled 32 years of Debian: how a do-ocracy keeps evolving https://fosdem.org/2026/schedule/event/H3KFYZ-32_years_of_debian_how_a_do-ocracy_keeps_evolving/ #debian #fosdem #fosdem2026 #01
Just so I don't forget: if you want to backup #postgresql with #borgmatic the config to wrap commands for the `postgres` user on #Debian based distros are:
```
postgresql_databases:
- format: custom
name: all
pg_dump_command: runuser -u postgres - - pg_dump
pg_restore_command: runuser -u postgres -- pg_restore
psql_command: runuser -u postgres -- psql
```