suprjami

joined 1 year ago
[–] [email protected] 11 points 9 months ago

If you run your scripts through https://shellcheck.net it'll pick up things like this. Also available as a Linux package for offline use.

[–] [email protected] 15 points 9 months ago* (last edited 9 months ago) (5 children)

What have you found bad about bash arrays? I have some simple usage of those (in bash) and they work fine.

[–] [email protected] 1 points 10 months ago

No worries! I hope this helps you enjoy Flatpak :)

[–] [email protected] 9 points 10 months ago (2 children)

You added the Flatpak repo as a "system" repo with:

flatpak remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo

As such, the downloaded applications are stored by the system in /var like you said.

If you run installs as user installs, eg:

flatpak --user install com.example.appname

Then the application is stored in your home directory, not in /var.

You can also add the Flatpak repo as a "user" repo, eg:

flatpak --user remote-add flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Now all installs will behave as if you passed --user to the install command. All installs will go to your home directory, none will go to /var

[–] [email protected] 1 points 10 months ago (1 children)

The installer lets you do a custom partition layout.

[–] [email protected] 9 points 10 months ago (4 children)

It's fine. I give my systems a 20G or 30G root file system.

If you use Flatpak then make sure you do user installs. If you add the remote as a user remote then all installs are user installs.

If you use VMs then create a storage pool for the disks in your home filesystem. I create a /home/libvirt/ for this.

Basically just be mindful not to fill your root filesystem.

[–] [email protected] 5 points 10 months ago (2 children)

I love XFCE but I use MATE's Caja file manager on mine.

[–] [email protected] 2 points 10 months ago

Yes. All Flatpak apps can be used on any distro.

I'm using the Fedora Flatpak Firefox on Debian, because Fedora's Flatpak runtime supports Kerberos authentication, the Flathub runtime doesn't.

[–] [email protected] 2 points 10 months ago (1 children)

No. Neither Intel or AMD provide microcode which meets Debian's definition of "free" so CPU microcode is non-free:

https://wiki.debian.org/Microcode

You might consider that your CPU is already running non-free microcode provided by your non-free motherboard BIOS.

If you have one of these CPUs, it's literally impossible for you not to run some non-free components.

All you're doing is exposing yourself to vulnerabilities in old microcode.

[–] [email protected] 2 points 10 months ago

It means 6.4.4.

The 0 can be ignored, so you can think of this as "linux-image-6.4" then if you want the actual revision you look after the arch and see "6.4.4".

This is explained in the Debian kernel handbook:

https://www.debian.org/doc/manuals/debian-kernel-handbook/ch-versions.html

For compatibility, the official kernel packages currently add '.0' to the upstream version.

[–] [email protected] 4 points 10 months ago (3 children)

Every Flatpak vendor

So who's that? Flathub and Fedora, the latter of who automate the Flatpak builds from distro packages anyway.

If you're using a smaller distro which is not backed by a huge security team then this is probably an advantage of using Flatpak, not a negative.

[–] [email protected] 26 points 10 months ago (2 children)

aiui apt will compare downloads from repositories against the repository signing key, whereas downloading a deb and installing it manually with dpkg bypasses that.

So theoretically the Debian website could get compromised and provide you a malicious deb package. That has happened to other Linux distros before so it's not entirely unrealistic.

Practically I think that's very unlikely.

I know apt has the --download option if you'd like to fetch deb packages on the commandline, though I'm not sure if apt compares the package with the key during this process. I hope it does. You could probably run apt in verbose mode and hopefully see this happen.

Some references:

 

My favourite song from their album In the Shadow of a Thousand Suns which is a gem of symphonic black metal.

Mostly written by Ken Sorceron during a brief hiatus in the band, it also features Ashley Ellyllon who was the keyboardist from Cradle of Filth.

After this album they dropped most symphonic elements and became a more regular black metal band. However, this album has been in my regular rotation since it came out and is one of my favourite albums of all time.

 

Any thoughts on this one? It's been out a little over a month now, so that's enough time for me to give it a good few (dozen) listens and let that new-album feeling settle down a bit.

I found it hard to imagine a better album than their previous release, Death Atlas (2019). I think Terrasite has some individually stronger songs, but probably Death Atlas is a more cohesive whole-album experience. Both are excellent. I've had the albums from Monolith in my regular rotation since I discovered the band.

Nine Circles did a recent interview with guitarist Josh Elmore where he said he says the band's progression and growth comes in sets of three albums, which makes Terrasite the start of a new trilogy.

I can't imagine how they could keep getting better, but I'm keen to see what's next!

view more: next ›