• 1 Post
  • 14 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle



  • Boost for Lemmy (v1.0.3 Nov 16, 2023) seems to be having issues with this 0.19 release.

    While using Boost, I stayed signed in, but my feed while set to Subscribed was showing posts not under my subscriptions. I blocked most memes communities for example yet they all showed back up, filtering by Subscribed or All they appear like identical feeds. After I signed out, to see if it made a difference, I am unable to sign back in. I’m posting this from Firefox/the web browser instead of the Boost app.


  • To be honest, Ubuntu likely has nothing to do with it and I find the headline therefore misleading. It’s mostly the Linux kernel from how it reads.

    Ubuntu 23.10 was run for providing a clean, out-of-the-box look at this common desktop/workstation Linux distribution. Benchmarks of other Linux distributions will come in time in follow-up Phoronix articles. But for the most part the Ubuntu 23.10 performance should be largely similar to that of other modern Linux distributions with the exception of Intel’s Clear Linux that takes things to the extreme or those doing non-default tinkering to their Linux installations.


  • I’ve been utilizing Fedora as my go-to server operating system for over a decade, starting around Fedora 13 and consistently progressing through the subsequent major releases. Throughout this journey, Fedora has proven to be a reliable choice, offering several noteworthy advantages.

    One of the standout features of Fedora, reminiscent of its desktop counterpart, is the availability of up-to-date and cutting-edge packages. With the backing of Red Hat, compatibility with a range of software, including SystemD and FirewallD, enhances its appeal for server applications.

    However, it’s crucial to consider Fedora’s rapid release cycle, with a new version emerging approximately every six months and a 13-month support window for each release. While this frequent update schedule ensures access to the latest features, it can pose challenges for server environments where uptime is critical, and system administrators may find it demanding to keep up with the pace while managing compliance, audits, and other business processes.

    Despite these considerations, my personal experience with Fedora as a server has been exceptionally positive. The OS has demonstrated robust performance across diverse environments, seamlessly adapting to various setups, from bare metal and virtual machines to containers. The flexibility extends from smaller hardware configurations like the Raspberry Pi to more substantial servers with 40+ vCPUs and 1.5TB RAM.

    SELinux, a crucial component for security, seamlessly integrates with most applications, but I have encountered some challenges with WINE headless server programs, particularly for hosting Windows-based game servers not originally designed for Linux. Additionally, compatibility with Debian-based Crypto wallets proved to be a stumbling block, requiring the use of a Debian VM for compilation and subsequent transfer to Fedora.

    In terms of server redundancy and monitoring, I rely on three Fedora servers equipped with essential software such as Nginx, Grafana, Prometheus, Influxdb, and fping. Wireguard and Samba facilitate automated file transfers between another set of servers, contributing to an efficient setup.

    Automation plays a significant role in my server management, with Ansible and Bash scripts streamlining tasks such as package installations, configuration adjustments, and firewall rule setups. Each Fedora server is configured for self-startup to ensure uninterrupted operation in case of power failure or manual reboots.

    I’ve successfully integrated an LSI/Intel server RAID card into one of my Fedora servers, and the third-party RPM package for monitoring (storcli64) installed seamlessly. LSI card driver support is built into the Linux kernel, contributing to a hassle-free experience.

    The only notable limitation I’ve encountered pertains to desktop gaming, a domain where I’m exploring transitioning to Fedora. For gaming servers requiring Steam/SteamCMD and Windows DLLs, alternative solutions might be more suitable, unless willing to navigate potential challenges with WINE and SELinux adjustments.

    In conclusion, the suitability of Fedora as a server hinges on your specific use case. For web or Internet of Things servers, it stands out as an excellent choice. However, if your requirements involve gaming servers with Steam dependencies, alternative options may warrant consideration. As I’ve explored various Linux and *BSD systems over the years, Fedora has proven its versatility, offering a compelling solution for a range of server applications.




    • Adam Savage's Tested (maker/former mythbuster)
    • Alexis Dahl (U.S. geography education)
    • Computerphile (Internet protocols, programming)
    • DW Documentary (documentaries/geopolitics)
    • Everyday Astronaut (space news, also this guy is going to the freaking Moon on Artemis 3!)
    • GamersNexus (gaming, PC builds, hardware rants/explainers)
    • Marcus House (space news)
    • NASASpaceflight (or NSF, not to be confused with NASA themselves)
    • NightHawkInLight (home-brew DIY science education)
    • Paul's Hardware (gaming, PC builds, hardware rants/explainers)
    • PBS NewsHour (they post full episodes of news every night and it's mostly neutral takes/dry news)
    • PBS Space Time (space news/education)
    • Practical Engineering (science education)
    • RealLifeLore (geopolitics)
    • Scott Manley (space news)
    • Sixty Symbols (science education)
    • Smarter Every Day (science education)
    • StarTalk (w/ Neil deGrasse Tyson)
    • Technology Connections (old technology rants/explainers)
    • Veritasium (science education)
    • Vsauce (still makes Shorts but hasn't published a real video in a long while)
    • Vsauce2 (actually makes videos)
    • Wendover Productions (geopolitics)

    Just to name a few that still post every week or so. I'm sure there's others. Tom Scott is one that posts often but I left out, I don't sub because of the gameshows he puts on his main channel, I would prefer if he only did the red shirt fun world stuff videos and move the gameshow shit to another secondary channel. I also left out JayzTwoCents and LTT. Anyway I digress, there are definitely channels I miss that don't post frequently anymore or at all, but these are a few that I enjoy presently.

    I updated this post over 12 hours later to add a few more. 😅





  • Caaaaarrrrlll@lemmy.mltoAsklemmy@lemmy.mlWhat password manager do you recommend?
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    1 year ago

    KeeWeb. Compatible with anything that uses KeePass files.

    It checks more than half or even all of your boxes.

    • Free and Open Source, on GitHub.
    • Can be self hosted. Or go to app.keeweb.info.
    • Can be synced to the cloud of your choice. Even supports WebDAV, which is very lightweight.
    • Encrypted at rest and end-to-end. Those clouds don’t have your decryption key. Decryption happens in your browser client-side.
    • Cross platform. Anything that can load a webpage or is compatible with KeePass can use it. It can be bookmarked to the home screen on mobile and it becomes its own app.
    • Auto fill via hotkey on PC.
    • Supports PINs/Multi-Factor Authentication codes.
    • Can attach secret files like backup codes or SSH keys.
    • Can configure how strong the encryption is on the KeePass file.
    • Theme support.
    • Secrets can be exported.

    Edit: in another comment someone mentioned the KeeWeb developer is looking for another maintainer due to their own personal health issues. It’s been stale since mid-2022, while the core is considered still secure there is concern for its dependencies. It can be compiled at home with updated dependencies if that concerns you.