Good to know, thanks. I’m fairly new to Linux and reading that this or that distro is based in Ubuntu always makes me wonder how much they share (and why they don’t base those distros on Debian, being the mother of Ubuntu)
- 1 Post
- 21 Comments
Linux Mint is based on Ubuntu. Wouldn’t it be better to go for one of the distributions everything else is based on? Debian or Fedora?
nshibj@lemmy.worldto politics @lemmy.world•DOGE goons physically drag social security worker from desk5·3 months agoTrump was never prosecuted, was allowed to run again and is president again after his coup. Nothing was done. It’s going to get much worse because NOTHING WAS DONE.
nshibj@lemmy.worldto politics @lemmy.world•DOGE goons physically drag social security worker from desk9·3 months agoWill it happen, though? Trump staged a coup 4 years ago and no one did a thing about it. DOGE has been fucking around for months now and no one has done a thing. No one in the USA is going to do a thing about anything, post a meme on Lemmy maybe? They’re paralysed and unable to take action. They’ll never react.
nshibj@lemmy.worldto Selfhosted@lemmy.world•Developing a self-hosted alternative to Google KeepEnglish4·3 months agoThere’s also IHateMoney as a self hosted service and MoneyBuster as an Android app to interact with IHateMoney.
nshibj@lemmy.worldto Mildly Infuriating@lemmy.world•Clothes company cannot "cancel" an order that hasn't shipped, must ship it and do a return.English5·3 months agoSuch a wasteful, broken system
That’s 90% of online shopping there. It’s hard to hear, but we as costumers are part of the problem. Stop buying so much shit online. Go to a brick and mortar shop. Touch it, feel it, try those pants.
Online shopping is a fucking waste and every day we have dozens of shipping companies coming to the city with their vans to drive through each street bringing small packages to every apartment. Polluting, blocking streets, increasing traffic. Just because we are too lazy to go to a shop and buy it in person.
We probably don’t even need it. And yes, I know there’s not a shop next to me that sells X or Y. Do you know why? Because we’ve been killing small brick and mortar shops for 20 years with our online shopping. We created this problem and we have to fix it. Fuck the “broken, wasteful system” and support your local shop.
nshibj@lemmy.worldto Linux@lemmy.ml•Apparently, 12% of Technology Workers Believe that MacOS is based on Linux1·4 months agoDid you ask them what does Linux mean?
nshibj@lemmy.worldto Linux@lemmy.ml•Accidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.2·5 months agoOr
ll='ls -laFh'
to have it just how I like it
nshibj@lemmy.worldto politics @lemmy.world•Bezos deletes 'LGBTQ+ rights' and 'equity for Black people' from Amazon policies1·5 months agoThat’s a good idea. Keep in mind that you can also install other OSs on a FairPhone: LineageOS, iodéOS, CalyxOS (unfortunately not GrapheneOS). A FairPhone can be a good hardware choice, and with it you still have the ability to choose an OS.
nshibj@lemmy.worldto Selfhosted@lemmy.world•Would it be a good thing for the average person to self-host their apps? If so, how to get there?English9·1 year agoI recently set up a small home server and started trying to self host stuff. I found it pretty hard to get started. People have been very helpful on this community and other public forums, but I’m afraid it’s often not enough. They give me advice in trying this or that, doing this and avoiding that… but I still don’t understand more than half of the concepts that they use. I consider myself tech literate above the average user: I recently switched to Linux (after years on MacOS, using the command line, and even building a couple of programs from source), I also installed a custom ROM on my phone. I feel comfortable learning and doing these things… but still felt very very lost when trying to self host a few services. At the moment I settled for a local-only network where I run Jellyfin, Navidrome and Syncthing on OpenMediaVault. I’m lost with what I’d need to do to access my server from outside my local network, and terrified of doing something wrong and leaving a hole open so any hacker can access my server. I’d like to do it some day, but I’d rather have a safe local network than screw and get my data stolen or deleted.
So, in my opinion, we would need good tutorials or a MOOC to explain the basics from scratch.
I am not sure about this and cannot check myself because my server died last night :( but… I know that you can restrict certain functions for different users (log in as admin and go to Settings/Users). You could check if it’s possible to disable x265 playback for a user, then create a new user that you use exclusively to log in on that device.
nshibj@lemmy.worldto Linux@lemmy.ml•Will antivirus be more significant on Linux desktop after this xz-util backdoor?1·1 year agoThank you! That’s exactly what I was looking for. I am familiar with Little Snitch for macOS, so this looks perfect.
For anyone interested: https://github.com/evilsocket/opensnitch
nshibj@lemmy.worldto Linux@lemmy.ml•Will antivirus be more significant on Linux desktop after this xz-util backdoor?1·1 year agoIf you’re on windows run glass wire or OSX run little snitch. I used to know a Linux alternative for those
Would you happen to know the name of a similar tool for Linux? I was just yesterday searching myself but I couldn’t find anything
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoThank you for this new tip, I think we found the problem: ports 80 and 443 are not open. After I installed nmap (which was surprisingly not present in my Raspbian installation), the output of
nmap localhost
reads:Not shown: 997 closed ports PORT STATE SERVICE 22/tcp open ssh 53/tcp open domain 631/tcp open ipp
I guess I did something wrong when following the tutorial (or the tutorial had some mistake, but I’d me more inclined to think the mistake was mine). I will try to clear this installation on docker and start all over again, then I will check
nmap localhost
again to see if it works fine then.Thank you very much for your support. I still feel quite lost, but I finally found out why this is not working and I can repeat the steps and pay special attention… or look for a different method (someone here suggested using Nextcloud All-In-One).
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish3·1 year agoThanks for your answer. I am indeed getting no warning on my browser, just “Unable to connect” on LibreWolf and “This site can’t be reached” on Chromium. I tried the same format (https://192.168.50.30:80) with ports 80, 8080 and 443. The only difference is it was always https:// (since I think my browsers are configured to force https everywhere).
The out put of
docker container ls
looks like this:CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 95a71b3ce4f6 nextcloud:apache "/entrypoint.sh apac…" 24 hours ago Restarting (1) 30 seconds ago nextcloud-app-1 590b07333fa1 nextcloud:apache "/cron.sh" 24 hours ago Restarting (1) Less than a second ago nextcloud-cron-1 337fd48a72e8 nextcloud-proxy "/app/docker-entrypo…" 24 hours ago Restarting (1) 17 seconds ago nextcloud-proxy-1 401d57a50ec8 mariadb:10.6 "docker-entrypoint.s…" 24 hours ago Restarting (1) 57 seconds ago nextcloud-db-1 c6093edc9f71 redis:alpine "docker-entrypoint.s…" 24 hours ago Restarting (1) 9 seconds ago nextcloud-redis-1
I notice that the “PORTS” column is empty. I am running Raspbian GNU/Linux 11 (bullseye) on my Raspberry Pi, yes.
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish2·1 year agoThank you for your answer. I will look into getting a domain, but I want to try to fight with this a bit more, mainly as a learning experience. I will also look for easier projects for a beginner, like the dokuwiki you recommended.
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish1·1 year agoThanks, the tip for Nextcloud All-In-One is actually a very good one. I want to try to make my current setup work, as I said mainly as a learning experience. But I will definitely consider that option once I’m done with this experiment. I guess I will also get a domain.
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish2·1 year agoThank you for your reply. I think I will look into getting a domain, however I still want to try this, to use it as a learning experience. Try to make it work like this, then keep learning and probably switch to a domain, which seems to be the common thing.
nshibj@lemmy.worldOPto Selfhosted@lemmy.world•Beginner needs help with setting NextCloud without a domainEnglish2·1 year agoThanks for your reply. I am not sure about this. Following the tutorial I created a compose.yaml file that had proxy settings:
proxy: ports: - 80:80 - 443:443
so I would assume that already takes care of the ports?
I will have a look at dedyn.io and the tutorial you shared once I manage to reach NextCloud locally via the IP address. Thanks
It’s definitely worth keeping an eye on. Keep in mind that the name of the fork currently under active development, TrilliumNext Notes, will soon change to just Trillium Notes, like the original software it was forked from, according to the release notes of the latest version (0.94.1).