uranibaba

joined 2 years ago
[–] uranibaba@lemmy.world 1 points 2 weeks ago

Sounds horrible!

[–] uranibaba@lemmy.world 1 points 2 weeks ago (4 children)

A parent can sign a paper voiding the rights for their child?

Parents can sign a contract with a school which allows staff to physically assault their kids.

How can this be legal, even with a paper with a name on it?

[–] uranibaba@lemmy.world 2 points 3 weeks ago* (last edited 3 weeks ago)

I had a Raspberry Pi once and wanted to move file from the current folder to some other folder. I typed mv /* /path/to/folder/ and move everything in the root directory and down to this other folder.

EDIT: Meant to say that snapshots are cheap backups. I ended up reinstalled the OS.

Correct would have been dot slash: mv ./* /path/to/folder/

[–] uranibaba@lemmy.world 1 points 3 weeks ago (1 children)

Which software do you use for backups?

[–] uranibaba@lemmy.world 3 points 3 weeks ago (2 children)

Install Virtualbox (or some software to handle virtual machines).
Install Debian (or some other OS of your choice, I won't judge if you prefer Windows).
Update your OS (apt update && apt upgrade -y on Debian).
Take a snapshot of your VM's current state after updating. Saves a lot of time if you mess up or want a clean slate.

Now you decide on what you want. Do you want to install n8n or Node-RED for automation? Do you want to use Immich for pictures? Paperless to save papers in a digital format? Audiobookshelf to listen on your books or podcasts? Jellyfin to stream your media? Set up a Minecraft or Factorio server?

Once you have decided on what you want to do, try to do it in your virtual machine.
Once you understand how to set it up and configure it to your liking, decide on how you want to host it. I took an office computer, added a few HDDs and replaced the case with a bigger one and it's now my home server, but any old laptop will do. Just make sure to take backups.

I used to have a Dell R710 and a virtual machine for each service I hosted, but I have moved to docker because it as simple as taking the often provided compose file, tweaking it a bit (where to store data etc) and running it with docker compose up -d.

[–] uranibaba@lemmy.world 30 points 3 weeks ago (1 children)

Why does it have a picture of flour when it tells me to use floor?

[–] uranibaba@lemmy.world 8 points 3 weeks ago (1 children)

European centralism of the Nobel prices that I don’t really want to rant about

I'm curious. Nobel Foundation is private, so what can anyone do about it?

[–] uranibaba@lemmy.world 1 points 1 month ago

Okey, so I got curious how they rendered all those people so fast. Turns out they use background-image: url("url-goes-here") and set the width and height to (I assume) make it at the correct amount.

[–] uranibaba@lemmy.world 3 points 1 month ago

I asked my mother the same when I was a kid (why did you not become a boss), and she said she did not want to. Once I started working, I understood and agree 100%.

[–] uranibaba@lemmy.world 10 points 1 month ago

Hey, that was a good list. More people should join unions.

[–] uranibaba@lemmy.world 12 points 1 month ago

The issue seems to be with free VPNs.

Instead, the authors recommend using paid VPNs, which are generally considered to be more reliable and secure. For example, no serious privacy or security issues were found with Lantern, Psiphon, ProtonVPN or Mullvad.

[–] uranibaba@lemmy.world 3 points 1 month ago (1 children)

maybe I’m in the echo chamber

I always try to have that in mind when I talk to my SO. I usually say "I've read X and lemmy but lemmy is VERY left bla bla". Not to invalidate what I read here, but to be mindful of my sources.

55
submitted 1 month ago* (last edited 1 month ago) by uranibaba@lemmy.world to c/fediverse@lemmy.world
 

https://github.com/sublinks

Development seems to have stopped around late 2024. Anyone knows what happened to the project?

EDIT: https://discuss.online/post/14411458/12788941 (Thanks @mark@programming.dev)

 

Title. I looked at how to configure anything and found Caddy to be much easier to use. Aside from a lot of docker images integrating with it, why is everyone using it? Edit: I meant Traefik

 

In the light of Firefox's changes to sharing data and the fact that there are only two browsers^[/s], here is a reminder about Servo, an "experimental browser engine".

Who know, it could be the next big browser (one can hope at least).

 
 

Using uBlock Origin, you can add your own filter. This filter will block any post with the text "Elon Musk" (not case sensitive), modify as needed.

lemmy.world##div.post-listing:has(span:has-text("/elon musk/i"))

div.post-listing is the element to block
:has(args) returns elements where args evaluate to true
span is the element with the title text
:has-text(needle) returns the element if it has the next needle, supports regex with \needle\ and remove case sensitivity with i

Read more here: https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters

115
submitted 2 years ago* (last edited 2 years ago) by uranibaba@lemmy.world to c/linux@lemmy.ml
 

I just found out about AppImageLauncher, a package handler for AppImages. It organizes them, creates desktop files for you and handles updates and removal.

Integrate AppImages to your application launcher with one click, and manage, update and remove them from there. Double-click AppImages to open them, without having to make them executable first.

Much better than having to create all the desktop files myself, and having to figure out what to put in them for it to work correctly (I'm looking at you, qBittorrent and magnet links).

 
view more: next ›