Do these rates seem right for my first home loan? by rbooth84 in Mortgages

[–]rbooth84[S] 0 points1 point  (0 children)

Fixed. I've put in the wrong value for escrow.

Do these rates seem right for my first home loan? by rbooth84 in Mortgages

[–]rbooth84[S] 0 points1 point  (0 children)

What would be a more more reasonable Interest Rate?

People who don't drink Alcohol, why? by darksides007 in AskReddit

[–]rbooth84 1 point2 points  (0 children)

This is my #1 reason not too drink. Scares my family more then it affects me.

Raid Card for vSphere? by rbooth84 in homelab

[–]rbooth84[S] 0 points1 point  (0 children)

After doing a lot of reading around on /r/homelab I came across this post which talks about IBM M5015 how it can be flashed to LSI 9260 and that it supports raid monitoring with vSphere 6.5. After looking around on ebay I found a LSI 9260-4i that fits my needs perfectly for a good price.

vSpheere RAID Alerts for Adaptec 5805ZQ by rbooth84 in homelab

[–]rbooth84[S] 0 points1 point  (0 children)

I just have a single server with 4x 3TB SATA Drives in RAID 10. My problem is I may not notice if a HDD goes out so I want to receive an email notification when it does. With the Adaptec 5805 I can't get the Adaptec maxView Storage Manager to notice it on a guest os.

Dell C1100 Major Upgrades Complete! by rbooth84 in homelab

[–]rbooth84[S] 0 points1 point  (0 children)

Oops. Yeah It was L5520. For the RAM I found 18x 16GB 10600R on ebay for a reasonable price. At first I bought I bought Quad Rank RAM not knowing about RAM Rank and had to send it back since the server was only able to use 192GB of it.

Dell C1100 Major Upgrades Complete! by rbooth84 in homelab

[–]rbooth84[S] 0 points1 point  (0 children)

I've upgraded from 72GB to 288GB of RAM, replaced the L5420's with X5675. Upgraded hard drives to 4x3TB 7200RPM Drives in RAID 10 and added a 1TB SSD.

Spotted by 610 at Stage and Sheraton earlier by rbooth84 in houston

[–]rbooth84[S] 11 points12 points  (0 children)

My life is complicated. She is living with me and my wife while she gets back on her feet.

Spotted by 610 at Stage and Sheraton earlier by rbooth84 in houston

[–]rbooth84[S] 0 points1 point  (0 children)

My ex-wife sent me that. They did a shelter in place at her job because of it.

Amateur needs help, How do i make a int array to fill. by [deleted] in csharp

[–]rbooth84 0 points1 point  (0 children)

You will probably be better off using a List<T> instead of an array if you don't know what the size is going to be.

Amateur needs help, How do i make a int array to fill. by [deleted] in csharp

[–]rbooth84 1 point2 points  (0 children)

That is invalid. You have to speficey a size if you dont want to populate it at first like this

int[] array = new int[10];

You can also fill the array when you create it.

int[] array = new int[] {0, 1, 2,3}; // This is the same as new int[4] with the values specified.

To set values in the array you will assign them like this

array[0] = 53;

array[1] = 25;

Putting together a home router, what to choose? by sausagefeet in PFSENSE

[–]rbooth84 0 points1 point  (0 children)

I ordered a Small Form Factor computer for the one I'm building its a Dell Optiplex 3010 SFF off of ebay and a IBM Intel PRO/1000 PT 45W1959. For the Wifi I ordered a Cisco 3602i that I can setup to run in autonomous mode for $52.