blog.zorin.com

> Zorin OS 16.3 is our first version that comes pre-installed with the new Zorin OS Upgrader. This is the feature our community has requested most throughout the years. > Zorin OS 16.3 is powered by the same version of the Linux kernel as in Ubuntu 22.04 LTS (GA). It comes with updated drivers, bringing even better compatibility with more hardware. That includes support for newer components like NVIDIA’s GeForce RTX 4070, 4060 Ti, and 4060 graphics cards out of the box.

96
6
https://eupnea-linux.github.io/

> Depthboot is a builder script that creates a bootable USB drive/SD-card that can be booted on any x86_64 Chromebook. It supports common Linux distributions(Pop!_OS, Ubuntu, Arch and Fedora) and a variety of the most popular desktop environments. Due to licensing restraints, Depthboot cannot be distributed as an iso. Instead, it has to be build locally. Anyone have experiences with this?

42
4
Git repository storage/forge recommendations?
  • pnutzh4x0r pnutzh4x0r Now 100%

    My friend has deployed Phorge for himself and appears to be happy with it.

    2
  • What microphone are you using for Linux?
  • pnutzh4x0r pnutzh4x0r Now 100%

    Not sure about studio quality, but for video conferencing and doing some Twitch streams, I've being using a Blue Yeti Nano USB microphone for a few years (since COVID) with no issues on Linux.

    3
  • .bin/check_installed.sh:fc:3: no such event: 1 when trying to run a set of commands from script that work fine when ran in the terminal directly
  • pnutzh4x0r pnutzh4x0r Now 100%

    An alternative to making a shell script is to make an alias or a function instead. That way, it runs in your current shell session and you can access the history command.

    Additionally, you could always dump the output of the history command outside the shell script and then run the shell script on that file after you have dumped it.

    2
  • .bin/check_installed.sh:fc:3: no such event: 1 when trying to run a set of commands from script that work fine when ran in the terminal directly
  • pnutzh4x0r pnutzh4x0r Now 100%

    I think the issue is that history is a shell built-in and not an actual program (ie. external command) and it typically only works in an interactive shell session.

    A workaround could be to access the $HISTFILE directly:

    {cat $HISTFILE | grep ...
    

    Of course, you can use also just do:

    {grep -e ... $HISTFILE | ...}
    

    if you are opposed to the cat at the beginning.

    1
  • Photon v0.3.0
  • pnutzh4x0r pnutzh4x0r Now 100%

    With all the recent fixes and features, Photon is now my default lemmy client :]

    Thanks to @Xylight for starting this project and being so responsive on GitHub (I'm @pbui).

    5
  • https://www.npr.org/2023/07/26/1190245518/texas-professor-joy-alonzo-investigation-freedom-speech

    > A Texas A&M University professor was suspended, investigated and ultimately cleared of any wrongdoing for allegedly criticizing Texas Lt. Gov. Dan Patrick during a lecture about the opioid crisis. The probe has free speech advocates concerned about political influence over academia in Texas.

    6
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearIR
    Jump
    IRC technology news from the first half of 2023
  • pnutzh4x0r pnutzh4x0r Now 100%

    Hmm, sorry fixed now. I'm using a new lemmy client... which apparently is still a bit buggy :|

    2
  • The Fall of Stack Overflow
  • pnutzh4x0r pnutzh4x0r Now 100%

    It's unfortunate, but the reality is that many of the proprietary services are... free, convenient, and where the people are.

    Most projects do not have a lot of funding, so it makes sense to use low cost platforms with the least amount of friction. I think most developers are aware of the risks and trade-offs, but make a pragmatic decision to use these proprietary services b/c the benefits for them outweigh the costs.

    27
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearIR
    IRC technology news from the first half of 2023
    https://www.ilmarilauhakangas.fi/irc_technology_news_from_the_first_half_of_2023/

    Summary of various updates to IRC clients, bouncers, and daemons for the first half of 2023.

    7
    2
    Curious about COSMIC - News and screenshot #2
  • pnutzh4x0r pnutzh4x0r Now 100%

    Nothing specific in mind, just wanted to get a general sense of how the work is progressing. Thanks for sharing your experience!

    1
  • Curious about COSMIC - News and screenshot #2
  • pnutzh4x0r pnutzh4x0r Now 100%

    COSMIC is looking great! Do you have any comments about the state of the widgets and how those are working?

    4
  • https://flak.tedunangst.com/post/azorius-01

    Alternative to lemmy by tedu of OpenBSD fame. It uses ActivityPub and is actually compatible with lemmy. Here is an example instance: https://az1.azorius.net/

    43
    5
    blog.system76.com

    COSMIC updates regarding window resizing, wallpaper settings, notifications, fractional scaling, and localization

    47
    9
    blog.system76.com

    COSMIC updates regarding window resizing, wallpaper settings, notifications, fractional scaling, and localization

    63
    20
    Screen recorder: video
  • pnutzh4x0r pnutzh4x0r Now 100%

    Pop is not using Wayland yet ... the current GNOME based DE still uses Xorg. COSMIC, however, will use Wayland.

    6
  • almalinux.org

    In reaction to the recent announcements by RedHat, AlmaLinux is shifting focuses slightly: > We will continue to aim to produce an enterprise-grade, long-term distribution of Linux that is aligned and ABI compatible with RHEL in response to our community’s needs, to the extent it is possible to do, and such that software that runs on RHEL will run the same on AlmaLinux. That is, instead of "1:1" bug compatibility, they will aim to be ABI compatible.

    16
    0
    Tab FavIcon missing in Firefox
  • pnutzh4x0r pnutzh4x0r Now 100%

    Ok, good to know that it isn't just me.

    1
  • Dell XPS 13 /boot/efi Insufficient Space
  • pnutzh4x0r pnutzh4x0r Now 100%

    Yes, I've run into this issue recently. The /boot/efi folder is actually its own partition, so removing packages from / will not give your more space for the efi partition. On my recentish Pop install, the /boot/efi partition is about 512MB which is just about enough space for two kernels but... not much else (they may have increased this to 1GB for new installs).

    The workaround I did was to simply delete one of the kernels in /boot/efi/EFI/Pop_OS-... (the ... is some string of letters). In this folder you should have the following:

    $ ls -l /boot/efi/EFI/Pop_OS-f2c685b9-a9c2-48f0-907b-ebe199e94a55
    total 289256
    -rwx------ 1 root root       167 Jul 12 15:24 cmdline
    -rwx------ 1 root root 134046998 Jul 12 15:24 initrd.img
    -rwx------ 1 root root 134449391 Jul 12 15:24 initrd.img-previous
    -rwx------ 1 root root  13844192 Jul 12 15:24 vmlinuz.efi
    -rwx------ 1 root root  13846496 Jul 12 15:24 vmlinuz-previous.efi
    

    As you can see, Pop stores the current kernel (vmlinuz) and ramdisk (initrd) along with the corresponding previous versions in case you need/want to revert back to the previous kernel. To free up some space, you can simply delete either the initrd.img-previous or vmlinuz-previous.efi file if you are not using the previous kernel. That should allow you to then download the firmware and update it.

    After the firmware update, if you want to restore the previous (backup) kernel, you can copy it from /boot back to the efi folder above. Otherwise, the next kernel update will replace it for you anyways.

    I hope this helps, good luck.

    3
  • System76 Begins Publishing "Virgo" Laptop PCB Design Specs, Confirms Intel Raptor Lake
  • pnutzh4x0r pnutzh4x0r Now 100%

    According to @soller@lemmy.world, they are still evaluating different CPUs... it's just that Intel provides information publically and so they can release it under the GPLv3 right now:

    https://fosstodon.org/@soller/110701645325067411

    3
  • I am using Firefox (115) and I am missing the favicon in the tab for [lemmy.world](https://lemmy.world). The favicon appears in the bookmarks window, but not in tab for the website. I've tried to clear the cache and reloading the page, but the favicon still does not appear in Firefox. It does appear, however, when using Chrome. Likewise, other instances such as [lemmy.one](https://lemmy.one) and [programming.dev](https://programming.dev) also work in Firefox (as shown in the screenshot), so this appears to be specific to lemmy.world's favicon. This isn't a big deal, but I was wondering if anyone else using Firefox experiencing this issue?

    8
    5
    www.phoronix.com

    More details on System76's upcoming "Virgo" laptop, which would be their first in-house design. GitHub repository is here: https://github.com/system76/virgo/.

    30
    2
    blog.buddiesofbudgie.org

    The Budgie project plans on soft forking mutter in the short term to implement Wayland support in Budgie 10, but will look into developing their own wlroots based compositor called Magpie as a long term solution.

    10
    1
    blog.buddiesofbudgie.org

    The Budgie project plans on soft forking mutter in the short term to implement Wayland support in Budgie 10, but will look into developing their own wlroots based compositor called Magpie as a long term solution.

    44
    0
    pnutzh4x0r Now
    16 14

    pnutzh4x0r

    lemmy.world