0 Followers
0 Following
3 Posts

Zorin OS 16.3 Is Released (with upgrade tool)

https://lemmy.world/post/2248697

Zorin OS 16.3 Is Released (with upgrade tool) - Lemmy.world

> 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.

The Eupnea Project - Booting a full linux system on your Chromebook using Depthboot

https://lemmy.world/post/2239884

The Eupnea Project - Booting a full linux system on your Chromebook using Depthboot - Lemmy.world

> 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?

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

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.

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.

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).

A Texas A&M professor was suspended for allegedly criticizing lieutenant governor

https://lemmy.world/post/2212857

A Texas A&M professor was suspended for allegedly criticizing lieutenant governor - Lemmy.world

> 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.

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.

Nothing specific in mind, just wanted to get a general sense of how the work is progressing. Thanks for sharing your experience!
COSMIC is looking great! Do you have any comments about the state of the widgets and how those are working?