[–] 16 points 2 days ago* (last edited 2 days ago) (4 children)

I lean more towards Nussbaum's position. Allow it only when the submitting person can explain the changes. That would at least put completely vibe-coded submissions out of Debian.

That being said, I would ban fully automated submissions from bots and agents. A human still needs to have a part in it, in my opinion.

  • source
  • parent
  • context
  • [–] 3 points 3 days ago* (2 children)
    • fav: vim
    • first: idk
    • future: vim
    • honorable mention: gnome-builder
    • forced upon me: vscode, Eclipse, notepad, notepad++
    • current: vim, gedit
    • longest: vim
    • will never use: nano, emacs
  • source
  • [–] 2 points 6 days ago (1 child)

    Then Fedora might be for you. They have also the Silverblue immutable variant. I am currently testing it on second work PC. It doesn't get so much use like my main Debian stable box, but I consider it for easy to maintain machines for clients.

  • source
  • parent
  • context
  • [–] 1 point 1 week ago* (last edited 6 days ago) (2 children)

    Not sure, if better, but very different. It is linear, not just tiling. All windows are next to each other on a horizontal line and your screen moves across that horizontal space of windows.

  • source
  • parent
  • context
  • [–] 1 point 1 week ago

    It seems I don't face the issues of PaperWM, I am a one monitor person. 2 monitors create friction for me. When I am at other person's computer I always wonder, where is the window of that program I just opened. ^^

  • source
  • parent
  • context
  • [–] 7 points 1 week ago* (last edited 1 week ago) (6 children)

    Highlighting Wellbeing is good, although I still use it only to monitor my usage, not to remind me to end the work day; maybe I should.

    All the other recommended extensions are not for me: I use only Vitals to show selected system stats and PaperWM to transform GNOME into a linear window manger like niri. Yes, why not use niri? I want that deep integration with gdm and I actually like the gnome-shell. No custom desktop bar can achieve the same level of toggles and integration for me. I've tried it in the pre-wayland era. I moved on.

  • source
  • submitted 2 months ago* (last edited 2 months ago) by to c/debian@lemmy.ml
     

    Do I need to choose a mirror for a server or a not moving computer to reduce the load on the central servers?

    deb.debian.org is somehow load-balanced using a global CDN. Will this CDN-backed service pick the fasted mirror for me every time I update or will it just load-balance within the infrastructure of Debians main servers? The connection and download speed is not very different when choosing a mirror near me or just using the default.

    I want to do what is best for the project.

    submitted 5 months ago* (last edited 5 months ago) by to c/sysadmin@lemmy.world
     

    I want to make windows clients at my workplace more secure by using software obtained with winget and have it automatically updated on a regular schedule. I have a Linux (Gentoo and Debian) background.

    In the majority of cases the users are AD users without Administrator rights, so they cannot do winget upgrade --all in PowerShell. My idea was to create a scheduled task which runs as the SYSTEM user, but unfortunately, a PowerShell spawned that way cannot access winget, reporting that this Cmdlet cannot be found.

    I recently saw WAU (Winget-AutoUpdate). I did not try it myself yet. Can it do the job? What are you doing to maintain 50+ windows clients with users that are not Administrators on their system and lack the knowledge to update software besides what Windows 11 does for them out-of-the-box.

    Interestingly, there does not seem to exist anything on Windows that is as easy as cron, systemd.timers or unattended-updates. And, in most cases users of Linux clients get sudo rights, because you can expect some basic knowledge about the package manager. On the other hand it wouldn't strictly be neccessary if they are not devs and need only a static set of software. The beauty of having it all in one repo + flatpaks in user space makes it all possible on Linux.

    Even with winget which is a great relieve on Windows, btw., OS updates are seperate from app updates; basically only "flatpak", but without native auto-updates.

    One additional remark: The apps need to be preinstalled before a new AD user logs on; I have to use --scope machine with winget. Users should not be bothered installing software themselves, not even with winget install --scope machine

    I like to read, what you are using and I hope, it can be done without spending money on it. An open source solution is preferred.

     

    I want to transfer 80 TB of data to another locatio . I already have the drives for it. The idea is to copy everything to it, fly it to the target and use or copy the data on/to the server.

    What filesystem would you use and would you use a raid configuration? Currently I lean towards 8 single disk filesystems on the 10 TB drives with ext4, because it is simple. I considered ZFS because of the possiblity to scrub at the target destination and/or pool all drives. But ZFS may not be available at the target.

    There is btrfs which should be available everywhere because it is in mainline linux and ZFS is not. But from my knowledge btrfs would require lvm to pool disks together like zfs can do natively.

    Pooling the drives would also be a problem if one disk gets lost during transit. If I have everything on 8 single disks at least the remaining data can be used at the target and they only have to wait for the missing data.

    I like to read about your opinions or practical experience with similar challanges.

     

    I have a room with 30 thinclients currently running Windows with the possibility to open RDP sessions.

    The current setup using VMWare is slow even for 2D content. That is why I want to replace it with Proxmox. What can I expect? I suspect the current setup is using SAN, I want to go ZFS on local drives.

    I experimented in a homelab on KVM to see how fast the VMs can become. With 8 cores Google Earth becomes somewhat usable over RDP. But imagine 30 students using it on the same VM. The VM is Debian 13 btw.

    I also experiemented with spice and 3D acceleration, but it works only locally and does not support multiple logins. What other options do I have. Even when I setup the VM to use virgl it uses software rendering over RDP. I thought of replacing the Windows on the thinclients with Linux, but then I would need individual VMs for every student and a secure spice session. Is that even possible? I would need a potent GPU in the server, maybe more than one. Is a 64 core CPU and 512 GB RAM enough for 30 students?

    I've read that proxmox uses temporary .vv files for noVNC in the browser. I hope this can be setup permanently to be accessible over the network.

    Any advice or new ideas are welcome!

    view more: next ›