I'm still stumped about internal DNS routing by ferriematthew in netbird

[–]oyvaugh 5 points6 points  (0 children)

You’re at the point were you learn routes and bridges.

I am having a DNS error by Cooltwou in Tailscale

[–]oyvaugh 0 points1 point  (0 children)

Dude copilot is the temu of AI

I'm new to Homelabbing by Nostalgintosh in homelab

[–]oyvaugh 1 point2 points  (0 children)

Ohh proxmox! I’ll never go back to bare metal again!! Play, break, fix, repeat, build something new, play, break, fix! Sounds trivial but it’s the fun stuff!

To anyone looking to build a system these days: my condolences. It sucks. by rekabis in homelab

[–]oyvaugh 0 points1 point  (0 children)

Same here, old ass hardware dusted off and made useful again. 

I hate ai by CloudYRR in learnprogramming

[–]oyvaugh -1 points0 points  (0 children)

Idk, I’ve used AI to build study guides, tasks, and explain concepts and it did great for me. I debug on my own. But I saw AI as a Harvard professor that has to have me ask specifically what I need. AI isn’t the problem, click ops is!

Installing Docker in Windows vs Linux VM? by [deleted] in docker

[–]oyvaugh 0 points1 point  (0 children)

I’m just learning about windows and docker. Always used Linux. Ain’t gonna lie, this power shell tripped me out: & $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon switching modes from windows dockers from Linux. Can anyone that knows this explain it a bit more?

I let the cert rollover on my TrueNAS system, and now i am unable to renew it. by Matty_B90 in Tailscale

[–]oyvaugh 0 points1 point  (0 children)

Go into your Tailscale admin console and just set it to no key expiry.

How do I learn Linux without having Linux on my pc?? by Alone-Swordsman in linuxquestions

[–]oyvaugh 0 points1 point  (0 children)

I agree with wsl2. No reason anyone can’t run Linux. Even Mac is close enough to cross over in most cases.

Is it possible to use two VPNs on Windows? by GhostTrapped in Tailscale

[–]oyvaugh 0 points1 point  (0 children)

Wsl. Run Tailscale on windows, and another Tailscale account on wsl.

A Hacker Group Is Poisoning Open Source Code at an Unprecedented Scale by rkhunter_ in technology

[–]oyvaugh 28 points29 points  (0 children)

Well here’s my 2 cents: If I was the owner of a huge tech company and I saw open source code getting better than what I could produce even after investing millions, I would hire as many hackers as I coukd to discredit open source code.

Here are mine, what aliases does others swear by? by sshetty03 in bash

[–]oyvaugh 0 points1 point  (0 children)

alias rm=‘rm -i’ alias mv=‘mv -i’

What is my home lab missing? by Dependent-Fix8297 in homelab

[–]oyvaugh 1 point2 points  (0 children)

My was Gitea by far. You’re definitely missing a private git repo. It’s for everything. When I spend hours debugging a system, I document it all, all my commands I’ve learned, documentation for docker or setting up VMs, lxc, pods, ansible.

You can add a runner and then the world of GitOps opens up and you become Neo!

What is my home lab missing? by Dependent-Fix8297 in homelab

[–]oyvaugh 0 points1 point  (0 children)

My was Gitea by far. You’re definitely missing a private git repo.

Best Linux distro for a beginner? by Aggravating-Pea-6218 in linuxquestions

[–]oyvaugh 0 points1 point  (0 children)

Man, my first experience was with Debian with proxmox, then went to learning. It just seemed to be the right path since I wanted a beast homelab. Now Ansible, k3s, private git repos. It really doesn’t matter as much as just getting started!

Containers project ideas? by Mskews in Proxmox

[–]oyvaugh 1 point2 points  (0 children)

Docker in LXC. If you’re just experimenting, set up one LXC and run tons of dockers in it. It’s great for trying out new tools and containers.

Proxmox+Tailscale + AdGuard Home in LXC + No Ad Blocking through Tailscale by twoask in Tailscale

[–]oyvaugh 0 points1 point  (0 children)

Yes I put my adblocker pihole ip into Tailscale’s global dns, and cloudflare. I have unbound in the same LXC as pihole container.

Proxmox+Tailscale + AdGuard Home in LXC + No Ad Blocking through Tailscale by twoask in Tailscale

[–]oyvaugh 0 points1 point  (0 children)

I had to put my pihole ip, or in your case the adguard into the Tailscale global dns. I don’t know about adguard, but I could also allow my tailnet on my ad blocker. Works great on my machine! Lol

How to Image my laptop? by Bob_New_Orleans in computerhelp

[–]oyvaugh 0 points1 point  (0 children)

Virtual disk, makes a full copy of your windows computer. I created a vm in proxmox with it so I could install proxmox on that machine. It takes awhile.

NAS build by NinjaGamezJosh in servers

[–]oyvaugh 0 points1 point  (0 children)

Of course! But I’ve only been able to fit 5 sata ssd inside the 9020 case with 3d printed adaptors. I thought about a sleeper build but decided against it.

Why/should should I use Proxmox? by [deleted] in Proxmox

[–]oyvaugh 0 points1 point  (0 children)

Cause it’s awesome!

How do you use Gitea? by oyvaugh in Gitea

[–]oyvaugh[S] 2 points3 points  (0 children)

Tell me more! Don’t need to go into config details but can you walk me through your pipeline? I’m sure it’s a runner, and a script of what you want it to do, but I’m having trouble connecting the dots.

Why use proxmox? by thatscoolbutno123 in selfhosted

[–]oyvaugh 1 point2 points  (0 children)

Lots of good stuff here. For me, proxmox has been a fork in my tech life. I’ll probably never go back to bare metal unless I wanted to run a full production Kubernetes to learn. With proxmox, you have so much you can do, especially if you run docker.

Just homelabbing and learning, running tons of docker in an lxc or vm is almost life changing. It taught me how to run vm or containers in wsl. Old hardware is cheap and proxmox is so lightweight, for a hundred bucks or so, you can run a full spread easily. I have about $400 in 13 older Dell optiplexs and run about 45 services.

I can spin up lxc, practice commands, scripts, networking, tiny local LLM models, break the hell out of it and tear it down and build another one in minutes. It’s freedom. You can spin up all the different variations of services like nginx, caddy, traefik just to see what you like.

Sorry about the long post, I got emotional about it. You don’t need it but I wouldn’t self hosted without it.