Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

Egal ob Windows oder macOS: Beides kommt mir nicht mehr ins Haus.

Uncategorized
82 50 1

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    1 Posts
    7 Views
    Se avete del tempo e volete usarlo per imparare ad usare il terminale in linux....cercate il canale YT : You suck at programming e nel canale cercate il suo : The complete bash scripting course.Dura 7 h e passa ma....Lo sto guardando (ovviamente a tappe) e spiega davvero in maniera chiarissima e semplice. Parte dalle basi che più basi non si può, ma lo fa molto bene. E arriva a spiegare la scripting parecchio bene 😉 #linux #bash
  • 0 Votes
    1 Posts
    6 Views
    I'm looking at the architecture of things like Fedora Silverblue, NixOS, and the Steam Deck.The concept of an immutable root filesystem with atomic updates seems like the technically correct way to do an OS. No more dependency hell, no more breaking the system with a bad sudo command. But the muscle memory of apt-get install / dnf install is hard to break. Containerizing everything (flatpak/distrobox) feels like a friction point for quick tasks.For those who daily drive an immutable distro: Was the learning curve worth the stability? Or is it still too much friction for a machine? 🤔#askfedi #linux #fedora #steam #steamdeck #NixOS #foss #opensource #programming #sysadmin
  • 0 Votes
    1 Posts
    13 Views
    🇦🇹 Austria's Armed Forces have replaced MS Office with LibreOffice on 16,000+ workstations 📄This shift began in 2020 to avoid mandatory cloud reliance ☁️Their goal? Digital sovereignty—not cost saving 🔒They even contributed 5+ person-years of code 🛠️EU trend toward open-source grows 🇪🇺@libreoffice@itsfoss🔗 https://news.itsfoss.com/austrian-forces-ditch-microsoft-office/#TechNews #LibreOffice #Linux #OpenSource #Privacy #FOSS #Security #Europe #EU #Microsoft #Cloud #DigitalSovereignty #Government #Defense #Innovation #Technology
  • 0 Votes
    1 Posts
    26 Views
    Hey #Proxmox community! I would like to hear your thoughts on how you usually update your Proxmox nodes and clusters. How do you handle minor Proxmox and #Debian package upgrades with #APT?What would you think about a new API endpoint that lets you run unattended upgrades with a simple call like:/nodes/{node_name}/apt/upgradeAt the moment you need to use the node’s HTML5 console to perform upgrades. Other methods exist such as running unattended Debian upgrade scripts, using patch management tools like #Spacewalk or #QualvoSec, or automating the process with #Ansible over SSH. My idea is to have an API based solution that relies on Proxmox authentication and authorization. This would also allow third party tools such as #ProxLB to provide automated patch management and even handle guest rebalancing in a way that is similar to DRS without requiring direct SSH access.I have already been running this approach on several internal clusters since the release of PVE 8 without issues. Now I am interested to hear if you would use unattended upgrades in general or if you are already running them today.#Linux #OpenSource #PatchManagement #Security #DevOps #Automation #Ansible #PVE #PVE8 #PVE9