• 0 Posts
  • 18 Comments
Joined 9 months ago
cake
Cake day: October 10th, 2023

help-circle

  • boomzilla@programming.devtoMemes@lemmy.mlgot em
    link
    fedilink
    arrow-up
    18
    ·
    4 months ago

    I read somewhere (sorry no sauce but it seemed informed) that it’s a deliberate choice by him to appeal to working class boomers or something. Did you all know that a medium channeled his deceased dog which in turn told him to run for president?


  • boomzilla@programming.devtoLinux@lemmy.mlThoughts on this?
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    6 months ago

    Don’t know anything avout xorg development although I’m profitting for years off it now. Just wanted to chime in and say that the Arch maintainers put out updates pretty constantly. If the code isn’t worked on anymore then what’s happening there?

    Edit: There is definitely happening stuff with the xorg-server code.

    Edit: Removed chit-chat




  • Nice. I started Ratchet & Clank on PCSX2 yesterday. Holy hell is that Emulator a work of art. The graphical options for the emu make that PS2 game still shine and the gameplay is lotsa fun. Sadly the libretro core for Retroarch/Emulationstation bugged out for me and was slow compared to standalone PCSX2.

    Also I’m still puzzled how it’s possible there are so many retro-achievements for so many games. I looked up how to implement them and it’s really complicated. I totally underestimated how big the retro games scene still is. I really want to get into the netplay thing.


  • Then it must’ve been bad luck. I had plenty more over the course of a few month with a CS GO server and it wasn’t the game server because I often couldn’t login via SSH or the session just froze. And I definitely took precautions with a firewall, fail2ban and no root, no password only certificate SSH login (a tried and tested combination of measurements I use on plenty other ionos VPS).

    You’re right the webinterface doesn’t really matter but the overall impression was much more professional on ionos with a slick interface for the config of the hw firewall.




  • It’s been nearly 4 years since I last used Manjaro and I had that error quite often around ever ½-¼ a year in my 2 years of Manjaro. iirc to resolve it I had to uninstall the current nvidia driver > restart without driver > install supported kernel > install driver. Don’t know what I did wrong tho.

    Manjaro did otherwise a good job to keep the sys together.

    What bugged me a bit was the painfully long retention of the big KDE updates. At that time KDE was making big QOL leaps and quite a few distros had those updates already. But I could also live with that.

    In the last month of my time with Manjaro a few Proton games dropped frames heavily and that’s the end of the story. Made the switch to Arch and never had probs with nvidia again, apart from when new Steam UI came out.



  • yay SEARCHTERM

    It spits out all the packages with SEARCHTERM in its name or description. The packages are listed like “REPO/PACKAGE” , where REPO tells you if it’s from the official repos (core/extra/multilib) or from the AUR.

    Then pick the number of the package from the list and that’s it.

    If you want to update all your packages, even the AUR ones just enter yay and press enter on the follow-up questions. If you update with pacman -Syu then AUR packages won’t get updated.

    Also Octopi is a nice frontend for yay and pacman. Not as fancy as Discover or Pamac but it does its job well.


  • I just installed Nextcloud on Arch and the official packages caused the most headaches I ever had within my 3 years of arch. In contrast I installed the official Jellyfin and Prometheus Server packages and they ran OOTB.

    I ended up with not using the official packages but extracting the tar.bz2 into /var/www/nextcloud and slightly modifying the nginx config from their site. I had to move the inclusion of the MIME-Types file to a different block for nextcloud to deliver its CSS, SVGs and images. It wasn’t exactly straight-forward too considering permissions. I found it a beast compared to many other server software.


  • From my experience (2 years Manjaro, 3 years Arch) it’s the other way round. Manjaro presented me with a terminal way to often after Nvidia updates. Never had that on Arch. Especially the Nvidia updates are very reliable. I don’t know what people do with their Arch installations. Mines rock-solid for the 3 years now. Possibly the most stable distro I ever used.

    But I understand that you just can’t advise newbies to install Arch, even when archinstall is relatively easy to use. Maybe EndeavourOS which brings a lot of convenience features and a graphical installer to the table. A fellow linux newb is running it without problems for a year now.


  • That’s not just YT. A lot of services and apps (e.g. amazon or xitter) you’re logged into and share links from add parameters (stuff behind the questionmark) to the link that identify in the end who has shared it.

    Try to shave off as much as possible from a shared link and test if it still works. To get a feel for what you can delete from the link, try to navigate to the destination (e.g. YT-video) inside a browser with which you’re not logged into that service and which has preferrably cleared its history, cache etc. Then compare the link from that browser with the one from the browser you’re logged in with.


  • Ok. Thanks for the nod to the wiki. I never used pacman hooks. Seems I misread informants github page. So the alpm conform way would be to copy (and not symlink) /usr/share/libalpm/00-informant.hook to /etc/pacman.d/hooks only if I would want to override it and other hooks are by default read from the /usr dir.

    The root of my problem was, that the hook is fired only after Pacman asks “Proceed with installation [Y/N]” and the user presses “Y”. Which I hadn’t tried. DOH!


  • boomzilla@programming.devtoLinux@lemmy.ml*Permanently Deleted*
    link
    fedilink
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    8 months ago

    I just installed it but although informant check and informant read show me unread messages an update with pacman -Syu doesn’t show me the news. I also symlinked the hook via ln -s /usr/share/libalpm/hooks/00-informant.hook /etc/pacman.d/hooks/00-informant.hook (Wrong!). Do you have any idea?