I for one certainly do.
I for one certainly do.
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.
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.
Yeah, I may catch flak but I wouldn’t be inclined to ditch windows altogether. Unless you literally only do web browsing on your laptop, there’s a high likelihood you may run into a few things that need troubleshooting to get working under Linux, and dual being able to switch back to Windows seamlessly is a huge help/comfort.
If you can find the model number or service tag, that would be a big help for troubleshooting.
There should be a sticker under your laptop with a bunch of tiny text, or if I recall correctly you can use System Information. See this article
There should be a a button that you can press repeatedly to open up a boot menu - it can be the delete key, f2, etc.
Depending on how new your laptop is, you may need to disable something called “Secure Boot”. Keep in mind if your windows installation is encrypted with BitLocker or whatever else Windows is using these days. If it is encrypted, and you have secure boot enabled you may run into issues booting back into Windows - it will freak out that secure boot was disabled and require your encryption key.
At least, that’s what happened with my ROG Zephyrus M16 - I had to find my BitLocker key to boot into Windows and then decrypt it using the settings menu.
Also, if you want to be able to use both Windows and Linux - see if your laptop has an expansion port for a second hard drive. Windows historically has screwed over dual booted Linux grub with updates, and if you can just boot to a entirely different drive that won’t happen.
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.
Hopefully it’s better than the NYC store. That place was just sad when I was there last month. Sure, the little display of all their past consoles/handhelds was neat, but all the larger figurines had massive signs saying do not touch. Meanwhile, the Lego store just a few blocks away allowed you to take pictures right next to Lego creations like the hulk, and even let you get in a Lego taxi cab.
Oh, I think CachyOS looks interesting - I’ll try that one first. Thanks!
That’s what I think I’ll be doing with my weekend. I recently (probably back in January) discovered Ventoy - it makes things much faster for testing different OSes when I don’t have to flash ISOs very time.
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.
I’m not that far, it’s mostly the battery life of my wireless keyboard that’s really poor. I had a Logitech k830 that was amazing, but looks like they don’t make it anymore and the replacement K400 chews through AA batteries.
Luckily, I have three of them 🤣
I’ll try picking it up again, I do absolutely love the touch pad + trigger to click - I just never got very far with typing.
tmux
and a<ctrl>-<b><d>
- done!