I think you mean LGA (Land Grid Array), meaning the pins are on the motherboard. Ball Grid Array (BGA) is used for embedded, non-removable CPUs.
I think you mean LGA (Land Grid Array), meaning the pins are on the motherboard. Ball Grid Array (BGA) is used for embedded, non-removable CPUs.
The only thing I’ll add is that RAID is redundancy. Its purpose is to prevent downtime, not data loss.
If you aren’t concerned with downtime, RAID is the wrong solution.
The absolute easiest and simplest would be to modify your grub config to have a longer timer on the boot menu, effectively delaying them until the NAS is up.
That doesn’t necessarily mean it’s the best option- there are ways to make the actual boot process wait for mounts, or to stagger the WOL signals, or the solutions others have mentioned. But changing grub is quick and easy.
You’re overlooking a very common reason that people setup a homelab - practice for their careers. Many colleges offer a more legitimate setup for the same purpose, and a similar design. But if you’re choosing to learn AD from a free/cheap book instead of a multi-thousand dollar course, you still need a lab to absorb the information and really understand it.
Granted, AD is of limited value to learn these days, but it’s still a backbone for countless other tools that are highly relevant.
To anyone else reading this, there’s something you should know:
Memory errors don’t always mean the memory itself (hardware RAM stick) is bad. It can also be a power issue (bad PSU, incorrect voltage set in the UEFI), compatibility, defective memory controller (CPU or motherboard), and more.
OP almost certainly has a bad stick, but it’s worthwhile for anyone building a PC to run a slew of stress tests and diagnostics before using it for anything that matters.
Careful with this- since MLC just means multi, I’ve seen drives marketed as “3-bit MLC”, i.e. TLC
That was my line of thinking. However, my subdomain.chickenkiller.com frequently (but but universally) resolves to the IP of regular chickenkiller.com. I don’t believe it’s an issue with my config, since my previous domains (not run by josh) worked just fine until they folded.
There are some court cases going on right now about this type of thing. Generally, the payback is only allowed to be for the real cost of training, and only for a few years. So that 60k salary for 3 years is also the right amount to make you worth 150k anywhere else.
90k sounds pretty standard for inexperienced (although maybe not first job) devs in general for most markets. Throw in factors like experience or skills in low supply and that changes pretty fast.
I know that COBOL isn’t going away anytime soon, but most companies have seen the writing on the wall for a long time. Anywhere that COBOL can be replaced with something more modern, it’s already underway. Some places even have a surplus of COBOL devs because of it. But there are countless places where it can’t be replaced, at least not reasonably.
The only way a COBOL dev is making $90k after 5 years is if there are very specific fringe benefits that make them not want to move along, or they are extremely naive about the market.
Each domain is run independently. Unfortunately, I have the worst luck in choosing them. The past 3 I’ve used have folded, and the one I’m on now (by an established operator) isn’t reliable. Most endpoints fail to resolve the subdomain DNS, instead returning the parent IP.
You know how you need to test any backup solution? This is the same. Have anyone that you’re expecting to do this run through the process entirely from your documentation. If they can’t, adjust the doc/process until they can. Then include that with your will, or with other documents people will be looking through in the event of your death.
First, the copyright notice doesn’t really do much. Any copyright status, licensing, etc apply whether or not there’s a notice.
Second, if you created it, you have full control on how you license it. You can even use multiple licenses. It’s common to have GPL (or similar) for personal use, and commercial use being licensed separately for a fee.
If you didn’t create it (other contributors did), then each contribution is owned and copyrighted by each contributor. Presumably they have licensed their works under the GPL.
Do you have a specific reason to even include a copyright notice?
Regarding fakes, there are tools you can (and should) run on any new drive. I personally like h2testw, but there are others as well.
You should also avoid sketchy resellers. This includes Amazon, due to their policy of commingling and their response to counterfeits. Don’t buy from Amazon! Stick to trustworthy and first-party sellers. If buying online, make sure they don’t have a third party seller. In fact, probably best to skip any that even have a 3rd party “marketplace” system.
I think you’re looking in the wrong places for the info you want You got what are known as OEM drives. These are primarily sold in bulk to system integrators like Dell/HP/etc. they are noticeably cheaper, but do not have a long warranty. Typically they have 90 days, which is enough to cover infant mortality. After that, the OEM basically self-insures - they have to eat the cost of replacement, but that’s offset by the lower price.
What you’re probably looking for are Retail drives. These have multi-year coverage directly from the manufacturer.
Read the terms of sale carefully- sometimes the seller is the one offering the longer warranty, same as an OEM. Then consider if you trust them to honor that warranty, especially considering that it will be a direct expense to them.
Rosewill is just Newegg’s brand. They also sell some stuff on eBay and Amazon.
The model to look for is RSV-L4500U
The risk was poorly-made power adapters, where 2 pins could short/arc. These cables were almost exclusively injection molded and sold through cut-rate outlets like Ali Express (and Amazon resellers of them).
Technically crimped cables are not immune, but they are rarely seen with such cost cutting. Quality molded cables are also fine, but that is very difficult to recognize or verify after purchase.
The manual should tell you the power limits, and you can cross-reference the power usage of the drives. It’s probably ok for normal consumer drives, but high-draw or enterprise drives could be an issue. You could also (probably) just get power from the PSU.
Just FYI for the future, you can find SATA power extender cables for just a few bucks. Just be careful to get crimped instead of injection molded
If you install fresh using a USB created by the Media Creation Tool, there is one detail you’ll need to know. The install/OOBE setup will still prompt you to enter a key and activate. Just tell it to skip for now/activate later. Once it finishes and goes online, it will activate automatically.
Owned by, yes. Have their operations actually been integrated though? I haven’t checked in a long time, but it was still a separate division last time I did.
Your description isn’t very clear on what exactly you have, or what you need.
It sounds like you have wired NICs in both server and laptop, which will be physically close to each other, but your only connection to the Internet will be WiFi that you don’t control. How accurate is that?
Next question is how do you want them to connect to each other? You can do a P2P wired connection, which is more complicated but fully isolates your traffic. It also means that, unless each device has a separate connection and an appropriate routing config, it won’t be online to the Internet (unless you set up some form of connection sharing). You can also connect them to a router that has no Internet. Simpler than the above, but the same limitations.
You could easily and cheaply get a USB Wi-Fi NIC. The major downside is that all traffic will be going across the wireless connection, both ways. This makes it slow and unreliable.
You can also connect them to a modified router configured as a wireless bridge. DD-WRT and others can be configured in a different way than usual. The wireless router will provide wired LAN ports to your local network, but then use the wireless connection to connect to an upstream WiFi.
None of this has anything to do with Linux, BTW. Once you choose a path, you should be able to implement it in whatever OS (or multiple OSes) you would like. None of it is new or special. You might get more options if you post in the Homelab, Data Hoarder, or Self Hosted communities.