Quik

joined 2 years ago
[–] Quik@infosec.pub 19 points 3 hours ago

Racism is still bad, glad to hear from a judge in these times.

[–] Quik@infosec.pub 24 points 5 hours ago

Needs more JPEG

[–] Quik@infosec.pub -1 points 5 hours ago (2 children)

Is using it without paying him anything fine?

[–] Quik@infosec.pub 2 points 22 hours ago

Related to what you said, I found it actually helpful to just write and discuss ideas with some LLM without letting it code.

[–] Quik@infosec.pub 18 points 1 day ago (3 children)

This tracks pretty much with my conclusions for myself, neat.

It's crazy, I'm fooled every time again and think “surely I must be faster like this” when after a few days an in-depth reflection/looking at actual commits shows that nope, I wasn't.

[–] Quik@infosec.pub 2 points 2 days ago

Just place your Quadlets in the $HOME/.config/containers/systemd/ directory for this ;)

The reference I linked to earlier also contains more information on rootless.

[–] Quik@infosec.pub 3 points 2 days ago

Your distrust is kind of reasonable: I've been using this a lot for the past year and there definitely were two or three moments where it was a bit annoying, too little transparent on what commands will be run, etc.

[–] Quik@infosec.pub 3 points 2 days ago (1 children)

Same here; Rootless Podman Quadlets gang unite (there is two of us in total)

[–] Quik@infosec.pub 2 points 2 days ago

Yeah, it's great that Gitea/Forgejo has a copy-paste snippet in the docs, but you can actually use that with pretty much every container.

There is this useful tool to convert containers, podman commands or even compose files to podman-systemd units: https://github.com/containers/podlet

[–] Quik@infosec.pub 56 points 3 days ago (4 children)

You obviously also need an account for everything. This requirement is only communicated at checkout.

[–] Quik@infosec.pub 53 points 3 days ago* (last edited 2 days ago) (21 children)

One thing the author probably hasn't done yet or just doesn't mention is that you can configure .container services with systemd-podman units (often called quadlets), e.g. a simple MariaDB container would look like this:

[Unit]
Description=MariaDB container

[Container]
Image=docker.io/mariadb:latest
Environment=MYSQL_ROOT_PASSWORD=rootpassword
Environment=MYSQL_USER=testuser
Environment=MYSQL_PASSWORD=testpassword
Environment=MYSQL_DATABASE=testdb

[Install]
WantedBy=multi-user.target

Short intro Full reference

This is superb, because it means your containers finally feel well-integrated with the rest of the OS and you can use systemctl, journalctl, etc. just like you would with other services.

Personally, I use this as an alternative to Podman/Docker compose and have been very happy with it running rootless containers from Nextcloud, Pufferpanel, Forgejo, Authentik, etc. (ask me for .container files if you need any help, I'm currently working on a small repo with a collection)

[–] Quik@infosec.pub 40 points 3 days ago

Honestly, mad respect for even going at all

 

Hi, I live in Germany and only have public IPv6. My address changes only very, very rarely and has never changed in the time I've been self-hosting.

I also have a very small, pretty cheap VPS with static IPv4/IPv6 – which would seem like a great fit for some sort of tunneling/proxy setup. Now comes the question: What/how should I use it? I would like to not have the additional latency for IPv6 enabled hosts, can I just setup a reverse proxy for IPv4? Would Tailscale work for my usecase, what are some resources you found useful when using it?

Currently, I'm just hosting everything IPv6-only and hoping my address never changes, but that does not work for everyone, as especially many new buildings with fiber optic connections still only have IPv4 (strangely).

 

Could mean essentials you wouldn’t want to live without, neat little things you just found, all time favorites— really whatever comes to mind.

 

I am a student in Germany myself and got the rare chance to influence the education about CS/responsible use of technology people get in a special course I will give for the interested in my school this year.

The students will be eight grade and up, and it is a reasonable assumption that I will not have to deal with uninterested students (that and the probably small course size gives me an edge over normal courses beyond my actual planned lessons).

My motivation for investing substantial amounts of time and effort into this is my deeply hold belief that digital literacy is gonna be extremely important in the future, both societally and personally. I have the very unique chance to do something about this, even if only on a local level, and I’m gonna use that. I fail to see the current CS classes in German "high schools" (Gymnasien), and schools with our specialization (humanism) especially, provide needed education. We only had CS classes from grade eleven—where you learn Scratch or something similar and Java basics (most don’t really understand that either, or why you should learn it (a circumstance I very much understand)).
This state of affairs, and the increasing prevalence of smartphones instead of PCs means most students lack any fundamental understanding of the technology they’re using everyday.
My reason to believe that I’d be better at giving CS lessons than trained teachers is that these have to stick to very bad specific guidelines on what to teach, and a lack of CS graduates wanting to become teachers means our school has not a single one who studied any CS (I did).

Some of my personal ideas:

  • how do (basically all) computers work hardware-wise (overview over parts)
  • what is a computer/boot chain/operating system/program
  • hand out USB drives/cheap SSDs to students that they can keep (alternative: a ton of VMs and Proxmox users of one of my hosts) and have everyone pick and install their Linux distro of choice (yes, this is gonna be painful for all involved, but is also—as I suspect many of you already know—extremely rewarding and can be quite fun)
  • learning some "real" programming (would probably teach Python), my approach would be to learn basics and then pick projects and work alone or together (which is useful for learning Git/coding in a remotely readable way)
  • some discussion of open/closed source, corporate tech, enshittification, digital minimalism and philosophy of technology (which would be okay because, you know, humanistic school…)
  • maybe some networking (network stack, OSI, hacking Wifi networks…)

What are your thoughts and suggestions? Took me some time to get to an agreement with the school over this, so I’d like to do my absolute best.

Possibly relevant questions: what fundamental knowledge about tech do you suspect to be still relevant 15 years from now, what would you like to have learnt, what would you find interesting as a student this age…

 

for everyone interested (hopefully obvious /s)

 
387
shit happens (infosec.pub)
submitted 10 months ago* (last edited 10 months ago) by Quik@infosec.pub to c/bertstrips@lemm.ee
 
 

Kind of incredible, and really surprising as far as I can see :)

 

Hi, I've been searching for a Linux tablet/convertible to use at school and university for quite a while and would like to hear your recommendations, if you have any.

I have a pretty strict set of requirements, those are:

  • 6GB RAM
  • 4 core CPU
  • stylus support
  • magnetic keyboard with German layout
  • somewhat reasonable battery life (6h of note taking would be great)

I will mostly use the device for coding, taking notes, web browsing, document editing and watching stuff online. I am not afraid to do some work to get my device to be usable (e.g. port an Android driver if really necessary), but would prefer to be able to use the device as fast as possible (as one can probably imagine). I do not expect a perfectly usable out-of-the-box experience, as I know that's not to be expected with mobile Linux. My maximum budget is 700€, but that does not mean I necessarily want to spend that much.

Some devices I've found specifically made to run Linux: PineTab 2: No stylus support, not for me. FydeTab Duo: No German layout, not being shipped yet (and kind of unclear when it will) Starlite Mk 5: Really cool device imo, but there are no reviews as it hasn't been shipped yet

I've also been exploring the PostmarketOS devices page a bit, but only found the Xiaomi Mi Pad 5 Pro which looks good so far, but I might have to reach out to the device maintainer to find out more about the bluetooth status.

Edit: You’ve all recommended x86 devices/convertibles (which kind of makes sense) and I also found some of them:

  • Surface devices: seem to work pretty well, although I would prefer not to support Microsoft
  • IdeaPad Flex and Duet: Both seem like good deals, the Duet 5i looks especially interesting to me as it’s more of a "true tablet"

Are some of you daily driving Linux tablets? Do you recommend doing this at all? Do you have device recommendations? Thank you all a lot for your time and effort!

view more: next ›