BazaarOS will be functional way before CathedralOS gets off the ground.
Morphit
- 0 Posts
- 56 Comments
reject Monke
become Crab
Like this?

That’s right! It goes in the Linux hole.
I heard they replaced snaps with their own package format.
There are tools like snapper and btrbk that periodically make snapshots. Since btrfs is a COW filesystem, the live subvolume just stores newer changes on top of the snapshot — it doesn’t need to copy anything until it changes. Only when file data is no-longer referenced is it actually marked free to overwrite. This can make disk usage a bit un-intuitive since you can have large files stuck in snapshots that don’t show up in your live subvolumes but still use up space. It can really save you from serious mess ups and is really cheap in terms of performance. It’s also possible to send snapshots over a network to another machine if you want longer term backups without keeping them on local disks.
Morphit @feddit.ukto
Linux@programming.dev•Chinese semiconductor outfit has Linux MPP repository on Github disabled after a DMCA takedown request & FFmpeg team accuses it of using libavcodec code without attribution
9·1 month agoOh wow, so they actually stripped off the attribution to ffmpeg and slapped their own name and license in place of it. Now they’re forced to restored the license they’re working to rewrite it all themselves so they can delete the copyrighted code. They’re so sorry though.
Morphit @feddit.ukto
Linux@lemmy.ml•GNOME & Firefox Consider Disabling Middle Click Paste By Default: "An X11'ism...Dumpster Fire"
5·1 month agoThere’s also shift+insert if you want a keyboard shortcut. I remapped it to meh+v.
Morphit @feddit.ukto
linuxmemes@lemmy.world•I was cleaning up my home directory when I found....this
131·2 months agoThey’re both camelcase. Your one is dromedaryCase, the OP is using BactrianCase.
They haven’t modified
apt; they abuse an extra version number that supercedes the major version number of a package. I think it’s meant to be used for new packages that reuse the name of an abandoned project. Canonical publish packages for software like Firefox that depend on snapd and just runsnap install firefoxinstead of actually installing anything. Since they bumped that extra version number, their packages always have a higher precedence than even the officially packaged debs from Mozilla.
Morphit @feddit.ukto
Linux@lemmy.ml•Fastest disk-space usage analyzer (for files), faster than ncdu?
4·6 months agoIf your filesystem is btrfs then use btdu. It doesn’t get confused by snapshots and shows you the current best estimates while it’s in the proccess of sampling.
Morphit @feddit.ukto
linuxmemes@lemmy.world•Every now and again a voice comes into my head telling me to install Arch.
5·6 months agoThis is the way.
Yup. Even if you add the official mozilla repos, Cannoical adds a prefix to their version so it always takes precedence over the official release. You have to pin the mozilla repo to blacklist the snapped version.
Same goes for Thunderbird.
I’m sure Snap has some security advantages for many users but they’ve made it so user-hostile for those who use native browser extensions or who want to automate deployments with just one packaging system.
Anyway, rant over - fuck Snap.
You’re going to lose Snap? That is an option, you know.
Morphit @feddit.ukto
Linux@lemmy.ml•Is there a way to connect multiple desktops and treat them as one system?
1·11 months agoBarrier is only for inputs IIRC. To get Keyboard Mouse and Video (more usually KVM) you need some kind of remote desktop software. Rustdesk is pretty straightforward. I think Gnome handles RDP access natively now if you’re running a Gnome based Linux distro. Otherwise XRDP is a bit of a faff, but solid once it’s working.
Morphit @feddit.ukto
Linux@programming.dev•Years In The Making, Intel Timed I/O "TIO" Looks To Finally Land In Linux 6.15
1·1 year agoThere’s a talk here: https://www.youtube.com/watch?v=jMUMRNRkcMg but I’m not much clearer after scrubbing through some of the slides. It sounds like all GPIO pins on recent Intel chips support this Timed I/O functionality. I don’t know if they could measure the timing of transactions to a NIC - I would think this is only for specialist hardware or testing. They mention using a logic analyser to compare the clocks of two systems after synchronisation.
I think this wiki cheetsheet will explain some of the defaults. Pretty much everything is controlled with a keybind using the meta/super (windows) key.
Mod + dshould open the launcher, I only used dmenu but yours might be something else. The launcher will let you launch applications by name. If you just want a terminal,Mod + Enterwill open one.You will want to look at your config. It should live in
~/.config/sway/config. If it’s not there thenmkdir ~/.config/sway/ && cp /etc/sway/config ~/.config/sway/. That should list the keybinds you have set. You can look up the options in the man page for sway.Once you can do some basic window control, you might want to customise the status bar. The config should tell you what bar is being used, but there are a huge array of statusbars to choose from - I used i3status-rust but try searching for i3/sway statusbars to see what’s out there.
Morphit @feddit.ukto
Linux@lemmy.ml•Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?
2·1 year agoYeah, I really dislike snap and have puppet clean it out and add in the real mozilla repo for me. If I wanted sandboxed apps I’d probably look at flatpak but I think there’s still work to be done there also.
Morphit @feddit.ukto
Linux@lemmy.ml•Is it me or Ubuntu secretly replaces DEB Firefox with Snap Firefox?
1·1 year agoYeah, I just liked that bit of the meme. In the prank the meme is based on, they really are the same.
REM virus