- 147 Posts
- 200 Comments
Karna@lemmy.mlto
Linux@lemmy.ml•How to disable this blinking light on a WD External Hard Drive?
5·2 months agoA true man of culture, I see 🫡
Karna@lemmy.mlto
Open Source@lemmy.ml•Which Firefox alternative do you guys recommend?
13·2 months agoLibrewolf.
Karna@lemmy.mlto
Linux@lemmy.ml•How to disable this blinking light on a WD External Hard Drive?
11·2 months agoHuh!, just Disconnect the drive from power source and it will OFF.
Karna@lemmy.mlto
Selfhosted@lemmy.world•[beta] degoog - search engine aggregatorEnglish
1·2 months agoPlease refer to this comment: https://lemmy.ml/comment/24567541
If you need any further information, let me know.
Karna@lemmy.mlto
Selfhosted@lemmy.world•[beta] degoog - search engine aggregatorEnglish
2·2 months agoNote that I’m running it on a rootless docker instance, and NOT on Podman. So, the following solution might or might not work for you.
services: degoog: image: ghcr.io/fccview/degoog:latest volumes: - ./.data:/app/data user: "0:0" ports: - "4444:4444" restart: unless-stoppedExplanation: rootless docker works a bit different from rootful docker. user 1000 (which is you on your server/machine) will be mapped to a different UID (e.g. 32555). This is to ensure that any process in docker container can’t have access to folders/files that you have access to, in case it manages to break free of docker containerization.
When you put user: “0:0” in a rootless docker container, it will assume your UID 1000 (which is you on your server/machine) inside docker container.
While it solves the file permission issue, but it is NOT a recommended way.
with user:1000:1000

with user:0:0

Karna@lemmy.mlto
Selfhosted@lemmy.world•[beta] degoog - search engine aggregatorEnglish
1·2 months agoAh! Forget about that part. The docker-compose file you provided on repo works for rootfull docker.
For rootless docker, it works, but library import is not possible for file permission issue.
I think I know how to solve it, I will give it a try over weekend, and will let you know.
Karna@lemmy.mlto
Selfhosted@lemmy.world•[beta] degoog - search engine aggregatorEnglish
3·2 months agoFirst of all, thanks a ton.
I have been using SearxNG for more than year, running it as docker container on my Homelab. It’s connected to internet via Mullvad VPN.
Lately, I have see both Google and Bing search engines are either not working or returning complete garbage results.
My firewall setup doesn’t allow any incoming connection to homelab, except from LAN. So, bot accessing my SearxNG instance might not be the issue.
With degoog installed in the same fashion (docker + VPN), google engine seems to be unblocked for me (so far).
Not sure why degoog is not getting rate limited like SearxNG on the same system and same VPN. But, at least I’m happy :)
Karna@lemmy.mlto
Selfhosted@lemmy.world•How do I access my services from outside?English
22·3 months agoTailscale, if you don’t want to make your services available to anyone else than you (and people you want to grant access to).
Thumb rule: whichever I feel comfortable with in a given situation, I use.
At workplace, use whatever OS and tools allowed by company policy.
At home, use whatever OS and tools you like.
At least that is how I’m managing it.
Isn’t Podman rootless by default, unlike docker?
Karna@lemmy.mlOPto
Linux@lemmy.ml•France Just Created Its Own Open Source Alternative to Microsoft Teams and Zoom
5·3 months agoAll the countries need to use ‘Open sourced’ product, IMO.
Karna@lemmy.mlto
Selfhosted@lemmy.world•If you have one, how much do you pay for a domain name? Any cheap registrar recommendations?English
2·4 months agoThanks a lot :)
Karna@lemmy.mlto
Linux@lemmy.world•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discussEnglish
0·4 months ago- Because of Nvidia Driver I can’t enable Safe boot from BIOS.
- Latest Mainline kernel often won’t install with current Nvidia driver because of GCC version mismatch.
In short, it’s the old problem maker - Nvidia GPU Linux driver. And, unless the whole thing becomes open source, there is no end to this problem.
Karna@lemmy.mlto
Linux@lemmy.ml•‘It’s such poor quality software’: GOG owner criticises Windows, says it will support Linux better in the future | VGC
6·4 months agoFrom developers point of view, maintaining one codebase that works across OSs is better than maintaining OS specific multiple codebases.
Karna@lemmy.mlto
Selfhosted@lemmy.world•I made a self-hostable frontend for instagram.English
13·4 months agoNice. After Bilbogram was discontinued, I believe we all were waiting for an replacement.
Karna@lemmy.mlto
Selfhosted@lemmy.world•Welcome to !selfhosted@lemmy.world - What do you selfhost?English
2·4 months ago- AdguardHome
- Nextcloud
- Redlib
- DrawIO
- Wireguard
- Matrix server
- SearxNG
- Jellyfin
- LibMedium
- Linkwarden
- IT-tools
- Vaultwarden
- Memos
- Miniflux
- Rimgo
- Invidious
- Quetre
- Anonymously Overflow
All except few are routed via VPN.
Hosted on: Raspberry Pi 4B + Alienware M14x R2
Karna@lemmy.mlto
Linux@lemmy.world•Why do servers and supercomputers primarily run on Linux and not on some Microsoft/Apple/Google/Amazon OS?English
0·4 months agoLinux offers near-endless customisation and Kernel is also open sourced for any kind of (performance) tweaks.
Moreover, Linux is, by design, better suited to be a server OS than desktop OS.
These are the same reasons why most of the web servers across world runs on Linux based distros.

















Firefox has master password concept since ages. Though the default behaviour is to store it in plain text.