I’m not seeing any replies that are super helpful for your question - so here’s what I do: throw a Linux desktop on a Raspberry Pi, or NUC and use the TV like monitor. Get a wireless keyboard/mouse combo and watch Plex through the appimage or just Firefox. Bonus, now any website that does video can be viewed on your big screen tv without dealing with any casting apps.
This is the correct answer. Private IPs are less concerning (on noes now someone knows a network in my homelab is 10.0.0.1/24!) - but absolutely change public IPs in logs.
If it’s necessary to reference external users/systems in multiple log files, I’ll change the names to user1
, user2
, server1
, db2
, etc
Does it have Discovery as a normal app store? You might be able to use that.
Honestly, give the terminal a shot - it’s not as complicated as you may think.
I would consider using your Synology for what it’s good at - storage.
My homelab has a Synology DS1618 and servers are Lenovo M90q systems. They have enough compute to get the job done, and use the Synology NFS mount for storage.
sudo dpkg -i /path/to/yourde.deb
Now whether or not all the packages are fubared at this point is unknown, but that’s how to install a deb file.
How long before companies start using this as an excuse for return to office?
Sure, you’ve been working here since before the pandemic, but maybe now you’re a North Korean spy! The only way to be sure is for you to come into the office and average 4 days a week.
Yeah, for the integrated CI/CD, give GitLab a shot - it saves on spinning up a Jenkins or ConcourseCI server.
CI/CD can be useful for triggering automation after merge requests are approved, building infrastructure from code, etc.
I’ll come out with an anti-recommendation: Don’t do GitLab.
They used to be quite good, but lately (as in the past two years or so) they’ve been putting things behind a licensing paywall.
Now if your company wants to pay for GitLab, then maybe consider it? But I’d probably look at some of the other options people have mentioned in this thread.
Plus oh-my-zsh and the powerline 10k theme - this is my go-to shell.
Oh snap, are you the developer of Viewtube? If so, first off - great job. I do the infrastructure side of IT for my day job but aside from some basic go, I couldn’t code something like this to save my life.
I wish I had the chops to contribute to the project.
tmux
and a<ctrl>-<b><d>
- done!