Ah, I wonder if it’s something with the Wasabi S3 hosting. I’ll check into it.
Ah, I wonder if it’s something with the Wasabi S3 hosting. I’ll check into it.
It’s literally all I wanted to do when I saw the .bond TLD came up for registration.
You can take stronk.bond from my cold dead hands.
Ideally, sure use a password generator - but I wouldn’t worry about the security of a password generator like the one I linked.
Again, use bitwarden’s generator - or equivalent - for passphrases, but in the absence of that correcthorsebatterystaple.com is good enough for a non-shared password.
The other thing to keep in mind with PiHole - some things are just going to break with it’s default blocking, namely the Google suggested results.
i know, I know - just don’t use google, but android phones/parents have a hard time not just braindead going to Google for results.
It’s not the end of the world - I’ve trained myself to just keep scrolling to actual results.
Another feature for PiHole is local DNS - if you want, you can set up custom dnsmasq entries for self hosted/internal services.
The brand/type of wifi router is more of a technical requirements discussion than privacy discussion.
For instance, I live in a two story townhome rental with the modem in the basement - so I picked up an Orbi mesh system to bounce wifi up to the second floor. I also have a fairly complex network with IoT VLAN, DMZ (for remote VPN) and other network segments - again the orbi doing different VLANs per SSID was a deciding factor.
I’ve also only used the Orbi as an access point, relying on a dedicated firewall/router for that stuff.
If you’re looking at a flat network (e.g. everything on one segment - the typical home user setup), pretty much any WiFi router from Best Buy or equivalent will do the job. Check your current devices to see if you can take advantage of WiFi 7 technology - otherwise save a few bucks and go WiFi 6.
For security purposes, change the default SSID (the wireless name) to something unique - and change the password to something from correcthorsebatterystaple.net. You don’t need the default jumble of letters and numbers to be secure.
Lastly, getting to your privacy concerns, look at the DHCP settings - that’s what hands out IP addresses to your devices so they can reach the internet. Change the DNS servers to something other than your ISP. This looks like a good starting point.
The big things are to make sure you don’t expose your router management to the Internet (the default shouldn’t do that) and to make sure you periodically check for firmware updates.
If you want to up your game, you could look at spinning up a self-hosted DNS server like Pi-Hole - but that can be a bit more advanced to get setup and troubleshoot if something goes wrong.
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.
I’m a few months into using CachyOS on my zephyrus gaming laptop and it’s been a joy.
I actually ran into my first issue yesterday and had to boot into the windows drive for the first time in what feels like forever - I needed a Windows only display editor program for Nextion screens.
I tried the installer on bottles and playonlinux, But I couldn’t get the program to load. I will try again today so that if I have to load it up in the future I don’t have to switch back to Windows, but on the off chance anybody knows how to fix it I’m all ears.
Moon reader is my go-to. Unfortunately it doesn’t sync reading progress, but since I only read on my tablet it’s not too bad.
Nanu nanu!
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!