Avatar

Jérôme Flesch

jflesch@lemmy.kwain.net
Joined
0 posts • 26 comments
Direct message

You 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] or tail -F /var/log/[culprit] to see what is being flooded in this log file exactly. Then you can try to fix it.

permalink
report
reply

As 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.

permalink
report
reply

Oh 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.

permalink
report
parent
reply

I 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.

permalink
report
parent
reply

Paperless is a web application. Paperwork is a desktop application.

permalink
report
parent
reply

I 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.

permalink
report
parent
reply

Paperwork 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)

permalink
report
reply

Based 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:

  1. 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.

  2. 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).

  3. 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.

  4. 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

permalink
report
reply

Also thanks to Wine/Proton. You have to give it to Valve : it works surprisingly well.

permalink
report
parent
reply