• Trusteer Rapport - protection software

    17
    1 Votes
    17 Posts
    2k Views
    JaredBuschJ

    @scottalanmiller said:

    @JaredBusch said:

    @dafyre said:

    @scottalanmiller said:

    @Dashrender said:

    @scottalanmiller said:

    @Dashrender said:

    LOL - Will IE let you do that? We are an IE only shop here. Works best with our EHR.

    It would give you away.

    That's crazy.... all that work to secure IE. Bangs head on desk.

    I think the bank would require the software with Chrome or FF as well, but can't be sure because, well we don't use them.

    I'm sure that they would. That the software allows IE points to how silly it all is. "We have to be SO secure... but we'll allow IE." It's all a joke, just a chance for the banks to exert control.

    If I had the choice, I'd ditch any bank that requires IE for something like that. The Trusteer app does work in Firefox and Chrome the last time I used it.

    Yes, it installs in all three. Not sure how well it will play with Edge since ther is no add on support built in yet.

    Interesting that it being Windows only might cause it to not work on Windows! Although IE is still there, just has to be re-enabled.

    IE does not need re-enabled. It is there always. just not the default browser, nor pinned to the start menu by default.

  • Raspberry Pi Zero is Out for Just $5

    7
    3 Votes
    7 Posts
    2k Views
    gjacobseG

    Saw it over the weekend... Might be in the order pile soon..

  • Docker and updates

    16
    1 Votes
    16 Posts
    2k Views
    scottalanmillerS

    @dafyre said:

    @scottalanmiller said:

    Docker containers run their own OS but share the parent's kernel. They don't have discrete kernels. So if you want to modify the kernel itself, you have to reboot the parent and everything reboots. But libraries and such are all in the containers.

    Where, is the flexibility vs a straight up VM, then? Each VM also contains its own Kernel, so any tweaking that I desire can be done inside the VM without affecting the Host OS (Xen, Hyper-V, et al). I get live Migration with VMs...

    Docker is about application flexibility, not OS tweaking. You can't tweak a Docker container, it is set and forget. Docker is about making deployments fast, easy and dense. The DevOps ecosystem doesn't let you tweak running systems anyway.

    If you want to log in and tweak running systems, you are in a snowflake systems administration model. You have to separate the two mindsets, they work on completely different problem sets.

  • Add Office 365 To Exchange Online?

    89
    2 Votes
    89 Posts
    30k Views
    DashrenderD

    Interesting.

    Frankly it only makes sense for MS to allow all their services access to online versions of Office whenever possible, for example your EOP1 plan - that's really cool that they will open an Excel sheet in Online Excel when using OWA, if they didn't it would severely limit the use (not that we weren't limited for decades).

  • Starwind vSAN FREE edition for Hyper-V cluster?

    33
    1 Votes
    33 Posts
    12k Views
    KOOLERK

    @Dashrender said:

    I'm definitely interested in trying out StarWinds vSAN, but I don't currently have anything to use it on.

    VM-based stand is OK. also we're in Azure Marketplace so you can play with StarWind using free $200 Microsoft Azure trial hardware-less.

    https://azure.microsoft.com/en-us/marketplace/partners/starwind/starwindvirtualsan/

    Hope this helped 🙂

  • StartSSL has an annoying maintenance window

    1
    1 Votes
    1 Posts
    505 Views
    No one has replied
  • 10 PC Office Data Storage Recommendations

    173
    1 Votes
    173 Posts
    92k Views
    stacksofplatesS

    @BRRABill said:

    BTW: from Googling around tonight, it appears the SYnology can also be setup to use commercial backup programs like CrashPlan.

    Though that CloudSync that @MattSpeller is talking about also looks killer.

    It does, but we have a VM specifically for that. I don't how it would perform on the synology, but I didn't want to add any more services to it. The VM just mounts the normal shares and backs them up to Crashplan.

  • A DIMM to run your Sims at a whim

    10
    1 Votes
    10 Posts
    3k Views
    MattSpellerM

    @Dashrender This is only moderate density DDR3, no where near 128GB. Every color is another layer of copper. Check out his grid size for scale! 4 thousandths of an inch!

    Now consider that each trace from the chip to the pin needs to be the same length or you start to induce latency errors. That should blow your mind sufficiently 🙂

    0_1448666898854_DDR3-routing-and-PCB-layout-video-fi.png

  • Businesses asking - what should we offer

    58
    0 Votes
    58 Posts
    12k Views
    DashrenderD

    @adamevans4

    @adamevans4 said:

    @DustinB3403 I just virtualized our servers but not our desktops. I have been asking to upgrade our phones, but to have the money to do so I need to get some more customers. Great advice though. Thank you.

    What about your phone system do you want to upgrade? The number of lines you have? the switch? the phones themselves?

    VOIP and SIP only applies if you're talking about upgrading the lines and assumes the current system supports SIP.
    If he's talking about the phones/system, that won't be free (for the phones).

    Hopefully his phone setup is less complicated than mine.

  • Addressing Bias in Technical Solutions

    44
    1 Votes
    44 Posts
    9k Views
    DashrenderD

    Migrations are something that any user could want to do, and should be able to do . Moving something like Voice Mails and text messages, while not commonly needed - i've personally never cared about migrating them - shouldn't be considered outside the norm either.

    Does Windows do something that nearly no other OS does in the requirement/user of extensions to know what programs to use to open a file - yes, is this now a legacy problem, sure, doesn't change the fact that people want to migrate every day from iphones to androids and vice versa. Just this year 4 of my doctors switched from iphones to galaxy notes, mostly at the behest of their teenage children. Frankly I couldn't believe they were doing it!

    So Personally, yes I think migrations are a highly common thing. That said, if apple doesn't want to support that ability, that's their prerogative.

    I'll agree that backups don't equal migration tools.

  • Windows 10 Pro ISO

    2
  • Backup solution for Windows

    44
    2 Votes
    44 Posts
    15k Views
    JaredBuschJ

    @KOOLER said:

    @creayt said:

    Have a new laptop coming and I'd like to run something like Time Machine for OS X where I can just restall the whole system from it if possible. Any suggestions?

    Veeam or wrong! (c) ...

    https://www.veeam.com/endpoint-backup-free.html?ad=menu-products

    🙂

    Yeah, do this to a local NAS or USB attached storage.

  • LVM Snapshot script

    3
    1 Votes
    3 Posts
    1k Views
    stacksofplatesS

    @scottalanmiller said:

    Best practice, which almost no one follows, is to use explicit paths in scripts rather than implicit. then you don't need that at all.

    I guess that makes 100% sense since you have to start the script with an absolute path ha.

  • Pyd.io vs Pydio.com

    3
    2 Votes
    3 Posts
    690 Views
    scottalanmillerS

    If you want to really switch people over, redirection encourages them to not change their address books.

  • XenServer and UPS Support

    2
    1 Votes
    2 Posts
    1k Views
    stacksofplatesS

    Looks like

    xm shutdown -a

    will shutdown all of the vms

  • SOHO and SMB Cloud Storage Recommendations

    194
    2 Votes
    194 Posts
    109k Views
    scottalanmillerS

    @johnhooks said:

    Oooh, ok. That's the difference then. Must be for a different use. With Alfresco, each time you upload a change, it's saved as a version (major or minor). Then you can restore to versions, see edits made by users with timestamps and some other info.

    Right, its even more granular. You can go back versions to individual document components.

  • Power Loss Followthrough

    48
    1 Votes
    48 Posts
    10k Views
    scottalanmillerS

    @Dashrender said:

    @BRRABill said:

    I really originally never thought about why you;d have to worry about power loss if you have a UPS, which is what started this thread.

    Because, if you're like me, it's definitely worth having the UPSs, but it's not worth it to install generators. Of course if you have short term battery power, say 15 mins, I suppose you should probably have scripts etc in place to start shutting down your servers when you loose power for more than say 5 mins.

    Yes, shutting down is always a viable option. You just need to make sure you have failover UPS that are properly monitored and maintained.

  • Has Anyone Evaluated Windows vs Linux Desktops

    34
    3 Votes
    34 Posts
    7k Views
    brianlittlejohnB

    @scottalanmiller I'll have to try it on my VM when I get a chance to restart my computer...Oracle Vbox is being annoying, machines won't start except for right after a reboot of the host OS. Haven't figured out where the issue is yet.

  • Is Azure Partially Down?

    7
    1 Votes
    7 Posts
    2k Views
    DashrenderD

    No different than the Verizon Netflix issues.

  • New Desktop Database

    41
    0 Votes
    41 Posts
    7k Views
    scottalanmillerS

    @dafyre said:

    What about using something like Base? You get the benefits of Access (easy to use, lower learning curve if you are coming from Access), but you also get cross-platform compatibility, no paying for version upgrades, or being locked into Windows.

    Definitely better, but I've not used it first hand to say. Worth a try, though. Base + MariaDB or even Base + SQLite.