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
    • J

      Remote Control for one user to access his own home PC?

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      316 Views
      JaredBuschJ

      ZeroTier on both devices and use RDP.

    • 1

      Skype & WebRTC?

      Watching Ignoring Scheduled Pinned Locked Moved skype for business skype webrtc
      5
      1 Votes
      5 Posts
      504 Views
      scottalanmillerS

      https://venturebeat.com/2016/07/13/skype-announces-new-webrtc-alpha-version-for-linux-chromebook-users-can-now-make-voice-calls/

      Did they kill it off, maybe?

    • JaredBuschJ

      Converting Hyper-V to KVM

      Watching Ignoring Scheduled Pinned Locked Moved hyper-v kvm v2v v2v converter virt-manager virt-v2v
      15
      4 Votes
      15 Posts
      13k Views
      scottalanmillerS

      Hey @JaredBusch if you Google about converting Hyper-V to KVM, this is Google's built in process now! They link this article as the "official" Google chosen reference document for this process!

    • stacksofplatesS

      Terratest

      Watching Ignoring Scheduled Pinned Locked Moved terraform terratest
      3
      4 Votes
      3 Posts
      445 Views
      jmooreJ

      @stacksofplates said in Terratest:

      I wrote a new article on unit testing Terraform modules with Terratest.

      https://hooks.technology/2020/03/testing-terraform-with-terratest/

      Nice article, I've never played with Teraform yet but its on my list.

    • FATeknollogeeF

      F31: L2TP client - modp1024 is not supported?

      Watching Ignoring Scheduled Pinned Locked Moved fedora 31 deepin l2tp ike
      3
      2 Votes
      3 Posts
      2k Views
      black3dynamiteB

      Just received a new update fix
      eb2a76e2-4b5e-48bf-b0bf-f64df0c270ff-image.png

    • CCWTechC

      Connectwise Control / Screenconnect recommends you break the law to run their software

      Watching Ignoring Scheduled Pinned Locked Moved screenconnect connectwise control
      78
      4 Votes
      78 Posts
      10k Views
      J

      @CCWTech said in Connectwise Control / Screenconnect recommends you break the law to run their software:

      @JasGot said in Connectwise Control / Screenconnect recommends you break the law to run their software:

      @scottalanmiller said in Connectwise Control / Screenconnect recommends you break the law to run their software:

      spending so much time waiting for ScreenConnect to finally be able to load its device list. We spend just as much time waiting for SC's list to stop flashing from its load problems as it

      How many clients?
      What list?
      SC is very fast in my experience.

      2,000 clients and navigation and opening are fairly slow.

      Have you used session filtering and subgroup expressions to keep any given window at a reasonable level?

      We have thousands of clients sorted into hundreds of sub folders [for lack of a better word]. Our largest folder is 332 clients and it is loaded before I can get my finger off the mouse button.

    • pmonchoP

      Create Internal CA for Windows LDAPs and Linux apps

      Watching Ignoring Scheduled Pinned Locked Moved ldaps certificate authority linux
      9
      0 Votes
      9 Posts
      1k Views
      pmonchoP

      @JaredBusch said in Create Internal CA for Windows LDAPs and Linux apps:

      @pmoncho said in Create Internal CA for Windows LDAPs and Linux apps:

      When I export the key, I want to export the private key as well?

      That depends. If you are only ever going to have devices using the key to auth against the DC that you created it on, then no.

      But if you need to install the cert on a device and then have another device auth to that first device, then that first device needs the private key.

      Thank you for the explanation.

    • RomoR

      PJSIP trunk- endpoint not found

      Watching Ignoring Scheduled Pinned Locked Moved pjsip trunk vitalpbx
      5
      1 Votes
      5 Posts
      1k Views
      RomoR

      Found the issue and fixed it.

      There were some extra entries in the default pjsip profile which were the culprit. The entries were there since quite a few versions back and hadn't caused any sort of issue with the trunks until we updated yesterday. Even after reverting to the previous working version, the trunks wouldn't get properly created until I found the extra entries and removed them. After that, the endpoints are created and the trunks are up once again.

    • scottalanmillerS

      Simple Password Compromise on MailGun

      Watching Ignoring Scheduled Pinned Locked Moved mailgun smtp email security passwords
      13
      5 Votes
      13 Posts
      2k Views
      scottalanmillerS

      @sully93 said in Simple Password Compromise on MailGun:

      @scottalanmiller, which service did you go with after dropping MailGun? We are looking at a relay service and have MailGun on our list. This is a bit concerning that they shut you down like that. We're also looking at Postmark and SendGrid.

      We made the call to just move to Zoho and get email hosted. We've been super happy with Zoho.

    • hobbit666H

      Securing SSH

      Watching Ignoring Scheduled Pinned Locked Moved ssh ssh keys security
      60
      1 Votes
      60 Posts
      7k Views
      scottalanmillerS

      @stacksofplates said in Securing SSH:

      Another really good option is not letting them log directly into the systems at all and forcing them to use a config management tool. So something like Tower or a Jenkins server that logs all of the commands run and has the permissions set there.

      Right. Just like the best defense is a good offense (or vice versa?) The most secure port, is a closed port. Locking down SSH, no matter how good, isn't as good as completely closing it.

      Or using config management to only open it when necessary, is an "in between" step, too.

    • gjacobseG

      NextCloud Shared Folder, not seen

      Watching Ignoring Scheduled Pinned Locked Moved nextcloud shared shared folders
      10
      0 Votes
      10 Posts
      1k Views
      wirestyle22W

      @gjacobse said in NextCloud Shared Folder, not seen:

      JEEZE -

      Though I had checked - it's been two months or more since then.

      Some how the permissions had fallen off and just needed to be added to the folder again.

      Solved!

      Enjoy the easy ones

    • ClemC

      Robocopy/7-zip bat file with high compression ratio

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      1k Views
      ClemC

      @Emad-R
      Thanks for the tip. updated.

    • scottalanmillerS

      How to Rename a Column in SQLite Database

      Watching Ignoring Scheduled Pinned Locked Moved sqlite sqlite3 sql database
      10
      1 Votes
      10 Posts
      1k Views
      scottalanmillerS

      @Pete-S said in How to Rename a Column in SQLite Database:

      There used to be a lot of databases like SQLite. Often called database engines. dBase was probably one of the first.
      Later Microsoft Jet engine (aka Microsoft Access) became popular when Visual Basic ruled the world.
      Basically it's a one user database. You can have more than one user but it's done by multiple users accessing the same database file.

      Or by having an application on top that accessing the file and shares it out. That thing can be called a "database management system" or any application, really.

      All databases use database engines. MySQL, for example, isn't a database. It's a database management system. It uses one or more database engines to talk to the files on disk. MyISAM and InnoDB are two database engine options for the MySQL platform.

      At the end of the day, all databases work like SQlite. You can easily build your own database management system that uses SQlite as the engine and it could work just like MySQL or Oracle or SQL Server. Those are all single users to a file, under the hood. They just have the "multi-access" management built into an extra layer, instead of letting an application handle it.

      But for most things, you only access a database from a single app anyway, so that extra layer is often unnecessary as it is redundant. Just adds overhead.

    • J

      VoIP Services and AUTO TOP-UP prepaid billing.

      Watching Ignoring Scheduled Pinned Locked Moved
      24
      0 Votes
      24 Posts
      1k Views
      J

      @JaredBusch said in VoIP Services and AUTO TOP-UP prepaid billing.:

      it is usually open provisioning servers

      Would this be a server that is not using whitelists for access?

    • JaredBuschJ

      Need POS recommendations

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved pos recommendations
      5
      0 Votes
      5 Posts
      832 Views
      J

      @WrCombs said in Need POS recommendations:

      there is also Clover Systems - Which isn't terrible, Lots of bars use this system

      We see Clover everywhere, including at the cash counter for Municipalities for tax and water bill payments.

    • scottalanmillerS

      Compare Azure to Windows On Prem for Normal Business Workloads

      Watching Ignoring Scheduled Pinned Locked Moved cloud azure windows
      71
      2 Votes
      71 Posts
      9k Views
      scottalanmillerS

      @Dashrender said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @Pete-S said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @scottalanmiller said in Compare Azure to Windows On Prem for Normal Business Workloads:

      @Dashrender said in Compare Azure to Windows On Prem for Normal Business Workloads:

      Hosting Costs
      1U Colocation America, /24 IP Range
      Monthly cost: ~$250/month
      Yearly cost: 12 x 250 = $3000
      5 year cost: 5 x $3000 = $15K

      Last I looked, 1U was more like $225 with that many IPs. And I think typically you'd get fewer for a lot less cost and/or go IPv6. /24 is two IPs per VM. No need to pay for that.

      Yes, the basic 1U was $100 with two power outlets and then you get four usable IPv4s.

      A smaller server, say 16c EPYC, 128GB RAM, 2x500GB SSD, would be about $3500 and something even smaller, like a 8c Xeon @ 3.7Ghz, 64GB RAM, 2x500GB SSD around $2K.

      So you could scale down everything substantially if you wanted. But if all you are doing is running a few very small workloads then a couple of $5 Vultr VM would be cheaper.

      another factor is - are you running windows VMs, likely always cheaper to have your own hardware, but yeah, the amount of workloads definitely plays a factor here.

      That's true, Windows workloads make cloud computing harder to justify. Not much, but a little.

    • CloudKnightC

      A different mindset

      Watching Ignoring Scheduled Pinned Locked Moved workplace microsoft replacement
      44
      2 Votes
      44 Posts
      3k Views
      DustinB3403D

      @Dashrender said in A different mindset:

      @DustinB3403 said in A different mindset:

      @Dashrender said in A different mindset:

      No, how do you make a Mac update Citrix without a third party tool?

      Are you referring to a specific piece of software, like Citrix Receiver? If you had no other tool (brew.sh is the one to use by the way) you'd either have to use the App Store or download updates directly from the software provider's website.

      Then I don't understand what you were saying about Windows requiring third partdy stuff - does does Apple by the sounds of it.

      Apple, specifically doesn't if you want to use the App Store, but using a tool like brew is much more simple and straight forward.

    • G I JonesG

      Group Policy points to wrong DC

      Watching Ignoring Scheduled Pinned Locked Moved
      35
      1 Votes
      35 Posts
      2k Views
      scottalanmillerS

      @G-I-Jones said in Group Policy points to wrong DC:

      @scottalanmiller said in Group Policy points to wrong DC:

      It really only boiled down to I don't want to wait 15 minutes (the minimum replication between DC's) for a GPO to apply.

      Then time to go to a single DC 🙂

      But GPOs aren't meant to work this way, really. If you want faster results, GPO is the wrong tool.

      What alternative to Group Policy do you recommend?

      Salt, Ansible, Chef, Puppet, etc.

    • openitO

      Software to complete Disable/Enable Windows updates on Windows 10?

      Watching Ignoring Scheduled Pinned Locked Moved
      21
      0 Votes
      21 Posts
      1k Views
      DashrenderD

      @scottalanmiller said in Software to complete Disable/Enable Windows updates on Windows 10?:

      @Dashrender said in Software to complete Disable/Enable Windows updates on Windows 10?:

      But fixes are coming more rapidly today than in the past, Zero Days are seeming to be found more frequently, etc. The need to patch ASAP is higher then ever.

      They are, but not the fix for needing to reboot for every little thing 😉

      True, that's MS's whatever you want to call it for doing their big rollups, instead of smaller non rebooting patches.

    • DustinB3403D

      lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS

      Watching Ignoring Scheduled Pinned Locked Moved printers cups ipp drivers apple osx conversation
      15
      0 Votes
      15 Posts
      9k Views
      DustinB3403D

      @Dashrender said in lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS:

      @DustinB3403 said in lpadmin Printer drivers are deprecated and will stop working in a future version of CUPS:

      Keeping a system out of date on purpose for this though. . . ugh kill me now.

      Better get used to it - it's exactly what those shops running old XP machines on million dollar printing presses had to do.

      😧

    • 1
    • 2
    • 89
    • 90
    • 91
    • 92
    • 93
    • 698
    • 699
    • 91 / 699