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

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      -3 Votes
      1 Posts
      21 Views
      No one has replied
    • J

      Networking / Plotter / Save as PDF problem

      Watching Ignoring Scheduled Pinned Locked Moved hp t830 hp t830 scan to pdf scan to pdf t830
      7
      0 Votes
      7 Posts
      545 Views
      gjacobseG

      @jasgot said in Networking / Plotter / Save as PDF problem:

      Gave up. Saving to Server 2019 instead.

      Now that is just odd. If you can set it to save to the Server 2019 path, it should also work for Server 2021 path.

      Maybe create a new path on Server 2012 using the same steps you used on Server 2019?

    • V

      Reactjs connection with backend.

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      293 Views
      ObsolesceO

      @vignesh said in Reactjs connection with backend.:

      hi im created a llogin form in rectjs.how i store data in backend using nodejs and mysql?
      please give some valid url to refer.

      Here is a good place to start.

    • gjacobseG

      Windows 10 Taskbar GPO

      Watching Ignoring Scheduled Pinned Locked Moved win10 windows 10 gpo taskbar remove default
      16
      2 Votes
      16 Posts
      2k Views
      dbeatoD

      @dustinb3403 This only work for new user profiles and works okay .

    • V

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      6 Views
      No one has replied
    • WLS-ITGuyW

      Any way to get firmware for an HP ML350 G6?

      Watching Ignoring Scheduled Pinned Locked Moved hp proliant firmware
      3
      0 Votes
      3 Posts
      2k Views
      WLS-ITGuyW

      @gjacobse said in Any way to get firmware for an HP ML350 G6?:

      Is this what you are looking for:

      ** CRITICAL ** System ROMPaq Firmware Upgrade for HP ProLiant ML350 G6 (D22) Servers (For USB Key-Media)

      Interesting, I looked earlier and it had a lock on the download button.

    • DashrenderD

      POTS EOL?

      Watching Ignoring Scheduled Pinned Locked Moved
      48
      0 Votes
      48 Posts
      3k Views
      B

      @jaredbusch Then have them upgrade. Seriously, what in IT lasts 10 years? Its time for a new unit that has cellular connectivity. All the contacts, PIR, etc.. could stay the same obviously as you well know being in the industry.

    • V

      Database connection in reactjs

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      329 Views
      B

      @vignesh said in Database connection in reactjs:

      hello,i create a login form in reactjs.how will i store in database??

      Youtube Video

    • WrCombsW

      Group Policy Blocked O365?

      Watching Ignoring Scheduled Pinned Locked Moved Solved o365 group chat wrcombs gpo
      8
      0 Votes
      8 Posts
      1k Views
      WrCombsW

      @dustinb3403 said in Group Policy Blocked O365?:

      @wrcombs That would be the culprit.

      Disable it for the user workstation and run gpupdate /force

      Thanks Dustin, this fixed it last night. I just was ready to get out of here.

    • gjacobseG

      Insert Label into PDF

      Watching Ignoring Scheduled Pinned Locked Moved adobe pdf edit pdf
      26
      0 Votes
      26 Posts
      2k Views
      gjacobseG

      Creating a Static / Dynamic Stamp isn't overly difficult. But I seem to being having trouble with the script needed to prompt for data entry to complete it. I found / followed a decent YT video on the matter and after creating a basic Static Stamp, started working on the Dynamic Stamp.

      Create Dynamic Stamp

      After some initial issues with the script, I found that I had missed one symbol; that corrected Adobe was happy and moved forward. And over all, the process works as expected. Only when prompted for entry nothing is placed into the stamp and the other field are not prompted for.

      if ((event.source.forReal)&&(event.source.stampName =="#PatientTest")) { this.getField("Patient Name").value = app.response("Patient Name:"); this.getField("Date of Birth").value = app.response("Patient DOB:"); this.getField("Patient ID").value = app.response("Patient ID:"); }

      Despite the fact that it isn't working - I'm pretty satisfied with the result thus far. Back to searching why it isn't (seemingly) working.

      OP Edited also.

    • V

      Windows Server 2022 has been released

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

      login code need

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      357 Views
      L

      @vignesh said in login code need:

      hello im new to reactjs i need a login code to run in vs code. please help me

      https://code.visualstudio.com/docs/nodejs/reactjs-tutorial

    • gjacobseG

      A Startdocprinter Call Was not Issued

      Watching Ignoring Scheduled Pinned Locked Moved hp hewlett-packard m402n
      9
      0 Votes
      9 Posts
      875 Views
      travisdh1T

      @irj said in A Startdocprinter Call Was not Issued:

      @jaredbusch said in A Startdocprinter Call Was not Issued:

      @dafyre said in A Startdocprinter Call Was not Issued:

      @gjacobse said in A Startdocprinter Call Was not Issued:

      they should be ONEDRIVE, but doesn't always happen...

      Hopefully you find this out before re-imaging the machine...

      Not an IT problem.

      Chair to keyboard interface problem

      PEBKAC - Problem Exists Between Keyboard And Chair

    • IRJI

      When to use Kubernetes vs Serverless

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

      So you can also run serverless on K8s. It helps alleviate some of the vendor lock in issues, but doesn't necessarily alleviate cold starts. OpenFaaS and Kubeless are two popular serverless frameworks for K8s. They both allow custom runtimes/templates so you aren't beholdant to a specific vendors security when deploying your apps.

    • IRJI

      Greenfield Kubernetes Architecture and Security

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      2 Votes
      9 Posts
      624 Views
      stacksofplatesS

      @irj said in Greenfield Kubernetes Architecture and Security:

      Also another related question, would you even use kubernetes for databases or would be better to use a hosted service like RDS?

      it depends. It's valid either way. However, things like dynamodb can get stupid expensive really quickly, so it's valuable to run those in cluster and just pay for the PVCs used.

    • notverypunnyN

      NG AV / Endpoint Protection in 2021

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved
      56
      0 Votes
      56 Posts
      4k Views
      scottalanmillerS

      @hobbit666 said in NG AV / Endpoint Protection in 2021:

      So in simple terms, people are saying dump the AV products like Webroot/Bitdefender/Eset and move over to a more SIEM orientated setup whether that's in house or externally managed (we wouldn't have the resources internally)

      By and large, just dump them. If you need SIEM, that's a different discussion. But definitely dump those. ESET is outright evil, they are an active threat. We've had actual criminal activity from them. They are nothing like the others.

      Bitdefender and Webroot, they just don't add value over what is included, but do have some pretty significant negatives (not only cost.) Performance and, especially with Bitdefender, all kinds of application breakages.

      The upside to customers who keep installing Bitdefender against our advice... boy does it rack up the billable hours to fix issues that it introduces.

    • L

      Bash Help

      Watching Ignoring Scheduled Pinned Locked Moved
      9
      0 Votes
      9 Posts
      838 Views
      scottalanmillerS

      @pete-s said in Bash Help:

      My personal preference is actually php. A lot of people think it's just for web development and don't realize it's actually a script language that you could use for anything.

      Rarely use it for that specifically, but PHP is definitely an awesome general purpose scripting language. I especially like that it is so good for web and great as a gp scripting language. So you get the best of one and one of the best of the other.

      I like Python a lot, too. And it covers the same range of things as PHP. But I like PHP better.

    • Mr. JonesM

      Microsoft Printer Vulnerability - FYI

      Watching Ignoring Scheduled Pinned Locked Moved
      11
      0 Votes
      11 Posts
      737 Views
      pmonchoP

      @mr-jones said in Microsoft Printer Vulnerability - FYI:

      @dashrender said in Microsoft Printer Vulnerability - FYI:

      You had to what? Reinstall all drivers even for printers that were already installed?
      Glad I haven’t seen that hit me!

      Oh yeah. It was a "oh today is going to be fun" moment. Initially I thought, because I had recently migrated to Serve 2019 for my print server, that I had messed something up. Just a coincidence though. One might argue that since I was using v3 drivers, I did in fact mess something up, but I remember having issue with them previously, and took to Xerox Tech Support to ensure I was using the drivers they recommend for the new build. Not to mention, some manufacturers don't even supply V4 drivers yet, and some OS's don't like em, from what I'm reading.

      With the MS Aug Update, two of my v3 drivers no longer work on 2019. Been working on finding an updated driver that will work. A few v4 have issues, then there are a few v3/v4 drivers (using Windows Update for MS Digitally signed drivers only) that won't install because it keeps telling me access denied.

      Setup a Windows 2016 server print server to test, all updates and all is fine so these issues are related to Windows 2019 as far as I can tell.

    • V

      Need Reactjs login form code

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      0 Votes
      2 Posts
      315 Views
      L

      @vignesh said in Need Reactjs login form code:

      im new to reactjs need login form code

      https://serverless-stack.com/chapters/create-a-login-page.html

      https://dev.to/diraskreact/create-simple-login-form-in-react-227b

    • JaredBuschJ

      Anyone know a good web timeclock that is just punch in and out

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved timeclock
      15
      1 Votes
      15 Posts
      481 Views
      DustinB3403D

      Yeah, 199 Euro ain't bad in the grand scheme, of course if it doesn't meet your needs then I wouldn't bother with it.

      I though it was reasonably priced.

    • 1
    • 2
    • 34
    • 35
    • 36
    • 37
    • 38
    • 697
    • 698
    • 36 / 698