There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

satanmat , in FreeBSD 14.1 vs. DragonFlyBSD 6.4 vs. NetBSD 10 vs. Linux Benchmarks

While I appreciate that these benchmarks matter to someone; I’m more interested in hey it runs and is reasonably supported, not requiring hand rolling any config

Hey this XX runs fine.

j0rge , (edited ) in why does ublue bundle homebrew?

ublue co-maintainer here. I go over a bunch of the reasons here: www.ypsidanger.com/homebrew-is-great-on-linux/

Namely we needed a way to complement Flatpak and brew was a natural fit. It’s an ecosystem reason not a technical one. It has everything we need and a good deal of Bluefin’s target audience are already using it on mac. So for us it’s an easier lift to just add homebrew and move on to larger problems.

Plus it’s nice that they’re working with the openssf to secure the supply chain pipeline, and it’s nice that everything is in github where we can inspect it, use the same tooling we use for the OS, etc.

Fijxu , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?

LocalSend or KDE Connect. Syncthing if you need to sync files (Like an important documents folder that always needs to be up to date between your PC and Phone)

karn_tassen ,

+1 for Syncthing pretty easy to set up and get full control over your synced files.

yak , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
@yak@lmy.brx.io avatar

SSH along with the extra stuff it comes with like scp is the way forward.

The two following suggestions make use of secure shell.

Termux and then pkg install mc(MC is Midnight Commander)

Alternatively, if you are feeling brave and GUI, Total Commander here.

kenkenken , in why does ublue bundle homebrew?
@kenkenken@sh.itjust.works avatar

They think it’s nice way to install command-line tools. I think that only spoil the idea of immutable system as a desktop OS, where ideally everything could be reduced to a single installation method.

That’s why I use the original Fedora Silverblue and have no interest in uBlue derivatives. Actually I want a more simplified base system and not more bloated one.

And yes, Flatpak is enough for everything (mind about Termux on Android).

breakcore , in Update on Newton, the Wayland-native accessibility project – GNOME Accessibility

Great blog post, give it a read.

doubletwist , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?

I’ve been using FolderSync (Pro in my case) for many years to sync files (automatically and/or on-demand) from my phone to my Linux server.

biribiri11 , in FreeBSD 14.1 vs. DragonFlyBSD 6.4 vs. NetBSD 10 vs. Linux Benchmarks

Mfw CentOS Stream 9, using a kernel, compiler, and glibc version from 3 years ago, still manages to pull ahead of software released a few weeks ago on hardware released years after Stream 9’s original release.

LeFantome ,

I assume your comment is about FreeBSD but Ubuntu 24.04 is Linux “software released a few weeks ago” and it did no better than CentOS Stream 9.

FreeBSD led on quite a few benchmarks. Quite interesting.

boredsquirrel , in Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration
@boredsquirrel@slrpnk.net avatar

TLDR: Easy installation of something like Termux, GUI, Kwin and KDE, and a graphical display.

This is really good!

lily33 ,

Not really. It seems to use a very different technology from termux.

drwankingstein ,

it’s actually not that far off a chroot, it uses LXC, the really cool thing thats going on is this wayland integration, I was waiting for termux-gui + wlroots to come along, but this might just land first

lily33 , (edited )

deleted_by_author

  • Loading...
  • drwankingstein ,

    I havent looked into it yet, but ill be looking into doing an extra shim layer if this is the case. It wont be hard to set up some basic stuff for that, wlroots for instance is great for doing nested stuff since it can forward all of the inputs we need to the nested compositor

    iturnedintoanewt ,
    @iturnedintoanewt@lemm.ee avatar

    So how does it render to screen? Because the biggest nag on any of these previous implementations came when I needed to use VNC to remotely connect to the desktop…

    boredsquirrel ,
    @boredsquirrel@slrpnk.net avatar

    A better alternative would be spice, but just a guess

    drwankingstein ,

    it uses a modified wayland compositor that hooks up directly to android surfaceview. Currently if you want a chroot/proot solution, I reccomend termux-x11. it’s good performance.

    boredsquirrel , in Update on Newton, the Wayland-native accessibility project – GNOME Accessibility
    @boredsquirrel@slrpnk.net avatar

    Btw here is their Feed

    blogs.gnome.org/a11y/feed/

    boredsquirrel , in Update on Newton, the Wayland-native accessibility project – GNOME Accessibility
    @boredsquirrel@slrpnk.net avatar

    Btw, here is their RSS Feed

    blogs.gnome.org/a11y/feed/

    trevor , in Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration

    If someone could build a preconfigured image that has Phosh and basic phone apps, I would consider using this full time.

    Hector ,

    Would be even better if it can be registered as the default launcher too

    nossaquesapao ,

    Could we uninstall almost all non system apps, make it autostart and prevent any other app from getting in the way?

    laughterlaughter ,

    Yes.

    cityboundforest ,
    @cityboundforest@beehaw.org avatar

    I would as well

    ShellMonkey , (edited ) in Lindroid is an Android app that lets you run Linux in a container, with support for hardware-acceleration
    @ShellMonkey@lemmy.socdojo.com avatar

    I recall using an app way back when I used to root and haxor all the mobiles that would do this. Kind of a virtualbox for the Nexus phones/tablets, but it needed root to do it. Will have to look into this, would be interesting if it can do so in user space somehow.

    Edit: Damn, still needs root. Was a longshot to be able to hook into system resources without it but was hoping for some bridge function.

    MonkderDritte ,

    That bridge function would still need root (or critical level security holes) to be installed, if the ROM doesn’t ship it.

    ShellMonkey ,
    @ShellMonkey@lemmy.socdojo.com avatar

    Makes sense, I’m so accustomed to making virtual machines and such that it becomes just a thing but inevitably at some point admin access was required to create the hypervisor, the vnic, a virtual switch, etc. Without that restriction a piece of malware could readily exfiltrate data past a local protection by just making it’s own new pathway through on the fly or any number of other unpleasant things.

    drwankingstein ,

    if you want a non root solution, termux proot + termux-x11, or eventually termux proot + termux-gui + wayland compositor

    Andromxda , in How can I easily and conveniently transfer files wirelessly between my linux computer and android phone?
    @Andromxda@lemmy.dbzer0.com avatar

    LocalSend has been great for me. It also works over NetBird or Tailscale. The same goes for KDE Connect.

    calmluck9349 ,
    @calmluck9349@infosec.pub avatar

    Came here to say localsend

    x3x3 , in KDE Plasma 6.1 released

    Why is still gnome and not kde the default Ubuntu Ui?

    sfera ,

    Why would it be?

    fushuan ,

    technically, unity is not gnome. It’s based on gnome, but it’s a different DE.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines