Agility0971

joined 1 year ago
[–] Agility0971@lemmy.world 1 points 3 weeks ago

What I see is that someone is arguing the point that all Russians are criminals. If someone is sending bad code, they usually just get banned, this time it's preventive measures based on ethnicity.

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

Im using tailscale and have all my devices connected through it. Im not exposung any services in particular, just handy to be able to ssh around. Its always on and i did not notice huge power loss on my phone

[–] Agility0971@lemmy.world 17 points 4 weeks ago (18 children)

This is such an odd thing to do... I really cannot see the benefits for the project doing this. Maybe those maintainers were payed for their work and sanctions prohibit paying them or something?

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

No one knows yet. Given the scale of the operation it's most likely a large organization.

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

True if they are somewhat technical to search for solutions on their own. If they just use web browser then there is bothing to worry about

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

Installs arch with install script, cannot fix grub, reinstalls arch. Good comedy, would recommend. Martincitopants style editing is lovely

[–] Agility0971@lemmy.world 5 points 3 months ago* (last edited 3 months ago) (2 children)
  1. network interface - check
  2. dns - not applicable
  3. firewall - check
  4. ping - check
  5. navigating to the web site - fail

There are two causes here. Either server fucks it self over or the client fucks itself over. For server check logs, for client: check spelling, specify full protocol and try different browser to pinpoint the problem. It would be great to see the full ip address output from 'ip -c a' on both client and server.

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

I didnt leave because I was tired of windows, i stayed because it was better for development. I learned about other benefits later once I started using it

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

To be fair, the best standard would be to send off new users to immutable distros

[–] Agility0971@lemmy.world 1 points 3 months ago* (last edited 3 months ago) (1 children)

So there are safe countries and non safe countries now? Whats the difference?

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

I can reccomend huawei laptops with metal chassis. I've had my matebook x pro for around 6 years. My past laptops made of plastic disentegrted over time

82
Deduplication tool (lemmy.world)
submitted 5 months ago* (last edited 4 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.

27
submitted 6 months ago* (last edited 6 months 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.

view more: next ›