• Backblaze HDD Report "Best" HDD

    9
    1 Votes
    9 Posts
    2k Views
    Reid CooperR

    Commodity, replaceable nodes. That's the common new approach. Nearly everyone is doing that today. It is tough for the small businesses, though, where they are lucky to have a single node. Works great when you are replacing old, legacy UNIX machines or something but when you are replacing a single, cheap node you generally can't find the budget to go to two, cheaper nodes.

  • Plantronics C054: Splitter needed

    8
    0 Votes
    8 Posts
    1k Views
    gjacobseG

    @thanksaj Yikes

    Call it a day (week) and get some sleep

  • 0 Votes
    6 Posts
    721 Views
    scottalanmillerS

    @Dashrender said:

    While you might not have a drive fail, there are so many other factors that could, this definitely seems like the wrong approach.

    No kidding. This is so completely the wrong approach. Five nines? That's nothing in storage. Lots of providers provide that today out of the box. It's just the drive replacement piece that needs to be automated and honestly, that's trivial.

  • Free Month of vCloud Air

    10
    0 Votes
    10 Posts
    2k Views
    nadnerBN

    @scottalanmiller said:

    vCloud is a product that you buy, it's not a service. VMware has a cloud service, but that isn't it. This is for on premises clouds. Amazon and Rackspace are hosted products only. Rackspace's on premises name would be OpenStack.

    I would definitely not choose them. [VMware] Small time. Amazon is the top player for a reason. Rackspace is by far the best for the SMB market. And I mean by far.

    The reason to use VMware's public cloud is so that you can transparently move workloads from a local VMware cloud to the public one. Not really a great idea anyway, this means you've not understood cloud and screwed up already.

    Thanks, that clears that up.

  • Help! In need of a sp2 for Windows 7

    24
    1 Votes
    24 Posts
    6k Views
    M

    Hello all who actually gives a....well you know. With the help of all of you, I actually figured out what was the other issue. My Data 1 file was corrupted. I since then fixed it and now I"m happy. Once again thank you for all the love you shared with me on this venture. I'm sure I'll be picking all of you brains again. Thank you so much!

  • VBA Debugging Tips Needed

    3
    0 Votes
    3 Posts
    615 Views
    garak0410G

    @JaredBusch said:

    @garak0410 said:

    A lot of these VBA projects have many For/Next loops that take an eternity to step through (F8)...I thought STEP OVER (SHIFT-F8) would get me through these but alas, doesn't seem to do it...either I am impatient for these For/Next loops take forever to get through, even holding down F8. Is there a faster way to get through these?

    Been a while since I was in VBA but I think it is F5 to run to cursor? Stick the cursor in front of the next line after the loop and hit F5 (or whatever run to cursor is).

    @garak0410 said:

    dteEnd = Application.Sheets("Report").Range("$J$27").Value

    This is a logic error. A cell can always be converted to a date if it is 0. it converts to midnight like that if you dump it into a date variable.

    I would need to see the logic to troubleshoot more. Been a while since i used VBA.

    I'll give F5 a try.

    What is interesting about this dteEnd thing, is at some breakpoints, it does show 1/6/2015 but near the end of the Macro, it gets assigned the 12:00 AM. And because someone else wrote this like 7 years ago and without knowing their logic, this has been a chore.

  • 0 Votes
    321 Posts
    88k Views
    scottalanmillerS

    Glad to hear that it is all working well!

  • Proliant buying advice

    71
    0 Votes
    71 Posts
    21k Views
    scottalanmillerS

    Makes sense.

  • AutoUnattend.xml

    2
    0 Votes
    2 Posts
    519 Views
    nadnerBN

    Well, we use System Center Config Manager ad we slip in drivers, patches and Domain join

  • Secure Your WordPress Site with JetPack

    2
    2 Votes
    2 Posts
    782 Views
    nadnerBN

    Well, at least it isn't a password expiry policy.

  • Creating documentation: eBook

    16
    0 Votes
    16 Posts
    3k Views
    scottalanmillerS

    Something else that I have noticed is, at least from what I have seen, PDFs tend to be tiny compared to most other ebook formats.

  • IBM Spam

    4
    0 Votes
    4 Posts
    1k Views
    T

    I love the support/web dev companies that contact me with no opt out using gmail accounts. They change the from address each time but not the sales pitch.

  • IIS Welcome Page Not Displaying

    10
    2 Votes
    10 Posts
    2k Views
    scottalanmillerS

    @IRJ said:

    Enabling Static Content fixed all the styling issues too. It looks like everything is working now

    Cool

  • Finding User Logout Time

    13
    0 Votes
    13 Posts
    2k Views
    IRJI

    @technobabble said:

    @GregoryHall does that also work for remote desktop users?

    Yes, it pulls directly from AD. So it its in AD you will see it with this tool.

  • On the hunt for a good wifi tool

    15
    0 Votes
    15 Posts
    4k Views
    T

    @milnesy

    I have had to follow this type of procedure I believe called "side-loading" explained here: http://www.gizmag.com/how-to-install-google-apps-kindle-fire-hd-hdx/30736/

  • 1 Votes
    1 Posts
    4k Views
    No one has replied
  • Exporting files from database

    8
    0 Votes
    8 Posts
    2k Views
    scottalanmillerS

    @technobabble said:

    @scottalanmiller Thanks...I didn't think so, but with this client, I had to be 100% sure.

    Most tools, like WordPress as an example, do an export for every backup operation.

  • How to access personal files from owa

    7
    2 Votes
    7 Posts
    3k Views
    M

    Sorry everyone for a late response. Just been dealing with some family health crisis. As far as the personal files. I've learned that the IT team has locked down everything via group policies. My girl has to ask permission to do almost anything she needs to do for work. As for the type of Exchange server they are hosting, I don't know. I'm sure they're not going to give me that info. lol! Thank you for your support and feed back on the matter.

    HAPPY NEW YEAR!

  • Preferred Interface Devices?

    31
    0 Votes
    31 Posts
    6k Views
    Reid CooperR

    @MattSpeller said:

    @lance Looks sweet man, but I promised myself long ago - no more non-standard keyboard layouts. Goes double for laptops; give me a proper keyboard layout or give me death!

    Same here, has to be a standard keyboard. Except for replacing the caps lock. Make that a Sun-style control button!!

  • Setting Up Keys between Linux Servers

    13
    0 Votes
    13 Posts
    4k Views
    J

    It's always best practice to disable root login over SSH, especially from the Internet; use su or sudo for root access. Another good practice is to disable password-based authentication; only use keys with a passphrase. The setup you're doing here is useful for allowing scripted/automated connections between machines (e.g. for backups, scheduled tasks, etc) but they should be accounts with limited access, not root. You should be creating layers that make it difficult for someone to gain access to your systems; root keys with no passphrase means you're solely relying on that one strong password (which is one keylogger away from being defeated.)