[-] [email protected] 1 points 23 hours ago

A company will never do anything that is not increasing their profit. If the profit of breaking law is greater than the fine then they will do it.

What they will do, is create a button called "delete account" which will just block you from logging in. It will not delete your content. Sending an email which clearly says they're getting sued is probably the easiest option. You gotta speak their language.

[-] [email protected] 1 points 1 week ago

Ahh, relative pressure

[-] [email protected] 1 points 1 week ago

Will any pressure below 1 bar work at all? Wont it just suck the air in instead?

[-] [email protected] 4 points 1 week ago

no, a container is not a virtual machine. Containers, unlike virtual machines, uses the same kernel as host system. That means you cannot spin up a windows container on linux because windows uses NT kernel and linux uses linux kernel. What containers like that will in fact do is allow you to get applications from different distros as if you were running that distro.

For your use case (windows xp game emulation) there are two options. A virtual machine or using wine. My suggestion is to try first "bottles" and then VM

[-] [email protected] 6 points 1 week ago

was kicked in the head like this once. Flew a meter into the wall

[-] [email protected] 1 points 1 week ago

What do you mean that a file deduplication will take forever if there are duplicated directories? That the scan will take forever or that manual confirmation will take forever?

[-] [email protected] 1 points 1 week ago

That sounds doable. I would however not trust my self to code something bug free on the first go xD

[-] [email protected] 1 points 1 week ago

This will indeed save space but I don't want links either. I unique files

[-] [email protected] 1 points 1 week ago

I had multiple systems which at some point were syncing with syncthing but over time I stopped using my desktop computer and syncthing service got unmaintained. I've had to remove the ssd of the old desktop so I yoinked the home directory and saved it into my laptop. As you can probably tell, a lot of stuff got duplicated and a lot of stuff got diverged over time. My idea is that I would merge everything into my laptops home directory, and rather then look at the diverged files manually as it would be less work. I don't think doing a backup with all my redundant files will be a good idea as the initial backup will include other backups and a lot of duplicated files.

[-] [email protected] -1 points 1 week ago

I did not ask for a backup solution, but for a deduplication tool

83
Deduplication tool (lemmy.world)
submitted 2 weeks ago* (last edited 1 week ago) by [email protected] to c/[email protected]

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.

[-] [email protected] 15 points 1 month ago

The exiting part will be if they launch a passive cooled arm based laptop.

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

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.

31
submitted 3 months ago by [email protected] to c/[email protected]
while true; do; sudo pacman -Syu --noconfirm; done
-3
submitted 4 months ago by [email protected] to c/[email protected]

It is common for companies to neglect financing in cyber security for a quick short term gain. And at the same time the laws are created such that an offensive hacker would be the criminal. By turning the law around the blame would be on the company for building insecure systems, just like it is right now companies get problems if they would create unsafe products for consumers.

What do you think would happen if laws would change in such a way, that gaining unauthorized access would become legal? Note that I've intentionally excluded permission to share sensitive information. Would love to read your responses and thoughts

82
submitted 8 months ago by [email protected] to c/[email protected]
2
submitted 9 months ago by [email protected] to c/[email protected]

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?

9
squad 6.0 (lemmy.world)
submitted 9 months ago by [email protected] to c/[email protected]

has anyone had any success with squad 6.0 yet?

6
submitted 11 months ago by [email protected] to c/[email protected]

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.

25
submitted 11 months ago* (last edited 11 months ago) by [email protected] to c/[email protected]

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
17
submitted 11 months ago by [email protected] to c/[email protected]

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

10
Reset flash drive (lemmy.world)
submitted 11 months ago by [email protected] to c/[email protected]

I've been messing with my flash drives trying to follow some random documentation with dd and now both of my flash drives are reporting 0 bytes of free space. I was trying to clear out everything and start from scratch as if they were new. I wonder if there are any program out there that can just sudo reset-everything /dev/sdX

11
submitted 11 months ago by [email protected] to c/[email protected]

I'm experiencing an issue with commands that provide a tui interface like journalctl, systemctl and vim. It feels like terminal dimensions are not matching up somehow. And this issue is present only some times. On host I'm using Black Box and I tile my windows using pop os tiler. I'm also frequently scaling the font with ctrl + and ctrl - shortcuts. Remote sshd host is running Debian variables $LINES and $COLUMNS are set. bashrc files are in their default state.

How is this supposed to work? Isn't my terminal client sending new $LINES and $COLUMNS each time there is a change?

view more: next ›

Agility0971

joined 1 year ago