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
Listen that needs work too, but this is about negotiating lower drug prices, not holistic medical care changes. Something like that would need some significant legislation with significant bipartisan support.
And that is one thing that the Republicans are absolutely not going to do for the Biden administration in an election year (if ever).
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.
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.
I’m luckily enough to work on a small team like the one you described, and yeah - our trello board isn’t fully fleshed out. We can put vague descriptions of what needs to be done and the team gets it done.
I think SMART goals are one of those rare times where an HR course writer unintentionally hit on something that some people need to hear. There’s a junior engineer on my team whose goal was just, “I want to get better at infosec” - not measurable, time boxed, etc. by trying to at least hit one or two of the guidelines, they were able to flesh out this goal into things like “I want to attend a major security conference this year” and “I will study for, and achieve my Security+ cert”.
It worked for them - and helped them clarify their broad nebulous goal into smaller specific and achievable goals - but obviously like all business/hr things SMART goals aren’t for everyone.
For those not familiar, this is a fairly good explanation of SMART goals.
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.
I wish someone would actually drop the full leak somewhere. It would be interesting to read this myself.
Heck, you could do a pre-stage play where you delegate to localhost an ansible.builtin.get_url
to download the compose file before doing the rest.
It’s anonymous bulk text posting - great for sharing logs, but don’t discount the more grey side of the internet. If you browse recent public posts there’s often some fun things like scam links, credentials, etc.
It’s definitely fallen out of favor for password dumps though.
Holy shit, 35 tmux windows?! That’s insane.
Fun fact (that I just took advantage of in a CTF), sudo can also limit command line arguments. If you only want a user to restart a service but not stop it, you can restrict sudo to only
systemctl restart mysvc.service
I agree, but it’s a hard pill to swallow that Meta is the best partner to grow the fediverse. There are real lessons to learn from Embrace, Extend, Extinguish (look at XMPP and Google), not to mention privacy concerns and content moderation issues that seem to be a “feature” for Meta products vs bugs.
I’m not sure what Zuck is up to, but for whatever it’s worth I think the best think the fediverse can do is be somewhat reactive to Meta’s movements.
If instances start getting overwhelmed with content, then block.
If Meta starts showing signs of EEE, then instances can block.
And us users can move to instances that we feel match our personal stances on things - hate Facebook like the plague? Look at one of the defederated/blocking instances. Do you miss interacting with a larger audience? Stay on instances that are embracing (or withholding judgment) the Meta federation.
It’s a complex topic to be sure, and the only way we’ll know the right way to deal with it is with the benefit of hindsight in a few years
Not the OP, but Eternal September references the massive culture impact on Usenet when ISPs started lowering the barrier to joining the then somewhat exclusive forum-esque part of the internet.
I didn’t intend to use it on the chest freezer - it was mostly for the modem, but since I had spare battery capacity and outlets I thought what the heck.
The power load is practically nothing until it cycles, and even then it’s fairly efficient - my current runtime is estimated to be about 18 hours, more than enough to come up with an alternative if we lose power in a storm.
tmux
and a<ctrl>-<b><d>
- done!