clmbmb

joined 1 year ago
[–] clmbmb@lemmy.dbzer0.com 43 points 2 weeks ago

Did you even try to watch the clip? It's not even in the US! This is the scary part.

[–] clmbmb@lemmy.dbzer0.com 1 points 2 weeks ago (2 children)

Again, how is it different than installing directly on your machine? Especially when you have a package manager that can rollback the installation?

[–] clmbmb@lemmy.dbzer0.com 4 points 2 weeks ago (4 children)

In my day (today) we would create a test user, install a new WM and try it. I don't get the "install the full distro on a VM just to try a program just a few kbs in size"...

[–] clmbmb@lemmy.dbzer0.com 4 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Calibre is Python 100%. What gave you the idea it was Java?

[–] clmbmb@lemmy.dbzer0.com 3 points 2 weeks ago

Oh, wait... I didn't think about this and didn't know it was closed source, even though when I think about what google is doing lately it's no surprise.

[–] clmbmb@lemmy.dbzer0.com 10 points 2 weeks ago (2 children)

https://jmp.chat/esim-adapter it's realer than you think and it works. Do you have a source to some documentation that says eSIM works only with the proprietary Google code?

[–] clmbmb@lemmy.dbzer0.com 2 points 4 weeks ago (1 children)

Not sure hore good this is, but some years ago I bought my wife an Android ebook reader. It was so slow and cumbersome that I got her a Kindle and swore to myself never to touch an Android reader.

[–] clmbmb@lemmy.dbzer0.com 16 points 1 month ago (1 children)

Fuck Gemini. Why would you want that piece of shit on your phone?

[–] clmbmb@lemmy.dbzer0.com 5 points 1 month ago

This is really good.. Just yesterday I had a colleague trying to present something like this in our company and she failed miserably. I'll send her the link to your guide, maybe she'll learn a thing or two.

[–] clmbmb@lemmy.dbzer0.com 3 points 1 month ago

Kakao (written cacao in Romanian) is used as a pejorative for "shitty": "ești de cacao" - you're shitty.... So I guess we know who they are.

[–] clmbmb@lemmy.dbzer0.com 20 points 1 month ago

Please stop promoting this creep!

[–] clmbmb@lemmy.dbzer0.com 8 points 1 month ago

how about personal stuff, like photos or scanned documents?

15
submitted 1 month ago* (last edited 1 month ago) by clmbmb@lemmy.dbzer0.com to c/linux@lemmy.ml
 

I have a pi hole in my network and I set it as my primary DNS server, and my router (a Mikrotik) as secondary. DHCP sets the DNS servers as pihole, mikrotik in this exact order and I want to keep it that way. I know systemd-resolved uses some algorithm to set the fastest dns as current server, but I don't want/need that. Is there some way to do configure it to just let it be?

I'm running Fedora 40.

30
submitted 5 months ago* (last edited 5 months ago) by clmbmb@lemmy.dbzer0.com to c/linux@lemmy.ml
 

I'm trying to move away from cron jobs, not that they don't work, but I want to get on with the times and also learn some things.

I created two user timers (and the associated services), one for backing up my data and the second to upload to B2. I'm using two scripts I had in my cron jobs for a few years and they worked without problems. But with systemd timers both scripts fail with exit code 15 (process terminated) and I have no idea why.

I run Debian 12 Bookworm.

Here's the output for the status of the upload service:

> systemctl --user status rclone-up.service
○ rclone-up.service - Run rclone up for b2
     Loaded: loaded (/home/clmbmb/.config/systemd/user/rclone-up.service; disabled; preset: enabled)
     Active: inactive (dead)
TriggeredBy: ● rclone-up.timer

Apr 11 06:10:39 tesla systemd[1698218]: Starting rclone-up.service - Run rclone up for b2...
Apr 11 06:12:18 tesla systemd[1698218]: rclone-up.service: Main process exited, code=killed, status=15/TERM
Apr 11 06:12:18 tesla systemd[1698218]: rclone-up.service: Failed with result 'signal'.
Apr 11 06:12:18 tesla systemd[1698218]: Stopped rclone-up.service - Run rclone up for b2.
Apr 11 06:12:18 tesla systemd[1698218]: rclone-up.service: Consumed 12.811s CPU time.

Also, here's the log created by rclone while running:

2024/04/11 06:10:42 INFO  : integrity.2376: Copied (new)
2024/04/11 06:10:43 INFO  : hints.2376: Copied (new)
2024/04/11 06:10:43 INFO  : nonce: Copied (replaced existing)
2024/04/11 06:10:47 INFO  : config: Updated modification time in destination
2024/04/11 06:10:55 INFO  : index.2376: Copied (new)
2024/04/11 06:11:40 INFO  :
Transferred:      443.104 MiB / 2.361 GiB, 18%, 16.475 MiB/s, ETA 1m59s
Checks:              1503 / 1503, 100%
Transferred:            4 / 19, 21%
Elapsed time:       1m0.8s
Transferring:
 *                                   data/2/2328: 19% /502.259Mi, 2.904Mi/s, 2m19s
 *                                   data/2/2329: 52% /500.732Mi, 10.758Mi/s, 22s
 *                                   data/2/2330: 14% /501.598Mi, 3.150Mi/s, 2m15s
 *                                   data/2/2331:  0% /500.090Mi, 0/s, -

2024/04/11 06:12:18 INFO  : Signal received: terminated

Where should I look to get some more information about what's going on? Why would the service be terminated like that?

LE:

Setting TimeoutSec=infinity inside the [Service] section of the unit file seems to help. Not 100% if it's a good idea, but I'll experiment with it.

 

Intel graphic drivers collect Telemetry By default in windows.

view more: next ›