ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • Mike DavisM

      Autoupdates Killed My Windows Server 2008 R2

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved windows server windows server 2008 r2 dell poweredge t310
      29
      1 Votes
      29 Posts
      5k Views
      dafyreD

      @Mike-Davis said in Autoupdates Killed My Windows Server 2008 R2:

      most of what I have been working on for the last week should have worked...

      When dealing with computers, should work does not always equal does work, lol.

    • DominicaD

      Google Maps API

      Watching Ignoring Scheduled Pinned Locked Moved google google maps
      20
      2 Votes
      20 Posts
      3k Views
      C

      Yes, it's internal. Sorry, I should have made that clearer in my OP. Although it's actually a list of merchants that sell our products, so I can see that ultimately we may want to make it public and put it on our website. That's at least a year away though.

    • black3dynamiteB

      Kerberos.io - Open Source Video Surveillance Software

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      8 Votes
      4 Posts
      1k Views
      DustinB3403D

      Yeah the online demo is pretty cool.

    • DustinB3403D

      CentOS rsync between servers using keyfile to pass credentials

      Watching Ignoring Scheduled Pinned Locked Moved rsync centos7 crontab
      44
      0 Votes
      44 Posts
      6k Views
      travisdh1T

      @DustinB3403 said in CentOS rsync between servers using keyfile to pass credentials:

      Nevermind, seems to work when I don't bother telling the system to use the authorized key.

      That IS kinda the idea. ssh just handles that for you, even when called from another program like rsync.

    • JaredBuschJ

      SpiceWorld Austin 2017 Sessions up for vote

      Watching Ignoring Scheduled Pinned Locked Moved spiceworld 2017 spiceworks spiceworld spiceworld austin
      10
      4 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @NetworkNerd said in SpiceWorld Austin 2017 Sessions up for vote:

      They say pick your top 15. I was thinking there were more than 15 sessions on the Spiceworld agenda last year. But then again, some sessions were repeated.

      There are many sessions that are not open for picking. Like all of the SW run sessions, for example. Or the keynote and stuff like that.

    • DustinB3403D

      MariaDB Backup and Move

      Watching Ignoring Scheduled Pinned Locked Moved mariadb backup
      10
      2 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @DustinB3403 said in MariaDB Backup and Move:

      @scottalanmiller cool, so if I am already collecting the rest of the database (see previous topic from today using rsync) then backing up the mariadb should grab what is left.

      Then all that would be left is to push the backup to an secondary system and test that all works.

      In theory. I've had unreliable recoveries from that. I don't know any method to get 100% backup if that code is stored in the database.

    • guyinpvG

      How do I expand/extend VM partion (Xen, Ubuntu)

      Watching Ignoring Scheduled Pinned Locked Moved
      28
      1 Votes
      28 Posts
      3k Views
      guyinpvG

      Dang it.

      XenServer is 6.5.
      XenCenter is 7.1 as of today.
      The VM is headless Ubuntu 14.04 running Seafile.
      I happen to also run a VM for XO but I don't know how that plays into this. Is XO better at extending partitions?

      I eventually gave up trying to extend the partition anyway. The docs I found said I had to blast away the partition so I needed to move data around to do it. Just a pain in the butt. It was only a test install of Seafile anyway. I intend to build it up properly this round.
      The only question is now, I really don't want to go through this again, or I need to set it up so changing drive size isn't as big a deal.
      We've used up our 10GB of Box space so I could easily just throw, say, 50GB at the new setup and it would probably last us a half decade. But still, it would be nice to do this in a way where I can more easily adjust available space if the time comes.

    • ObsolesceO

      Windows NIC check for internet access

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      333 Views
      gjacobseG

      I believe it has to do with 'polling' known sites on the internet - such as MS DNS servers or other.

    • bbigfordB

      WiFi range extender requires wifi...

      Watching Ignoring Scheduled Pinned Locked Moved netgear ac1200 netgear wifi wireless
      12
      1 Votes
      12 Posts
      2k Views
      scottalanmillerS

      @NerdyDad said in WiFi range extender requires wifi...:

      Cabling: One aspect of home networking that is far too often overlooking is implementing a quality cabling plant inside the home. This requires far more effort than other home networking projects and falls more into the electrician space rather than the IT professional space but is also one of the most important pieces from the home owner perspective and end user perspective rather than the IT pro perspective. A good, well installed cabling plant will make a home more attractive to buyers and make the value a powerful home network even better.

      http://www.smbitjournal.com/2014/05/doing-it-at-home-enterprise-networking/

      What an excellent reference 🙂

    • NashBrydgesN

      Looking for how-to on setting up a proxy

      Watching Ignoring Scheduled Pinned Locked Moved screenconnect lets encrypt apache 2 nginx proxy
      25
      2 Votes
      25 Posts
      5k Views
      NashBrydgesN

      @JaredBusch said in Looking for how-to on setting up a proxy:

      server {
      client_max_body_size 40M;
      listen 80;
      server_name support.bundystl.com;
      rewrite ^ https://$server_name$request_uri? permanent;
      }

      Yep, got all that done and it's working well. What I was referring to was redirecting traffic to HTTPS. Essentially this is the part of the file I was missing...

      server { client_max_body_size 40M; listen 80; server_name support.bundystl.com; rewrite ^ https://$server_name$request_uri? permanent; }
    • ObsolesceO

      Win10 native SSH with BASH for Windows

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      1 Votes
      16 Posts
      3k Views
      ObsolesceO

      @JaredBusch said in Win10 native SSH with BASH for Windows:

      @Tim_G https://mangolassi.it/topic/7433/getting-a-handle-on-mangolassis-markdown-markup

      Thanks, bookmarked!

    • DustinB3403D

      Canon Fiery Print Servers

      Watching Ignoring Scheduled Pinned Locked Moved canon
      5
      1 Votes
      5 Posts
      871 Views
      Mike DavisM

      I used them years ago on color printers where ripping a job could take a long time on the weak built in print controller. It's probably been 10 years since I have touched one. Even then, I didn't use it for the scan stuff. The extra processing power was just need to rip print jobs, not for scanning.

    • AmbarishrhA

      free dynamic DNS service- Dyname

      Watching Ignoring Scheduled Pinned Locked Moved dynamicdns dns
      7
      1 Votes
      7 Posts
      1k Views
      NerdyDadN

      I'd still use DuckDNS.org
      0_1492522125211_duckdns.png

    • DustinB3403D

      How do you test your website

      Watching Ignoring Scheduled Pinned Locked Moved website testing benchmark
      10
      1 Votes
      10 Posts
      2k Views
      AmbarishrhA

      @Kimberley-Paessler said in How do you test your website:

      @DustinB3403 If you (or your customer) are using PRTG, you could use the "cloud ping" and "cloud http" sensors to monitor reachability from around the world. Those sensors will try to reach your website from 5 different AWS data centers, and will report on reachability and response time from each of those data centers. If something goes wrong, you can get an alert, so you know you need to react. The free version of PRTG will let you run 5 cloud http and 5 cloud ping sensors.

      If that's not enough, check out services such as https://www.site24x7.com/, which provide similar ongoing monitoring on a larger scale.

      If a one-time or manual test is enough, check out services like https://tools.pingdom.com/ or https://www.webpagetest.org/, which are free and don't require any setup on your side, but only provide a snapshot of up/down at the time you try them.

      Along with pingdom, we usually use https://geopeeker.com which also gives a snapshot from multiple locations

    • masterartsM

      Watch The Awesome Workplaces Of Some Great WordPress Influencers

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      655 Views
      C

      Absolutely. I'm sure I've mentioned this before, but Lucy Kellaway's series of office spaces are great. Like this Lego one

      Youtube Video

    • momurdaM

      Security Incident Response

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      3 Votes
      4 Posts
      552 Views
      scottalanmillerS

      @momurda said in Security Incident Response:

      Yes i was thinking they just want an answer and dont really care what the answer is.

      Good chance that that is the case.

    • scottalanmillerS

      Chosing an Enterprise Linux Server Distro

      Watching Ignoring Scheduled Pinned Locked Moved red hat linux server ubuntu rhel suse centos opensuse sam linux administration
      28
      8 Votes
      28 Posts
      10k Views
      Emad RE

      +1 for primary application platform on Ubuntu.

      If you mean what I think you mean, I use Centos for General server stuff, basically a server that can handle anything or can be more than 1 thing, however for Ubuntu and cause of the snaps, I use Ubuntu for specific roles like :

      File server
      Or
      RockChat server

      For specific purpose roles.

    • F

      Where is the XenServer 7 VM's serial console?

      Watching Ignoring Scheduled Pinned Locked Moved xenserver xenserver 7 virtualization
      10
      1 Votes
      10 Posts
      3k Views
      F

      I just write an article about that here: http://www.francescoprovino.com/2017/04/16/full-disk-encryption-unlocking-from-virtual-serial-tty-paranoia-xenserver-and-libvirt/ .

    • stusS

      Why Cerber Is The New King Of Ransomware

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      3 Votes
      1 Posts
      523 Views
      No one has replied
    • S

      SSDs for home media server. What's your preferred brand? (SATA)

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      2 Votes
      8 Posts
      1k Views
      stacksofplatesS

      I have had a Mushkin and a Crucial. Both seemed fine.

    • 1
    • 2
    • 345
    • 346
    • 347
    • 348
    • 349
    • 698
    • 699
    • 347 / 699