I for one use and self-host Meshcentral. The GUI is ugly, but it works well.
Jérôme Flesch
- 0 Posts
- 21 Comments
In term of software compatibility, on Linux, you have the option of making chroots. Since the kernel devs makes a lot of effort to preserve compatibility, old software can still work fine. If I remember correctly, some kernel devs tested a while ago some really really old versions of bash, gcc, etc, and they still work fine with modern kernels.
Red Hat. Probably Canonical too.
I know it for a fact since I worked for a bank that chose Red Hat and since I also know someone working for Red Hat.
Un peu quand même. Il parle de « remettre le travail et le mérite au fondement de la société », ce qui est juste une façon plus élégante de dire « bouhouh, plus personne veut travailler ».
Parce-que c’est bien connu que « Arbeit macht frei » et donc que le travail est une fin en soit … :-P
Baisser les cotisations sociales et l’impôt sur le revenu pour que le travail paie d’avantage, en compensant le manque à gagner pour les finances publiques par une hausse de la TVA.
Donc … travailler et gagner plus, pour finalement payer plus ? Chouette comme idée.
(…) en stabilisant le niveau des pensions de retraite en valeur absolue (…)
Alors qu’on a une inflation >5% ? Hébé, les p’tit vieux presque invalides qui peinent déjà à boucler leurs fins de mois vont adorer cette idée.
Bon après, le gars est président d’une boite de conseil. Je n’attend donc pas de lui d’avoir la moindre idée de la réalité du français moyen.
Jérôme Flesch@lemmy.kwain.netto Selfhosted@lemmy.world•Getting the mutant home server gaming in a VM (Proxmox as a Home Server)English7·2 years agoFor those wondering, it also works with a Linux VM:
- Host: AMD Ryzen 9 3900X + Proxmox
- PCI passthrough for an Nvidia RTX 3060 12GB
- A Debian VM with 16GB and as many cores as the host have (if you set less cores, you will have to tune cpu affinity/pinning)
- An HDMI dummy
- I stream the VM to my office using Sunshine and Moonlight
It’s not easy to set up, but it works. I’m able to run some games like Borderlands 3 running at ~50FPS with a resolution of 1920x1080 with visual effects set to the max (important: disable vsync in the games !).
Only problem is disk access. It tends to add some latency. So with games coded with their ass (ex: Raft), the framerate drops a lot (Raft goes down to 20FPS sometimes).
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•help: var folder on ubuntu won't stop filling up81·2 years agoYou can use
du -sh
to figure out what’s using most of the space. Something along the line of:sudo -i du -sh /home /usr /var du -sh /var/* du -sh /var/log/* # etc
If it’s one of your log files (likely), you can run something like
tail -n 100 /var/log/[culprit]
ortail -F /var/log/[culprit]
to see what is being flooded in this log file exactly. Then you can try to fix it.
Jérôme Flesch@lemmy.kwain.netto Selfhosted@lemmy.world•Home server crashing randomlyEnglish7·2 years agoAs suggested by others, your processes may be using too much memory. However I would also suggest you keep an eye on the output of
dmesg
. Maybe one of your disks is failing.
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•What are the main challenges in Linux adoption for New users, and how can it be addressed?English1·2 years agoOh actually if you are worried about vendor lock-in: Meshcentral is opensource. So even if they decide to try something stupid, a fork would be likely to happen.
Jérôme Flesch@lemmy.kwain.netto Selfhosted@lemmy.world•I’m looking for a self hosted solution to this problem:English2·2 years agoI think there is some confusion here.
Paperwork is a desktop application, not a web application. (eh, self-hosting doesn’t necessarily always imply web applications ! :). I for one use Nextcloud and nextcloud-desktop to keep my Paperwork work directories in sync on all my computers.
Jérôme Flesch@lemmy.kwain.netto Selfhosted@lemmy.world•I’m looking for a self hosted solution to this problem:English3·2 years agoPaperless is a web application. Paperwork is a desktop application.
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•What are the main challenges in Linux adoption for New users, and how can it be addressed?English2·2 years agoI self-host Meshcentral. I haven’t seen any limitation at all. I don’t know if there are limitations when you use meshcentral.com instead of self-hosting.
Jérôme Flesch@lemmy.kwain.netto Selfhosted@lemmy.world•I’m looking for a self hosted solution to this problem:12·2 years agoPaperwork seems to fit most of the bill except for one thing: it won’t scroll to where the search hit is (but it will highlight the matching keywords).
Just beware Paperwork won’t just create an index. It’ll organize the PDF its own way in its own work directory.
(full disclosure: I’m its main dev)
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•What are the main challenges in Linux adoption for New users, and how can it be addressed?English40·2 years agoBased on my tests on my family and friends, the main problem is tech support. Most geeks seem to assume other people want the same things than themselves (privacy, freedom, etc). Well, they don’t. They want a computer that just works.
Overall when using Linux, people actually don’t need much tech support, but they need it. My father put it really well by saying: “the best OS is the one of your neighbor.”
I apply few rules:
-
The deal with my family and friends is simple: you want tech support from me ? ok, then I’m going to pick your computer (usually old Lenovo Thinkpads bought on Ebay at ~300€) and I’m going to install Linux on it.
-
I’m not shy. I ask them if they want me to have remote access to their computer. If they accept, I install a Meshcentral agent. Thing is, on other OS, they are already spied on by Google, Microsoft, Apple, etc. And most people think “they have nothing to hide”. Therefore why should they worry more about a family member or a friend than some unknown big company ? Fun fact, I’ve been really surprised by how easily people do accept that I keep a remote access on their computer: even people that are not family ! Pretty much everybody has gladly agreed up to now. (and God knows I’ve been really clear that I can access their computer whenever I want).
-
I install the system for them and I make the major updates for them. Therefore, if I have remote access to the system, I pick the distribution I’m the most at ease with (Debian). They just don’t care what actually runs on their computers.
-
When they have a problem, they call me after 8pm. With remote access, most problems are solved in a matter of minutes. Usually, they call me a few times the first days, and then I never hear from them anymore until the next major update.
So far, everybody seems really happy with this deal. And for those wondering, I can see in Meshcentral they really do use those computers :-P
-
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•What are the main challenges in Linux adoption for New users, and how can it be addressed?English5·2 years agoAlso thanks to Wine/Proton. You have to give it to Valve : overall it works surprisingly well.
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•Is it the end for linux distros without systemd? Is doomsday near?4·2 years agoAt first sight, it looks like it can be used with chroots thanks to
systemd-nspawn
(I haven’t tried it though)
I use OPNSense virtualized on top of Proxmox. Each physical interface of the host system (
ethX
and friends) is in its own bridge (vmbrX
), and for each bridge, the OpenSense VM also has a virtual interface that is part of the bridge. It has worked flawlessly for months now.
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•I don't find any value in Red-Hat but I see their corporate thinking. Who really need them and why?English8·2 years agoI worked for a bank. When they decided to deploy Linux on their infrastructure, they chose RHEL and they have signed a big contract with RedHat for tech support.
Overall, they chose RedHat for the same reason they chose Microsoft before: tech support. They have >10000 engineers, and yet somehow they think they absolutely need tech support… They pay a lot for it. In my building, they even got a Microsoft engineer once a week on-site until Covid. I don’t know for the other people working for this bank, but I asked for Microsoft support only once in 2 years. In the end, their guy sent me back an email telling me “I’ve transmitted your question to the corresponding engineering team” and … diddlysquat.
Now to be fair, for paying customers, RHEL and Microsoft both ensure security updates for a really a long time. Red Hat pays a lot of people to backport security patches from upstream to previous versions. It allows companies like the bank I worked for to keep running completely crappy and obsolete software for an insane amount of time without having to worry too much about security vulnerabilities.
Anyway regarding RedHat contributions, a lot of them are subtle.
- A friend of mine works for RedHat. He is a core Python developer and is paid full-time by RedHat to work on Python.
- Through this friend, I applied for a position in their company at some point (unfortunately, it didn’t happen ; don’t remember why exactly). The position was in a team dedicated to improve hardware support. They have built an infrastructure to let computer manufacturers (Dell, Lenovo, etc) test the compatibility of their new hardware with Linux/RHEL quickly and automatically.
- Part of the technical support they provide to some clients is “making things work”. It may imply fixing bugs or improving drivers and then sending patches upstream.
- If I’m not mistaken, they paid Lennart Poettering to work on Systemd and Pulseaudio.
- They pay for the development of some infrastructure software like Corosync for instance.
This list is far from exhaustive. I’m sure they have paid for a lot of other things you’re using daily without knowing it.
Jérôme Flesch@lemmy.kwain.netto Linux@lemmy.ml•What's your opinion on Snap/Flatpak, and why?English5·2 years agoThat’s something I would like to do someday. Unfortunately, last time I checked, libraries for reading DjVu files exist and are OK, but not for writing them. Last time I checked, most programs I found that write DjVu files actually don’t use the DjVuLibre library. They actually run the DjVuLibre commands.
My wife and I use a Nextcloud application called Cospend.