95
submitted 5 months ago by cryptix@discuss.tchncs.de to c/linux@lemmy.ml

I got a minimal setup with pihole and nextcloud. I was wondering what else I could do. Share your ideas🙂

top 49 comments
sorted by: hot top controversial new old
[-] bloopernova@programming.dev 29 points 5 months ago

Create a dotfiles repo in git. Gives you a way to track changes to your .bashrc or .zshrc

[-] bloopernova@programming.dev 12 points 5 months ago

With extra bonus: write an installer script that symlinks the files to the correct place. Use Ansible, plain old Bash, or Python depending on your preference.

[-] Joker@discuss.tchncs.de 7 points 5 months ago

Or GNU stow.

[-] RanceMcGrew@infosec.pub 5 points 5 months ago

rcm

https://github.com/thoughtbot/rcm

rcm will do symlinking for you and is pretty awesome. Been using it for this purpose for years

[-] indigomirage@lemmy.ca 4 points 5 months ago

I'm waffling between that or just setting up a bare git repo. Am prepping a VM or two to explore the pros/cons of each approach and to dive into the implications.

It's funny - this project idea seems to free bubbling up everywhere this past week. I'm sure I'm seeing the consequences of search algorithms, but on Lemmy, it's nice to see what is a definite and pleasant coincidence.

[-] lemmyvore@feddit.nl 2 points 5 months ago

When in doubt always do a git init . and a git add, git commit every once in a while. You'll never regret it.

[-] indigomirage@lemmy.ca 4 points 5 months ago

That is the next item on my to-do list. I've already installed my own gitea container to run at home. Yes, I could use a public repo (set private) but I wanted I learn how to do this and besides, I wanted to cast a wider net for which files to store but not worry about inadvertently publishing something with passwords embedded...

[-] krash@lemmy.ml 2 points 5 months ago

I didn't really see the benefit of this besides having a snapshot or backup of my home folder for my use case (I don't have that many config/text files that needs tracking), but I can recommend chezmoi for those interested.

[-] Hominine@lemmy.world 25 points 5 months ago* (last edited 5 months ago)

If you're not using your pihole as a recursive DNS server that is a natural next step that ties neatly into where you've already gone. Wireguard can also easily run next to it if you want a lightweight VPN for when you're away from your network.

[-] rutrum@lm.paradisus.day 5 points 5 months ago

Thanks for sharing these feature. I run pihole but knew nothing about this. As my move my implementation to new hardware I'll definitely be adding this.

[-] MaliciousKebab@sh.itjust.works 4 points 5 months ago* (last edited 5 months ago)

Nice read, thanks for the insight.

[-] SisIsNotMaiMaserTong@feddit.de 3 points 5 months ago

Thanks for this topic, definitively something my pihole will get!

[-] Diplomjodler@feddit.de 20 points 5 months ago

Paperless-ngx. It's a document management system for home users or small companies. Pretty cool if this is something you need. If you spend a lot of time filing away documents, you definitely need this.

[-] lemmyvore@feddit.nl 3 points 5 months ago

Just keep in mind it will take a bit of effort to add and categorize your stuff. 😄 I've had Paperless installed for two months now but can't get around to actually moving my stuff into it.

[-] makunamatata@discuss.tchncs.de 2 points 5 months ago

You are so right! That is the painful part that no one talks about! Took me a few days to get paperless-ngx working, because I had wrong firewall and port settings preventing docker containers communicating with each other. Once solved that I was proud and relieved - started scanning and categorizing - but in hindsight that was nothing compared to the amount of work to move stuff to it. I finally accepted that I will just have to keep doing that when I feel like it… which for the past months has been “never”. I now only put new docs in, but the older stuff is still sitting in nas folders.

[-] Diplomjodler@feddit.de 1 points 5 months ago

Once you have some documents indexed, it'll learn to apply the correct metadata automatically. That works pretty well. You can also apply the data through the REST API, if you have the data available already. But yes, that's a bit of work. But paperless-ngx makes this easier than any other DMS I've ever used.

[-] jackpot@lemmy.ml 3 points 5 months ago

is it easy to export its contents to a different app

[-] Diplomjodler@feddit.de 2 points 5 months ago

They have an exporter and a REST API. So yeah.

[-] ouch@lemmy.world 2 points 5 months ago

What are the benefits over just putting documents in a git-annex repository?

[-] Diplomjodler@feddit.de 2 points 5 months ago

Retrieval. Indexing everything thoroughly is a bit of a faff but once you put in the work, finding that one invoice from two years ago becomes very easy. If that's not a factor for you, git will work too.

[-] backhdlp@iusearchlinux.fyi 9 points 5 months ago

Might be worth hosting Gitea/Forgejo

[-] rodbiren@midwest.social 9 points 5 months ago

If you have uncapped bandwidth you could run a syncthing relay server. Syncthing rocks as a file sync option and I host my own.

relays.syncthing.net/

[-] Father_Redbeard@lemmy.ml 2 points 5 months ago

Ooh...this is interesting. I'm going to look into setting this up. Thanks!

[-] hellequin67@lemm.ee 8 points 5 months ago

My weekend project will be install mint for my first flurry into Linux.

I'm going to set it up for some light gaming and media streaming.

Running on a Dell Latitude 4980, long term hoping to learn enough to set up a home jellyfin server.

[-] captain_aggravated@sh.itjust.works 8 points 5 months ago

Welcome to the Linux community!

[-] hellequin67@lemm.ee 4 points 5 months ago

Thanks. Finally after Mint didn't recognise my network adaptor I tried Manjaro (everything worked great, but I don't think I'm ready for Arch) so ended up on Pop_OS .... everything works so I'm going to stick with this for now.

[-] Father_Redbeard@lemmy.ml 3 points 5 months ago

My choice as well. I had some weirdness with Steam at first, but was able to get that sorted.

[-] hellequin67@lemm.ee 1 points 5 months ago

Good to hear, I've not had any issues so far. The only "niggle" I've had is when pairing my Bluetooth devices I've needed to turn Bluetooth on and off for each pairing bit once done they've reconnected fine.

[-] fxdave@lemmy.ml 8 points 5 months ago* (last edited 5 months ago)

I made a home inventory management software, because I don't have much space in my flat, so I track every single piece of the compressed pile of boxes; with qr codes on them.

It's a very simple app but you should have a printer to print qr codes for the boxes.

The documentation lacks some detail, so ask anything about it, if you want to try it.

https://github.com/fxdave/DavidHomeVentory

EDIT: yeah I didn't update the readme. The installation may not work. So tell me if you want to give it shot.

It looks like this in action btw:

[-] Deckweiss@lemmy.world 7 points 5 months ago
[-] caseyweederman@lemmy.ca 6 points 5 months ago

Do what I do. "Oh shoot, Jellyfin stopped, now I have to remember how to tell Arch to clear out its cached packages" (it's pacman -sc if you're me and you're reading this in the future)

[-] Father_Redbeard@lemmy.ml 2 points 5 months ago

This is me... In general with Linux. So I have a whole section of my Obsidian vault dedicated to troubleshooting and setup steps for my server projects. It's saved me hours of research already. Stupid brain...

[-] UNY0N@lemmy.world 6 points 5 months ago

I'm learning about i3 and xfce on arch (my daily driver). I'm not linux expert, but I've been really enjoying figuring things out after switching from ubuntu to arch. This weekend I'm getting the icons for network manager applet and clipman working on the whisker panel, and then removing the i3bar.

Well, at least that's rhe goal. I don't have much free time, so tbis will mkst likely be a month project, not a weekend. :P

[-] SuperSpruce@lemmy.zip 4 points 5 months ago

Using Ubuntu as a daily driver, due to a class requiring some kind of Linux software (options were WSL, which gave me a weird error, VM, or full install).

Never have I tried to actually use desktop Linux as my primary work computer for more than a couple days.

[-] fleet@lemmy.ca 4 points 5 months ago

I have an old mini PC that I'm going to use with proxmox to share some of the load from my nas. Today I setup tailscale and for it working with unbound DNS so I can use my domain when connected.

It's endless!

[-] krash@lemmy.ml 4 points 5 months ago

There's so much you could do.

  • have a reverse proxy for your services, as containers
  • connect then through netbyrd or nebula if you want the FOSS route (or headacalescale)
  • set up an IDPS, such as fail2ban, snort, etc
  • Set up a backup job, there's many projects that does this well - check out Borg and kopia.
  • since we're on linux, try out different shells. Zsh or fish are pretty popular and pretty to look at.
[-] thequickben@lemmy.ml 4 points 5 months ago

Already done with mine. Setup obsidian-livesync and configured it on all my devices. It'll be my first time trying out a markdown note app.

[-] UNY0N@lemmy.world 1 points 5 months ago

This is great! I'm definitely going to try this out, nice work.

[-] Father_Redbeard@lemmy.ml 1 points 5 months ago

I just setup the remotely save plugin with my Nextcloud instance. It apparently can do version control too.

[-] zarkanian@sh.itjust.works 3 points 5 months ago

I was going to try to set up Ampache so that I could access my entire music library at work.

[-] drwho@beehaw.org 3 points 5 months ago

I'm going to be building out a third wireless access point with OpenWRT to get better wireless coverage in the house.

[-] Kata1yst@kbin.social 3 points 5 months ago

Currently working on a replacement for BirdCAGE. It was a pretty cool project, that was unfortunately based on some pretty hacky code (not the dev's fault, he based it on BirdNet-Pi) and subsequently has been abandoned.

MVP is up and running, just polishing and adding features. Still no GUI just yet, right now it's just presisting the data locally (recordings with detections, spectrograms, and a database of detections) and submitting the results to Birdweather which you can use as a basic UI until I get around to it.

It's been a great learning experience.

[-] pbjamm@beehaw.org 0 points 5 months ago

Do you have a project page I can keep track of? I have some spare Pi-compatible machines.

Looking at BirdWeather the only node on Vancouver Island is 200km from me. Would be a fun thing I could stick outside my house, we have lots of bird traffic here. Just today I saw robins, crows, ravens, eagles, swans, geese, ducks, and gulls and I was only barely paying attention.

[-] Kata1yst@kbin.social 1 points 5 months ago* (last edited 5 months ago)

I haven't made the repo public just yet, but I'll reply to you here when it is. Hopefully early next week.

Though for the record the current scope is to deploy on x86 docker and listen to remote rtsp streams.

I did just disparage the code of BirdNet-Pi somewhat, but it's a vetted and solid solution on pi-compatible hardware.

[-] Secret300@sh.itjust.works 2 points 5 months ago

I've been wanting to set up neko for a while now and i finally can next week when i get some free time

[-] u_die_for_elmer@lemm.ee 1 points 5 months ago
[-] Bravebellows@lemmy.world 1 points 5 months ago

Homebridge (or Home Assistant) and smarten up your home, then add Node-Red for fancy coding of your devices

[-] z3rOR0ne@lemmy.ml 1 points 5 months ago

Host your own Gitea server and then version control your own RPI configs on the RPI. I mean... save them elsewhere also, but it's yet another thing you could do with that awesome little device.

[-] humancrayon@sh.itjust.works 1 points 5 months ago

This weekend is getting Foundry VTT up with a reverse proxy and certs for voice/video chat. Spinning up a new VM in proxmox and getting HAproxy configured for it (it’s used for the rest of my services).

this post was submitted on 12 Jan 2024
95 points (95.2% liked)

Linux

45615 readers
914 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS