Agility0971

joined 2 years ago
[–] Agility0971@lemmy.world 23 points 19 hours ago (4 children)

Lets order a tank. What is the destination? inhales Berlin

[–] Agility0971@lemmy.world 5 points 3 weeks ago

What if the trebuchets threw dragons teeth instead of ball shaped rocks ?

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

What is 10? Looks like an indoor pool at first glance 😅

[–] Agility0971@lemmy.world 2 points 1 month ago

disconnects power cord

[–] Agility0971@lemmy.world 0 points 1 month ago

I will just do the update first /s

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

Isnt it unmaintaned?

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

One one will set my defaults but myself

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

How can you say refunded in the article lol?

[–] Agility0971@lemmy.world 1 points 2 months ago

Well. What I find odd about it is that if there is reference to localhost then a production page is reaching out to clients computers to parse some math formula. I think the developer hardcoded something that worked for him and pushed to prod. It could possibly still work for him but not for others without a program listening on that port.

[–] Agility0971@lemmy.world 3 points 2 months ago (3 children)

This reference to localhost seems odd to me

[–] Agility0971@lemmy.world -1 points 2 months ago (2 children)

The public statement has been that Kremlin wants to get a permanent solution in place. They dont want to have a conflict on their borders in the future again.

[–] Agility0971@lemmy.world 1 points 2 months ago (1 children)

How can you distinguish between "legitimate marketing" and some phishing email that looks like marketing material with a tracked unsubscribe link? Clicking on that unsubscribe link just lets them know email is active and its value has just been increased

21
submitted 5 months ago* (last edited 5 months ago) by Agility0971@lemmy.world to c/selfhosted@lemmy.world
 

I'm looking for a simple remote system monitoring and alerting tool. Nothing fancy. Do you know of any? Features:

  • monitors CPU, memory and disk space
  • can accept multiple hosts to watch
  • has some sort of alerting system
  • can be deployed as a single docker container
  • can be configured using a text file
  • configs can be imported and exported inside the docker compose file

I like uptime-kuma but it only records the uptime. Other containers I've found seemed to be overly complicated. They requires multiple docker containers for log aggregation etc...

 

In every country there are several mobile service providers. And with current EU regulations no mobile provider can charge extra for traveling within EU. Mobile providers in my country are definitely more expensive that average European mobile plan. I was wondering, can I downgrade my current plan to only keep my current phone number and purchase a plan from a cheaper mobile provider in another EU country with unlimited data and just use roaming all the time since I'm in EU? What are your thoughts? Do you know about a cheap mobile data plan?

83
Deduplication tool (lemmy.world)
submitted 11 months ago* (last edited 11 months ago) by Agility0971@lemmy.world to c/linux@lemmy.ml
 

I'm in the process of starting a proper backup solution however over the years I've had a few copy-paste home directory from different systems as a quick and dirty solution. Now I have to pay my technical debt and remove the duplicates. I'm looking for a deduplication tool.

  • accept a destination directory
  • source locations should be deleted after the operation
  • if files content is the same then delete the redundant copy
  • if files content is different, move and change the name to avoid name collision I tried doing it in nautilus but it does not look at the files content, only the file name. Eg if two photos have the same content but different name then it will also create a redundant copy.

Edit: Some comments suggested using btrfs' feature duperemove. This will replace the same file content with points to the same location. This is not what I intend, I intend to remove the redundant files completely.

Edit 2: Another quite cool solution is to use hardlinks. It will replace all occurances of the same data with a hardlink. Then the redundant directories can be traversed and whatever is a link can be deleted. The remaining files will be unique. I'm not going for this myself as I don't trust my self to write a bug free implementation.

28
submitted 1 year ago* (last edited 1 year ago) by Agility0971@lemmy.world to c/linux@lemmy.ml
 

I've run passwd and sudo su; passwd to change password for root and my account. Password is set correctly when using sudo and su but whenever I get prompted by pkexec it accepts only the old password. I've rebooted my system to make sure it was not an issue.

Edit: Solved Turns out the password were changed for root account but not my user account. I think the reason is that there are no password quality requirements on root accounts, but there are on the default account in ubuntu. Changing the password from root account passwd user worked fine.

 
while true; do; sudo pacman -Syu --noconfirm; done
1
Apple MacBook SSDs (lemmy.world)
submitted 1 year ago* (last edited 1 year ago) by Agility0971@lemmy.world to c/hackintosh@lemmy.world
 

I've picked up an old MacBook air 2013 from trash without battery and ssd. I want to see if I can bring it back to life. Apparently Apple does not use standard SSD. Do you know about any adapters in the market that would make it possible to use a standard SSD? I don't want to spend money on non standard SSDs that works only on macs. I don't even know if it work even at this point.

 

Hi, what do you use to cooperate on simulink projects? I tried using git on GitHub at first but the issue is that GitHub has a size limitation on blobs. It suggested to use git-lfs however that filled the storage space up almost instantly. is there any other solutions you've found useful?

 

has anyone had any success with squad 6.0 yet?

 

I'm looking for an extension that makes the workspace on multi monitor setup independent. Right now If I switch workspace on my laptop it changes on the big screen as well.

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

In my dmesg logs I get following errors a lot:

[232671.710741] BTRFS warning (device nvme0n1p2): csum failed root 257 ino 2496314 off 946159616 csum 0xb7eb9798 expected csum 0x3803f9f6 mirror 1
[232671.710746] BTRFS error (device nvme0n1p2): bdev /dev/nvme0n1p2 errs: wr 0, rd 0, flush 0, corrupt 19297, gen 0
[232673.984324] BTRFS warning (device nvme0n1p2): csum failed root 257 ino 2496314 off 946159616 csum 0xb7eb9798 expected csum 0x3803f9f6 mirror 1
[232673.984329] BTRFS error (device nvme0n1p2): bdev /dev/nvme0n1p2 errs: wr 0, rd 0, flush 0, corrupt 19298, gen 0
[232673.988851] BTRFS warning (device nvme0n1p2): csum failed root 257 ino 2496314 off 946159616 csum 0xb7eb9798 expected csum 0x3803f9f6 mirror 1

I've run btrfs scrub start -Bd /home as described here. The report afterwards claim everything is fine.

btrfs scrub status /home
UUID:             145c0d63-05f8-43a2-934b-7583cb5f6100
Scrub started:    Fri Aug  4 11:35:19 2023
Status:           finished
Duration:         0:07:49
Total to scrub:   480.21GiB
Rate:             1.02GiB/s
Error summary:    no errors found
 

What properties that affect the range, speed and features should a consumer be looking out for?

view more: next ›