• Sharepoint With Our Office 365/Exchange Online Service

    5
    0 Votes
    5 Posts
    749 Views
  • Linux 101 Hacks eBook is Free

    2
    2 Votes
    2 Posts
    414 Views
    scottalanmillerS

    Good find.

  • Windows 7 WSUS updates

    16
    1 Votes
    16 Posts
    3k Views
    scottalanmillerS

    @Dashrender said:

    WSUS are a type of offline updates.

    Well, not really. WSUS can be used if the client is offline from the Internet but not if it is offline from the network or turned off.

  • Imation RDX Device Mode

    5
    0 Votes
    5 Posts
    2k Views
    T

    sorry not familiar with the product.

  • I feel bad for a computer, here is it's story

    4
    3 Votes
    4 Posts
    692 Views
    scottalanmillerS

    That's a whole new type of thrashing!

  • Free SSL cert used in phishing scam

    2
    1 Votes
    2 Posts
    669 Views
    scottalanmillerS

    Looks like it was something behind the CloudFlare CDN?

  • Color MFP suggestion

    30
    1 Votes
    30 Posts
    6k Views
    DashrenderD

    @coliver said:

    We have a great Konica press-quality printer, it has amazing quality but we have to have the maintenance guy come in every 2-3 weeks to do re-alignment/repairs. During our busy season he is in every 2-3 days...

    From talking to other colleagues this happens across all vendors - I'd say we have Konica out every 4-6 weeks to work on something, though this rarely means downtime. It's much better than the near weekly visits from Toshiba (and the Toshiba was offline 1 day in ten while we had it).

    Our general office MFPs are all Sharps through the same company. Two of them we own outright with a maintenance agreement, the third is still under lease. We see that maintenance guy once every six months or longer.

    Our desktop MFPs, Laniers, have a normal volume around 10K/month. They see service about every 4-6 months.

  • 2 Votes
    9 Posts
    2k Views
    scottalanmillerS

    You should subscribe to their sale email. Two books minimum daily.

  • 0 Votes
    14 Posts
    2k Views
    IRJI

    One of the obscure things I like about Windows 8 is the ability to easily create an app that uses a Windows 8 mode on IE with pre-configured settings. I see this being the way of the future.

    We have a call center that just helps our members with Online banking. The call center isn't technical so we run into browser issues all the time. It would be great to have everyone that owns a Windows PC with Windows 8 or higher to just download an app with our preconfigured settings. No more which version of IE, Chrome, Opera, or FF are you using and all the variables that go with it.

  • Securing Personal Information: Smart phone

    26
    0 Votes
    26 Posts
    3k Views
    JaredBuschJ

    @g.jacobse said:

    I will look at LastPass - but even at $12.oo a year,.. I'm not sure I want to pay for something... I like OpenSource and free if possible. But respect the authors and they do very much deserve support for the work they do.

    It is free to use. You only have to pay for the Premium membership if you want to use the app on your mobile device. But at that point it is the same as KeyPass, just slightly better in that as a commercial application, things are generally more polished.

  • Looking at Linux Network Buffers

    3
    1 Votes
    3 Posts
    3k Views
    scottalanmillerS

    You can use something like netstat to get a list of adapters and then cycle through them. That would work easily enough.

    for i in $(netstat -i | cut -d' ' -f1 | grep -v Iface | grep -v lo | grep -v Kernel); do ethtool -S $i; done
  • OneNote - how does a very large OneNote file work on a mobile device?

    5
    0 Votes
    5 Posts
    574 Views
    nadnerBN

    Yeah, you have to sync the WHOLE notebook. No picking and choosing like boogers in your nose. 😛

  • Dell Opti3020 - All USB ports dead?

    1
    0 Votes
    1 Posts
    884 Views
    No one has replied
  • Security by using .net instead of .com

    18
    0 Votes
    18 Posts
    3k Views
    IRJI

    A sales person being wrong about something technical. I've never seen that before 😉

  • Remotely Updating VMware - Best Means to Do This?

    16
    1 Votes
    16 Posts
    1k Views
    thanksajdotcomT

    @scottalanmiller said:

    Very few people do. Even in IT it is not well understood.

    Yeah, I guess.

  • Job Titles

    20
    0 Votes
    20 Posts
    3k Views
    scottalanmillerS

    @Dashrender said:

    Sounds like a new word is needed.

    A few, I think. There are still different foci within the generalist ranks. There needs to be some amount of differentiation without getting crazy.

  • HP 800 G1 SFF

    6
    0 Votes
    6 Posts
    829 Views
    DashrenderD

    There's no benefit to my company to replace 100+ VGA monitors. As they die they can be replaced with whatever is usable at the time.

    That said - the HP 800 G1 SFF comes with one on board VGA and a display port. So if you want to use DVI, you're stuck buying a Displayport to DVI convertor or installing a video card.

  • Power Weigh in: APC, SOLA, CyberPower, other

    3
    0 Votes
    3 Posts
    416 Views
    coliverC

    I would vote for Eaton as well.

  • Where's Your Cheat Sheet?

    2
    0 Votes
    2 Posts
    451 Views
    nadnerBN

    I am yet to organise my stuff properly but I have a few things up on SW that I found useful and have stuff scattered on my work PC.

    I set up a blog that I am hoping to transfer a lot of my stuff to so that I have an easily accessible platform that I can link to if necessary.

    The How-To's and Script area of SW should probably be more useful but people expect you to answer them if they post a reply to your script/how-to. That looks like it can get out of hand quite quickly.

  • Copy As Text

    10
    0 Votes
    10 Posts
    991 Views
    T

    @scottalanmiller said:

    @Carnival-Boy said:

    Which blogs and forums don't paste as plain text? I'm sure all the ones I use do.

    WordPress accepts full style.

    WP since 3.0 has always had the paste as text option. You might have to click unhide kitchen sink, if I remember correctly.