theroff

joined 2 years ago
[–] theroff@aussie.zone 2 points 2 months ago

Your work computer likely contains personally identifiable information. Microsoft very likely has a significant profile on what you do at work and could conceivably link that to your other identities outside of work.

Are they actually doing that? It's hard to say. Microsoft does have relationships with data brokers like Snowflake Inc. and SCUBA plus its own internal capabilities like Xandr Inc.

Cross pollination is more than possible when employees use personsal devices to login to work accounts. Most of the people that I work with login to Slack on their personal device using Microsoft Entra SSO.

[–] theroff@aussie.zone 1 points 2 months ago (1 children)

My previous job, yes! A few people had that fight years before I started and won. It was decided on the basis that we're Linux sysadmins who already operate a sizeable fleet of Linux systems and running our own desktops would be beneficial and self-supported.

Sadly my current employer doesn't share this view. We used a crippled Linux desktop through Apache Guacamole which is a bit average to say the least. I have to put up with the constant bullshit that is Windows and all of its ads, news headlines and trash that I don't want on my computer at work. I hate it but I have very little influence in that space.

[–] theroff@aussie.zone 1 points 1 year ago

Yeah it is a bit of a pain. I currently only have a few users. Tooling-wise there are ways to tail the journals (if you're using journalctl) and collate them but I haven't gotten around to doing this myself yet.

[–] theroff@aussie.zone 0 points 1 year ago (1 children)

That's probably a fair point. I can't say too much as I haven't touched Windows desktop or server too much.

Could be apples vs oranges here though as we're talking about getting started versus well established setup, but my current employer is looking at adopting Ansible + Packer for imaging and partially Ansible-managing Windows servers where it makes sense because of limitations in SCCM and GPO. As far as I can see across the divide Windows Server isn't all smooth sailing.

[–] theroff@aussie.zone 1 points 1 year ago (3 children)

I can't say I've managed Linux desktops at scale (so technically I should leave it there) but I do manage several hundred Linux VMs with Ansible, and I manage all of my PCs with Ansible. Desktops are a different ballgame to servers, dealing with end users and all, but I still don't think it would be that hard once it's been set up.

[–] theroff@aussie.zone 2 points 1 year ago* (last edited 1 year ago) (1 children)

That sucks :( I'm pretty much in the same boat. I get to use a Linux desktop at work on the proviso that I don't raise support requests. We use Microsoft for nearly everything so naturally it's an uphill battle. The web UI is quite buggy and "not recommended" by my org. Teams doesn't support Firefox so I have to run a separate browser especially for it.

But aside from interfacing with Microsoft everything just works, and really nicely.

[–] theroff@aussie.zone 6 points 1 year ago (1 children)

That's awesome - great to hear about Linux desktops bring used by non-techies especially in a company.

How was it received out of interest?

 

Basically title. Do you know of any companies that use desktop Linux?

I can think of two in my area in Brisbane - Adfinis and Red Hat. Both have a pretty small presence here from what I last heard (several employees each).

My employer allows the Linux team to use Linux but it's discouraged and our lives are made somewhat difficult.

[–] theroff@aussie.zone 3 points 1 year ago (3 children)

At work we use separate clusters for various things. We built an Ansible collection to manage the lot so it's not too much overhead.

For home use I skipped K8s and went to rootless Quadlet manifests. Each quadlet is in a separate non-root user with lingering enabled to reduce exposure from a container breakout.

[–] theroff@aussie.zone 17 points 1 year ago

Securing proprietary hardware against peeps installing alt OSes

[–] theroff@aussie.zone 0 points 1 year ago

Technically XFS is also a CoW filesystem, but it doesn't have the vast array of features that ZFS does like volume management, snapshots, send/recv etc. It does have reflink support which I guess is a kind of snapshot for a file.

[–] theroff@aussie.zone 2 points 1 year ago

OpenZFS is under a completely FOSS license but it's incompatible with the GPL and can't really ever be merged into the Linux kernel. The workaroundids to provide it as source code which gets compiled as a module every time there's a new kernel via dkms.

More controversially, Canonical ship OpenZFS pre-compiled in Ubuntu which some lawyers believe to be infringing on ZFS' codebase.

Honestly the OpenZFS situation on Linux is probably the biggest single reason for the growing interest in btrfs and bcachefs, the former slowly becoming default on more Linux distros over time and lots of investment from SUSE and Facebook AFAIK.

view more: next ›