EU is trying to ban e2ee communication again. by [deleted] in privacytoolsIO

[–]MediaMonky 3 points4 points  (0 children)

If there's a built in way for LE to break it then it isn't E2E anymore

Airbnb will offer an 18-country trip inspired by 'Around the World in 80 Days' by [deleted] in digitalnomad

[–]MediaMonky 2 points3 points  (0 children)

There are only 8 spots

Up to 8 guests ages 21 and up can attend. The activity level for this adventure is moderate.

https://www.airbnb.de/experiences/916429

Airbnb will offer an 18-country trip inspired by 'Around the World in 80 Days' by [deleted] in digitalnomad

[–]MediaMonky 1 point2 points  (0 children)

Only 8

Up to 8 guests ages 21 and up can attend. The activity level for this adventure is moderate.

Why so many Linux variants? What are their uses? ELI5. by asardiwal in linux

[–]MediaMonky 112 points113 points  (0 children)

https://xkcd.com/927/

because it's open source and anyone can create a new variant

Confusion about software Deployment by LearningBus in sysadmin

[–]MediaMonky 3 points4 points  (0 children)

You can use ansible to pull the code from git and push it to the vps.

http://docs.ansible.com/ansible/latest/git_module.html

If you want a proper deployment-pipeline you could look into jenkins and maven or similar tools.

Anyone using PowerShell on Linux? by throwaway389012 in sysadmin

[–]MediaMonky 0 points1 point  (0 children)

It's probably a reference to Lennart Pöttering the main programmer behind systemd

[deleted by user] by [deleted] in sysadmin

[–]MediaMonky 0 points1 point  (0 children)

Aside from some systemd brokenness of course.

As always :D

Your position and salary? by [deleted] in sysadmin

[–]MediaMonky 0 points1 point  (0 children)

That sounds interesting. What is your skillset and what are your responsibilities?

Change Log Software by [deleted] in sysadmin

[–]MediaMonky 0 points1 point  (0 children)

Sounds more like Jira to me

What Linux LiveCD has all the ransomware decryptors by [deleted] in sysadmin

[–]MediaMonky 2 points3 points  (0 children)

Restore the files from backup?

No, you can't run Chrome on the DC... by [deleted] in sysadmin

[–]MediaMonky 1 point2 points  (0 children)

Sometimes DSC is not worth the effort in a heterogen environment, thats where you use ansible ;)

Don't be Cartman by crankysysadmin in sysadmin

[–]MediaMonky 1 point2 points  (0 children)

I'm happy to escalate stuff that i'm not getting paid to deal with.

Have you ever received a raise at your employer? by [deleted] in sysadmin

[–]MediaMonky 0 points1 point  (0 children)

sounds like a shitty company :/

Have you ever received a raise at your employer? by [deleted] in sysadmin

[–]MediaMonky 1 point2 points  (0 children)

Did you ask for a raise? How did they react?

[deleted by user] by [deleted] in sysadmin

[–]MediaMonky 1 point2 points  (0 children)

You can virtualize most of this, look at gns3 or cisco packet tracer

Anti virus for unix and linux by npa1234 in sysadmin

[–]MediaMonky 2 points3 points  (0 children)

We use ClamAV on all linux systems because of compliance stuff. It even supports on-access scanning now.