Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

TCB13, to selfhosted in Self-hosted or personal email solutions?
@TCB13@lemmy.world avatar

Proton is all fun and games until you find out they don’t support IMAP/SMTP without a bridge.

TCB13, to linux in Linux in the corporate space
@TCB13@lemmy.world avatar

I have very little problem exchanging documents

Yes but you still have some little annoyances here and there. Is it worth having to fight your software to get your job done? Isn’t just easier and more productive to use MS Office (ROI described above and whatnot).

Teams and GoToMeeting are why I started using Edge. It is just a nicer workflow if Teams and Outlook are in the same browser.

See this is what most people feel about Office, its just nicer to use the Microsoft thing and not ever having to worry about anything.

While I agree that for some people LibreOffice might work, there’s the following simple test:

https://lemmy.world/pictrs/image/cbc2faa8-0542-4535-92ce-a84a94381ad9.jpeg

TCB13, to selfhosted in Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages
@TCB13@lemmy.world avatar

Yes yes, but what about magic / automated solutions? Wasn’t that the great advantage of Linkwarden?

TCB13, to linux in Linux in the corporate space
@TCB13@lemmy.world avatar

It’s completely inapt for actual engineering and technical work.

Depends on the engineering field, I have out a few specific examples of highly payed engineering fields that can’t get away from Windows.

TCB13, to linux in Linux in the corporate space
@TCB13@lemmy.world avatar

your colleagues to adapt to you nor you can decide which OS

Sometimes its not even about colleagues, check my reply before lemmy.world/comment/6509728

TCB13, to linux in Linux in the corporate space
@TCB13@lemmy.world avatar

I only work with libre formats at work. If someone wants to collaborate, they can easily install libre office or gimp or freecad or gnu cash or whatever. Most libre software is free and cross-platform.

Okay so tell me, you’re working on a budget with a potential customer that uses MS Office. You want to win that customer and do a big project for him, would you “bitch” about him about using MS Office and ask him to install LibreOffice whenever the spreadsheet formulas don’t work properly?

What if said potential customer is a big company with strict IT policies? What if the person can’t even install software or is older and unable do it but very proficient with Excel?

Are you willing to lose a potential big customer, a project that will pay your bills for months just because a boomer can’t or won’t be able to install LibreOffice?

TCB13, to selfhosted in Planning on setting up Proxmox and moving most services there. Some questions
@TCB13@lemmy.world avatar

This was a discussion about management solutions such as Proxmox and LXD and NOT about containerization technologies like Docker or LXC. Also Proxmox uses the Proxmox VE Kernel that is derived from Ubuntu.

Your comment makes no sense whatsoever. I’m not even sure you know the difference between LXD and LXC…

TCB13, to linux in Linux in the corporate space
@TCB13@lemmy.world avatar

Many of your points are management bullshit.

Yes, they are and I never said they weren’t management BS. Nevertheless management pays the bills, management makes the decision.

The key point is that they want a contract with a company so they can discard the responsability of failures on someone out of their own company.

You’re just saying what I said before…

The last problem is from Microsoft that worked hard these last years to remove any compatibility between office and other softwares of this kind

Yes, but the end result is that nobody sane would even risk not using MS Office and that’s what it is.

Large companies need an it service for Windows on top of the licences and infrastructure. It’s way cheaper with Linux.

It depends, integration between MS products and services usually comes out of the box or working with minimal setup while with open-source solutions / Linux that isn’t always the case. Also Windows sysadmins are usually cheaper because you can get more and they require less training to be “efficient” than Linux ones.

The biggest work with an enterprise Linux is to make it compatible with the shitty Windows environment, and the compliance with the useless security thought for windows.

Yes but you still have do it and it has a cost. Simply going full Windows is cheaper at that point.

TCB13, to selfhosted in Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages
@TCB13@lemmy.world avatar

Potentially yes, but for instance I’ve been looking for a way to have the following players offline and it seems harder than expected:

Any tips?

TCB13, to selfhosted in Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages
@TCB13@lemmy.world avatar

Oh you mean the ones here: flashpointarchive.org and www.flashgamearchive.com

TCB13, to selfhosted in Joplin alternative needed
@TCB13@lemmy.world avatar

Yes you do ahaha

TCB13, to selfhosted in Linkwarden - An open-source collaborative bookmark manager to collect, organize and preserve webpages
@TCB13@lemmy.world avatar

How would browser games survive with that solution tho? They most likely require some server…

TCB13, to selfhosted in Planning on setting up Proxmox and moving most services there. Some questions
@TCB13@lemmy.world avatar

it gives me an actual IP on my router’s subnet for my machines

Yes you configure LXD/Incus’ networking to use a bridge and it will simply delegate the task to your router instead of proving IPs itself. One of my nodes actually runs the two setups at the same time, I’ve a bunch of containers on an internal range and then my Home Assistant VM getting an IP from my router.

TCB13, to privacy in Is it possible to self-host Clarity?
@TCB13@lemmy.world avatar

Is this yet another MS product like VSCode that is free forever but has a license that only allows to official builds to be used and/or running on their servers or…?

TCB13, to selfhosted in Planning on setting up Proxmox and moving most services there. Some questions
@TCB13@lemmy.world avatar

It’s 2024, avoid Proxmox and safe yourself a LOT of headaches down the line.

You most likely don’t need Proxmox and its pseudo-open-source bullshit. My suggestion is to simply with with Debian 12 + LXD/LXC, it runs VMs and containers very well. Proxmox ships with an old kernel that is so mangled and twisted that they shouldn’t even be calling it a Linux kernel. Also their management daemons and other internal shenanigans will delay your boot and crash your systems under certain circumstances.

What I would suggest you to use use instead is LXD/Incus.

LXD/Incus provides a management and automation layer that really makes things work smoothly - essentially what Proxmox does but properly done. With Incus you can create clusters, download, manage and create OS images, run backups and restores, bootstrap things with cloud-init, move containers and VMs between servers (even live sometimes).

Another big advantage is the fact that it provides a unified experience to deal with both containers and VMs, no need to learn two different tools / APIs as the same commands and options will be used to manage both. Even profiles defining storage, network resources and other policies can be shared and applied across both containers and VMs.

I draw your attention to containers (not docker), LXC containers because for most people full virtualization isn’t even required. In a small homelab if you can have containers that behave like full operating systems (minus the kernel) including persistence, VMs might not be required. Either way LXD/Incus will allow for both and you can easily mix and match and use what you require for each use case.

For eg. I virtualize the official HomeAssistant image with LXD because we all know how hard is to get that thing running, however my NAS / Samba shares are just a LXD Debian 12 container with Samba4, Nginx and FileBrowser. Sames goes for torrent client that has its own container. Some other service I’ve exposed to the internet also runs a full VM for isolation.

Like Proxmox, LXD/Incus isn’t about replacing existing virtualization techniques such as QEMU, KVM and libvirt, it is about augmenting them so they become easier to manage at scale and overall more efficient. I can guarantee you that most people running Proxmox today it today will eventually move to Incus and never look back. It woks way better, true open-source, no bugs, no BS licenses and way less overhead.

Yes, there’s a WebUI for LXD as well!

https://lemmy.world/pictrs/image/9caa6ea8-17b1-48f6-a8c2-ff3f606f3482.pnghttps://lemmy.world/pictrs/image/a5a110b2-ed6f-431f-a767-0a21fb337a6b.png

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #