GravelPieceOfSword

joined 2 years ago
MODERATOR OF
[โ€“] [email protected] 2 points 5 months ago

The monk was able to get in with the key monk-key). He was no longer locked out!

๐Ÿ”’ ๐Ÿ‘‰ ๐Ÿ” ๐Ÿ‘‰ ๐Ÿ”“

[โ€“] [email protected] 4 points 5 months ago

Ian, is that you? I know things are still in flux, but it's good to finally hear from you!

 

A monk once got locked out of the monastery.

To get back in, he went to the market, bought a dozen bananas.

He thus got hold of the monkey, unlocked the gates, and went inside.

๐Ÿ’ = ๐Ÿ“ฟ + ๐Ÿ”‘

[โ€“] [email protected] 16 points 5 months ago

I learned to follow hashtags, not people on mastodon myself..

[โ€“] [email protected] 4 points 7 months ago

I'll be honest here: I switched my main laptop from slow roll to Linux Mint to install it several months back to install wayDroid. I've been happy with the switch. Here are my thoughts:

  1. I'd installed Linux Mint + wayDroid on the laptop of various family members, and really liked what I saw
  2. Runa-chin has done a great job providing instructions and packages to install it on tumbleweed, but it has quirks that I didn't feel like fighting. It just works out of the box in Mint.
  3. I like having KDE plasma 6 on slow roll, but the cosmetic difference from plasma 5 is minimal (it's more performance/longer term). I'm ok with sticking with plasma 5 if I get a painless wayDroid installation
  4. Slow roll is generally stable, but updates have burned me a few times in the past year. More stability is always nicer
  5. Flatpak + appimage + snap (yes, I don't mind using whatever is officially recommended on the project website of whatever I'm trying to install, though it would be nicer to have more official flatpaks) make it such that while my base is stable, I can still get some pretty recent packages
 

I've been using it for months now .. I love that I can play droidfish (cuckoo chess engine is great for lower rated games.. really good practice partner). I started with the default (degoogled) image, but gave in and installed the Google play enabled one. Now I can read google play/kindle/o reilly/blinkist.

Recently installed Minecraft education for a young family member... Runs like a charm too.

Go waydroid!

 
[โ€“] [email protected] 9 points 7 months ago

I wonder if this is heaven or hell ๐Ÿ˜…

[โ€“] [email protected] 17 points 9 months ago (2 children)

Sounds like dogs barking at/with each other in the night back when I was growing up. You'd hear the occasional how-how-hoooooww from one of them, and others would join in. Wolf'ish in some ways. The city I grew up in was much less crowded back then.

Now: I guess self driving cars fill in the void left by dogs not barking at each other anymore.

๐Ÿบ


๐Ÿš—

[โ€“] [email protected] 31 points 11 months ago (1 children)

Balls of plastic. Descended from balls of steel ๐Ÿ’ช

[โ€“] [email protected] 9 points 11 months ago* (last edited 11 months ago) (1 children)

This is the caveat for me for now.

To run locally a powerful graphics card with at least 6 GB VRAM is recommended. Otherwise generating images will take very long!

I've got decent RAM on an I9, but my graphics card, which is what matters here, isn't up to par.

[โ€“] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Why not try it for yourself on Linux mint first by installing plasma? Plasma 5 is available on mint - I believe Fedora has plasma 6.

I use plasma 6 on my Opensuse Slowroll laptop and plasma 5 on my LMDE desktop.

Overall, I've found plasma 6 to run slightly better (I was on plasma 5 on Slowroll too for a long time).

Once you install and try plasma 5 on your current install, that will be a much less disruptive way to see how well it works for you.

After ricing, both plasma 5 and 6 are pretty similar on my setup. The cube desktop effect isn't there by default on plasma 5 of course.

1
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Linux Firmware Update Utility Fwupd Will Use Zstd Compression for Future Releases

The devs are also considering enforcing signed commits in an attempt to prevent supply chain issues like the XZ backdoor.

Edit: note for downvotes: I understand some of you disagree with the need for a switch. However, are you downvoting the news itself (i.e. shooting the messenger?)

[โ€“] [email protected] 1 points 1 year ago

Based on other posts by the author (they have posted AI generated art before, and attribute when it's not AI generated), I'm pretty sure this is AI generated.

The fine print in the mastodon toot:

Fine print: Happy first of the fourth!

Says Happy first of the fourth, implying first of the fourth (month - April), which is what I based my own hint that this was an April fools joke in a veiled way.

[โ€“] [email protected] 4 points 1 year ago (2 children)

Sauce listed here in my post.

The reference to the first of the fourth (month - April) implying it is an April fools joke too, in the same place.

 

I've gotta hand it to the new GNU Linux mascot replacing Tux as of today, brabix. Love the matrix themed T-shirt!

Ref: this post celebrating the first of the fourth ๐Ÿ€

Edit: The Big Day is over. For those of you (I'm kinda guessing there were quite a few) who weren't sure what this was (and for everyone else too, thanks for being a sport) (Happy??) April Fools! (please tell me you already knew this!)

 

I'll need to mirror print stuff regularly (flip across the vertical axis), and I'm trying to make the process convenient.

The manual way to mirror print would be by invoking lp, e.g.

lp -o mirror myfile.pdf

Invoking lp would work for images, PDF, ps etc. But but for application (open office draw) files. Unfortunately, I don't see an obvious way to mirror print within the application itself.

I'm thinking of setting up a mirror printer in CUPS that would automatically apply the -o mirror to any documents that hit it.

I suspect this would require some tinkering with CUPS filters - I'll dig into it sometime.

I can't be the only one who's needed this at some point in time.

Has anyone here done something similar? Looking forward to your thoughts!

 
42
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

How are y'all managing internal network certificates?

At any point in time, I have between 2-10 services, often running on a network behind an nginx reverse proxy, with some variation in certificates, none ideal. Here's what I've done in the past:

  • setup a CLI CA using openssl
    • somewhat works, but importing CAs into phones was a hassle.
  • self sign single cert per service
    • works, very kludgy, very easy
  • expose http port only on lo interface for sensitive services (e.g. pihole admin), ssh local tunnel when needed

I see easy-RSA seems to be more user friendly these days, but haven't tried it yet.

I'm tempted to try this setup for my local LAN facing (as exposed to tunnel only, such as pihole) services:

  • Get letsencrypt cert for single public DNS domain (e.g. lan.mydomain.org).. not sure about wildcard cert.
  • use letsencrypt on nginx reverse proxy, expose various services as suburls (e.g. lan.mydomain.org/nextcloud)

Curious what y'all do and if I'm missing anything basic.

I have no intention of exposing these outside my local network, and prefer as less client side changes as possible.

 

I have mixed feelings about calling this one a tip.. but I've recently been interested in giving a shout out (think passive advertising) to open source technology I use and like (๐Ÿง, ๐ŸฆŽ, vim, etc..).

I bought this set of 206 stickers from Amazon a few weeks ago for $10 (9.99, but that's really 10).

The stickers are very hard to peel off till you get the hang of it, but can vouch.

Inspired by this Lemmy post

 

Use !! to substitute your last command

 
view more: next โ€บ