serverok.pl 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.
Problems I have with Nvidia and Linux is so annoying that I'm considering AMD GPU next. This time when I woke the computer from sleep, #KDE had colors of the rainbow. They did clear up a bit after moving windows, but had to reboot.
I don't know is it because I have old GTX 1070, would newer Nvidia work better with Linux?
I was about to upgrade to RTX 5080, but if Linux support is as poor, it's not good upgrade, given that I play games once a year approximately.
Djehooty 0.3: Noul asistent al genealogistului
https://penguinreviewslinux.blogspot.com/2025/11/djehooty-03-noul-asistent-al.html
Ubuntu auf dem Weg zum Core Desktop
https://linuxnews.de/ubuntu-auf-dem-weg-zum-core-desktop/
#canonical #ubuntu #snap #immutable #linux #linuxnews
Arvon parviäly, minulla on teille pari kysymystä. Yritän auttaa Linuxiin vaihtamista harkitsevaa yliopisto-opiskelijaa, mutta en ole varma tiedänkö tarpeeksi siihen tänä päivänä liittyvistä erikoistarpeista, eikä hänkään niistä kaikista välttämättä ole tietoinen ennen kuin tulee ongelmia.
Vieläkö esim. Zoom ja Teams toimivat Linuxissa hyvin päivittäisessä käytössä? Onko jotain muuta huomioitavaa, mitä tulee mieleen? Yliopiston VPN?
(saa tehostaa)
Hey, what's a good #Linux distro / setup otherwise for a HTPC? #Askfedi
It sits there powered on basically 24/7 and is plugged into only a TV for output. Its job is to torrent stuff, store video files until we want to watch them, and occasionally log in to a streaming service or order pizza via a browser.
Don't care about cataloguing a movie collection but I'm open to exploring a basic media centre app.
Sick of going and rebooting it to apply Windows updates every time I want to watch teev.
Dear "KDE on Linux with systemd" users,
I have a laptop that refuses to open one application at login, although
- the desktop file exists in ~/.config/autostart,
- the desktop file can be double-clicked and starts the application and
- the application can be started from the CLI
I do not find the right system unit (with systemctl --user), so I guess it might break the parsing in the generator that creates the systemd-user-unit from the desktop file.
The system settings (in "Autostart") just show that "it was not stated yet" (or similar, translated from German).
Any ideas how to debug?
OS is Fedora Kinoite 43, the application is OpenCloud Desktop installed via Nix.
#kde #plasma #kde6 #Fedora #systemd #debugging #linux #SystemdUnit
emailed Anker to see if they have any idea about this. @natkr chimed in with a thread, but my problem doesn't seem to be along those lines, unfortunately. I see a lot of odd refresh rates, but none of them work. I also confirmed (since I'm dual booting just in case) that the kvm works properly in windows, so it's not a problem with the laptop's video.
Curly COMrades Hide Malware in Hyper-V VMs
A cyber-espionage campaign by the Russian-linked group Curly
COMrades leverages Microsoft’s Hyper-V hypervisor to conceal
custom malware inside a lightweight Alpine Linux virtual machine on
compromised Windows hosts
Pulse ID: 690aad9c81ecdb5738ebe436
Pulse Link: https://otx.alienvault.com/pulse/690aad9c81ecdb5738ebe436
Pulse Author: cryptocti
Created: 2025-11-05 01:51:24
Be advised, this data is unverified and should be considered preliminary. Always do further verification.
#CyberSecurity #Espionage #InfoSec #Linux #Mac #Malware #Microsoft #OTX #OpenThreatExchange #Russia #Windows #bot #cyberespionage #cryptocti
Open-Source Security Tool AdaptixC2 Fueling Ransomware Attacks
Ransomware gangs are exploiting AdaptixC2, an open-source command-and-control framework originally built for red team testing, to support stealthy post-exploitation operations.
#SUSE #Linux Enterprise Server (SLES) 16 is out:
https://www.suse.com/news/suse-linux-enterprise-server-16-ai-ready-long-term-support/
See this blog post for a broad overview of what's new:
https://www.suse.com/c/what-is-new-in-suse-linux-enterprise-server-16-0/
Like #Cockpit as "Modern, Web-Based Server Management" tool, #Ansible integration, the transition to #SELinux, and #NetworkManager as the sole networking stack (replacing wicked).
Anker 554 USB-C Docking Station (KVM Switch)
That's my dock/KVM. When I switch it to my mint linux (cinnamon) box, the box can _see_ the monitors, and once in a while, if I reboot with them connected, I can briefly see a flash of a mouse cursor before they go black again, but otherwise they are just receiving no signal.
[$] Julia 1.12 brings progress on standalone binaries and more https://lwn.net/Articles/1044280/ #tech #linux
Security updates for Tuesday https://lwn.net/Articles/1044949/ #tech #linux
J’ai des soucis avec mon laptop depuis quelques jours / semaines. Je n’arrive plus à envoyer le contenu de mon écran sur un écran externe.
Jusqu’à maintenant, j’utilisais #wl-mirror (#wl-presenter), mais là ça me sors une erreur :
$ wl-mirror auto [14:13:25]
Couldn't open plugin directory: No such file or directory
No plugins found, falling back on no decorations
error: wayland::init(): surface not configured
Est-ce que quelqu’un peut m’aider ?
Je suis avec #sway sur #Debian .
Das Indie-Game #Outbound bricht schon jetzt Rekorde und steht bei einer Million Menschen auf der Steam-Wunschliste. Eine neue Betaversion bringt neue Features und ein Küstenbiom. Ich hab es unter #Linux und auf dem #SteamDeck ausprobiert. Bin gespannt auf den Release.
Using #Linux for me means constantly finding barriers I think I can't solve, and then giving up for a day, coming back and finding a solution to that problem just to spend some time and find some other problem. LOL
There are some distros I am more confident to recommend to someone that isn't even a computer newbie like me, but it's hard to hide this uneasiness of knowing that you'll find something bad along the way.
<broken english lol>
# "Using LibreOffice and other Free software for documents as a lawyer"
I was asked recently about how I get on using LibreOffice for document-related legal work, and I promised to write down some thoughts.
The short answer is that I use a mix of LibreOffice and other FOSS tools, and I’m very positive about it, with no particular concerns.
If you have questions, please do ask!
https://neilzone.co.uk/2025/11/using-libreoffice-and-other-free-software-for-documents-as-a-lawyer/
Day 29 with Nushell: If you use Nushell purely as a CLI shell, it’s pretty awful. For example, to get a directory’s size in kilobytes, you have to run `du . | update physical {|it| ($it.physical | into int) / 1024 }` (63 chars), while in most other shells, it’s simply `du . -k` (7 chars).
#nushell #linux #shell
De allereerste versie van het "leader"-filmpje. Deze is voor het Engelstalige kanaal (Linux Lorem), zie https://linuxlorem.com/.
Voor de Nederlandse komt er een variant (ander logo).
Doel filmpje: Na introductie even wat energie erin brengen, dan snel door met het daadwerkelijke onderwerp. Vandaar dat hij zo kort mogelijk is. Ik heb geprobeerd hem qua geluid en beeld zo netjes mogelijk te starten en af te bouwen.
Feedback, gedachten, maar ook kritiek erg welkom.
Weer een mooie stap verder: een leader-filmpje gemaakt voor aan het begin van video's. Uiteraard zo kort mogelijk en vooral bedoeld om wat energie te geven aan de video's. Nu nog "even" de juiste jingle erbij vinden..
I'm now convinced immutable/atomic distros do not remove ability to tinker. They just make it safer: Overlay your changes on top of the base. Something goes wrong, remove the overlay, try again!
Edit: I'm not saying everyone should use one, but for my use this is really good.
Open Steinberg: VST3 and ASIO SDKs now have open source licenses. And that's significant for free music and sound tools, plus a promised collaboration with OBS.
https://cdm.link/open-steinberg-vst3-and-asio/
Really curious what folks think of this and if it solves a problem for you. #opensource @OBSProject #vst #windows #linux
Mä pystytin elämäni ensimmäisen #wireguard #vpn verkon. Oli kohtuullisen helppoa ja hyvät ohjeet löytyi. Nyt pitäis vaan keksiä miksi tän pystytin, vai teinkö vaan reiän hyökkääjälle josta pääsisi mahdollisesti sisään kotikoneilleni?
Olin silleen ovela ettei tein reiät vaan #IPv6 päälle joten internetin skannerien ei pitäisi ainakaan nii helposti niitä löytää.
#linux #säätäminen
After I blew up my old #OpenSuse system on my laptop in many ways I reinstalled it, this time with Leap 16.0 to get more stability.
And, well, I absolutely bloody hate that YaST is gone, I already missed it during setup. Now I once again need to look up how the hell you set things up with /etc/default/grub instead of being done within seconds.
Also what's up with KDE using X11 by default? I wondered where half the options were and why fractional scaling was dysfunctional.
#Linux #OpenSuseLeap
I discovered something mysterious with #mesa #wayland
my dm crashed so i switched back to #gdm, only to find dangling sessions
manually checked all tty and logged out of stray sessions from gui
yet nothing,,
ran `gnome-session` command from tty1 and zoom everything works
wtf now i need know why it works, this way?
#linux
#Linux-siirtymä ei nyt oikein menesty, koska jotain on pielessä yliopiston koneen asetuksissa. Näyttää siltä kuin koneessa olisi Schrödingerin sovelluksia: ne näkyvät hauissa, mutta eivät löydy koneelta eivätkä asennu. Myöskään yliopiston uusi VPN ei ollut asentunut, vaikka intran uutinen lupasi, että se olisi tällä päivämäärällä jo asentuneena myös Cubblin kautta.
Please boosts 🙏
We want more people 🙌🏼
#Vimovember #vim #neovim #editors #terminals #linux #opensource #mastodon #fediverse
Today, for #Vimovember : moves!
Join us, and share some tips, thoughts about how you use #vim moves :)
The original post about the challenge:
https://lazybea.rs/vim-adp/
How many Linux distros allow you to replace the running kernel without a reboot?
Slip stream, shim, hot-swap, whatever term they may use for that functionality.
Kernel and glibc? Kernel, glibc, and rust?
#Linux
I got tired of manually copying binaries to servers, so I built Distronomicon. It automates continuous deployment of artifacts directly from CI and supports private GitHub repositories.
It’s written in Rust and designed for Linux servers with systemd.
Code is here: https://github.com/jtdowney/distronomicon
Defeating KASLR by Doing Nothing at All (Project Zero) https://lwn.net/Articles/1044867/ #tech #linux
Only when Cypberpunk 2077, Battlefield 6, and Grand Theft Auto VI all sell a #linux version to install natively will there be a big shift towards #linuxgaming #linux_gaming #pcgaming
9to5Linux: Systemd-Free Devuan GNU/Linux 6.0 Distro Is Out Based on Debian 13 “Trixie” https://9to5linux.com/systemd-free-devuan-gnu-linux-6-0-distro-is-out-based-on-debian-13-trixie @9to5linux @mariusnestor #Linux
So does anyone know a good advice for someone that use docker (moby-engine), that would like to manage selinux label, but without relying on the one that docker give (that modify label of the file.
I would like to secure it properly without actually resorthing to the (not proper) :z and :Z on volumes or label disable flag
thanks
#docker #moby #engine #mobyengine #fedora #selinux #rhel #linux #security #webapp #podman
😆
The Register: Debian demands Rust or rust in peace for legacy ports https://www.theregister.com/2025/11/03/debian_apt_to_require_rust/ @theregister @lproven #Rust #Linux
US government warns Linux flaw is now being exploited for ransomware attacks
A bug patched a year ago is now being used for ransomware - so make sure you patch immediately.
@louisderrac@framapiaf.org @rnb@framapiaf.org ah merci j'avais vu passer espanso y'a longtemps mais j'avais oublié le nom ! C'est stable ? #photography #software #linux #helpwanted
@rnb@framapiaf.org @louisderrac@framapiaf.org Le support de Wayland a pas l'air stable d'après la doc. Je vais attendre encore un peu avant de me lancer 😁 #photography #software #linux #helpwanted
Linuxia ja kakkua - asennusjuhlat!🥳 🧁
Rento tapahtuma, jossa tarjolla apua Linuxin käyttöönottoon ja muihinkin vapaamman digitaalisen maailman ohjelmistoihin.
Erityisesti hyvä tilaisuus säilyttää käytössä entistä ehompana tietokone, jolle Windows 10-tuki loppumassa. Hyvä paikka myös vapauttaa oma Android-puhelin Googlesta!
Osa kansainvälistä End of 10 - kampanjaa.
Saa vinkata eteenpäin!
Linkki ja ilmoittautuminen: https://jarkkaa.fi/events/03d7bd24-9c5b-400f-8b7a-3b882d6bd184/
End of 10: https://endof10.org/fi/
Have you used, successfully, a script/tool for converting dovecot configs from 2.3 to 2.4?
If so, could you share a link, please?
I've done one, reasonably simple, config by hand, but I am looking for a tool for a more complicated one.
(I have searched, but found nothing; I'm looking only for first-hand experiences, please.)
Liebe #Linux Bubble, eine kurze Frage. Ich will mir Linux Mint installieren, habe aber gerade keinen USB Stick zur Hand der genug GB hat.
Kann ich auch eine externe Festplatte auf der außer der Bootdateien sonst nix drauf ist nutzen.
Meine Logik sagt, eigentlich dürfte das keinen Unterschied machen....
Asking for some help on Ubuntu. I have three different browsers installed but I cannot select a different default browser in the System/Apps/Default Apps settings. The options box just shows Firefox with no drop down arrow or different choices at all.
The other two I have installed are Vivaldi and Zen, but it's like the OS doesn't know they are there.
Am on 25.10, this was the same situation before updating yesterday though.
SLES 16: SUSE's Flagship Linux with AI and Post-Quantum Crypto
SUSE's new flagship SLES 16 brings numerous innovations: Agama, Cockpit, Post-Quantum Cryptography, and AI readiness.
Security updates for Monday https://lwn.net/Articles/1044763/ #tech #linux