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
    • G I JonesG

      Spiceworks Custom CSS HelpDesk Theme

      Watching Ignoring Scheduled Pinned Locked Moved
      6
      0 Votes
      6 Posts
      448 Views
      stacksofplatesS

      @G-I-Jones said in Spiceworks Custom CSS HelpDesk Theme:

      Anyone here using Spiceworks played with the CSSpice plugin?

      Has anyone figured out a way to change icons?

      It might be a little tedious for all of the icons, but if you want to change a main logo or something you can just base64 encode an image and use that as your CSS.

      I took a picture of the Rancher logo and did that to show you:

      base64.png

      Just do:

      some-item { background: url(" data:image/png;base64,<base64 encoded string>"); }

      Don't use image/png if it's not a png, use the correct format.

    • wrx7mW

      PSWindowsUpdate - Use PowerShell (and other tools) to Automate Windows Updates

      Watching Ignoring Scheduled Pinned Locked Moved powershell pswindowsupdate windows server windows 10 windows updates wsus pdq deploy
      3
      7 Votes
      3 Posts
      4k Views
      wrx7mW

      @jt1001001 Thanks. If you are running from PDQ deploy, you won't see anything. But, if you are doing it from PS/ISE or similar, that would be a great help.

    • DustinB3403D

      Naming your Apple computer via the CLI

      Watching Ignoring Scheduled Pinned Locked Moved osx cli administration apple deployment
      2
      2 Votes
      2 Posts
      686 Views
      DustinB3403D

      I've added this to a larger script that I use, but if you only wanted to automate the naming process the above would work for you.

      Else just remove the header #!/bin/sh and add the reset to any setup scripts that you have to automate this portion of the setup.

    • FredtxF

      Is a virtual firewall (router) more secure than a physical firewall?

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      0 Votes
      8 Posts
      415 Views
      FredtxF

      Thanks everyone for y'alls input as I value the knowledge. This all makes perfect sense. I was just chatting with my colleague's about these details and they are making sense of it too.

    • JaredBuschJ

      Need video recording software for Fedora

      Watching Ignoring Scheduled Pinned Locked Moved Solved video production video training fedora
      33
      1 Votes
      33 Posts
      4k Views
      JaredBuschJ

      @DustinB3403 said in Need video recording software for Fedora:

      I assume you're going to be looking to do production quality work with this then?

      Meh, down the road, sure. Right now, I feel it is more important to get content created in order to even get an idea on how well it will work for our goal.

      Production quality can be hired if it is found to be worth that cost.

    • C

      Cron Job - Troobleshooting

      Watching Ignoring Scheduled Pinned Locked Moved
      16
      2 Votes
      16 Posts
      1k Views
      IRJI

      @Curtis said in Cron Job - Troobleshooting:

      So I just figure out that at least part of the script is running, however the rclone doesn't seem to be syncing the data to the cloud. Maybe I'll break the script into 2 parts to troubleshoot. Funny thing is when I run it manually, it works great.

      Are you testing as root when running manually?

    • wrx7mW

      Microsoft Office - Licensing Questions For 3 Scenarios

      Watching Ignoring Scheduled Pinned Locked Moved office office 365 office 365 proplus office 365 administration office licensing licensing remote desktop services remote desktop licensing remote desktop server rdp rdp sessions
      45
      0 Votes
      45 Posts
      7k Views
      F

      @scottalanmiller said in Microsoft Office - Licensing Questions For 3 Scenarios:

      @flaxking said in Microsoft Office - Licensing Questions For 3 Scenarios:

      I think you must be missing what's going on here. This removes the requirement to integrate more directly with MS Office, instead relying on a separate library that is provided standalone from Office and thus allows saving to Excel. We've had zero issues with using this library, which is actually pretty uncommon for us.

      The issue is flexibility. Using third party libraries, you can integrate with Excel or with anything else. Using the Office libraries, every user, in ever system, is bound by the limitations of the most problematic. It makes deployments more costly, and more complex.

      That's true, it's the kind of self perpetuating lock-in that has served Microsoft so well. People use Excel, and they ask for saving to Excel spreadsheet, so we create the integration specially to allow Excel and not include ODF, then we help keep the industry locked into using Excel because that's all we support unless you want to just save to CSV.

      As for the cost and complexity of deployments... that could be true, except that the installation of our main software is already so complex and costly that dealing with potentially installing this library is the easiest part. I think we probably only have one other developer who would be able to figure out how to install it. I've never heard of any client's IT that have been able to figure out how to install it (just calls from those who have tried), client services has to do literally every install.

    • P

      deleted/corrupt partition

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      1 Votes
      7 Posts
      572 Views
      hobbit666H

      @PhlipElder said in deleted/corrupt partition:

      @pattonb GetDataBack by Run Time Software. Used it recently to recover data from an Apple MacBook Air SSD

      Yeah I've used GetDataBack several times with different levels of recovery.

    • C

      Why Let’s Encrypt is a really, really, really bad idea…

      Watching Ignoring Scheduled Pinned Locked Moved
      51
      0 Votes
      51 Posts
      6k Views
      scottalanmillerS

      @Obsolesce said in Why Let’s Encrypt is a really, really, really bad idea…:

      @scottalanmiller said in Why Let’s Encrypt is a really, really, really bad idea…:

      @Obsolesce said in Why Let’s Encrypt is a really, really, really bad idea…:

      @scottalanmiller said in Why Let’s Encrypt is a really, really, really bad idea…:

      @ingmarkoecher said in Why Let’s Encrypt is a really, really, really bad idea…:

      @stacksofplates Yes, but it's also about preventing imposters - so you know that who you're talking to is who they claim they are.

      This is true.... only so far as preventing a man in the middle attack. It doesn't tell you that you selected the right person in the first place, which is how people will read that.

      Not really. I can create a cert that says I'm [email protected] or an ssl cert for my server that says facebook.com. A browser may not trust it by default because it comes from my own CA, but that's besides the point.

      No one is discussing your own CA though. The CA mechanism is based on trusted roots.

      I responded to certs specifically, regardless of context.

      And you are correct, in that context. But that's not what context we were thinking of.

    • 1

      BitTorrent/P2P technology for distributed file transfer of large files?

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      451 Views
      ObsolesceO

      @notverypunny said in BitTorrent/P2P technology for distributed file transfer of large files?:

      I would add the caveat to test first...

      That always goes without saying, it's part of the development process. I take it testing things first is a new concept for you?

    • hobbit666H

      Another Cron issue - reboot

      Watching Ignoring Scheduled Pinned Locked Moved
      5
      1 Votes
      5 Posts
      212 Views
      scottalanmillerS

      @hobbit666 said in Another Cron issue - reboot:

      @IRJ @DustinB3403 will give that a try tomorrow if I get a chance otherwise Sunday

      Don't do it as a user, as IRJ says. This is because Cron does not use sudo. That would not make sense, if you dig into it.

      Here is why....

      The reason you put a cron job under a user is to act as that user. If cron tried to sudo, you'd lose the ability for users with sudo access to act as themselves, compromising security and limiting functionality.

      Any user with sudo access to root can put the cron job that they want directly under root itself, so #1 doesn't limit their functionality in any way, it only gives them more functionality.

      If it used sudo, tracking down where root level things were happening would become enormously difficult, instead of being centralized.

    • M

      SAS Drives RPMs

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      0 Votes
      15 Posts
      628 Views
      scottalanmillerS

      @Markferron said in SAS Drives RPMs:

      @scottalanmiller Thanks, figured as much.

      Things like fragmentation are real, and will slow the "storage subsystem" in most cases. But that's not the same as the drive slowing. The drive itself works at a predictable speed that only varies when a block cannot be read and the drive has to try again. But even that speed is predictable. So the mechanical speed of the drive never varies (over time), but the throughput of data pulled from the drive can vary based on the rate of magnetic failure. But once that has any real effect, the drive is toast anyway.

    • IRJI

      Fail Fast, Not Twice

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      4 Votes
      3 Posts
      225 Views
      wrx7mW

      Bookmarking site. Thanks @IRJ!

    • wrx7mW

      Wget - Download a Web Dashboard For Local Viewing?

      Watching Ignoring Scheduled Pinned Locked Moved wget linux curl html5 smartsheet
      8
      0 Votes
      8 Posts
      1k Views
      wrx7mW

      @Pete-S said in Wget - Download a Web Dashboard For Local Viewing?:

      Here is Firefox headless mode:
      Firefox uses the same browser, just run with the headless switch. Works from version 57 and newer.
      https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Headless_mode

      Thanks. I won't be able to use this with brightsign, but it might work if I have to run windows for a site that I can't view a public dashboard.

    • brandon220B

      Onlyoffice vs Collabora in Nextcloud

      Watching Ignoring Scheduled Pinned Locked Moved nextcloud 16 onlyoffice collabora
      70
      0 Votes
      70 Posts
      14k Views
      brandon220B

      Update:
      I was able to get it working with a self-signed certificate and the functionality is great. I had NC connected to the OO server with https://localip That worked fine but once left my LAN, from the web it tried to resolve the local ip. That of course will not work and it does zero good to only work while you are on the LAN. I was unsuccessful at getting the self-signed cert to work behind nginx reverse proxy.
      Is it possible to just have nginx forward http to the OO server and:

      Allow Letsencrypt to verify and issue the certs Actually function behind the proxy if the actual cert is on the OO server directly. I cannot find any good documentation of OO working properly behind the reverse proxy in the normal sense.
    • K

      Melanox vs FS

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      441 Views
      scottalanmillerS

      Mellanox definitely has the name and reputation in this case, if that means anything. But saving money is saving money 🙂

    • J

      Which Hosted PBX Provider?

      Watching Ignoring Scheduled Pinned Locked Moved pbx hosted pbx in house pbx
      21
      0 Votes
      21 Posts
      2k Views
      J

      @JaredBusch said in Which Hosted PBX Provider?:

      @JasGot said in Which Hosted PBX Provider?:

      I am an Intermedia Reseller and I can't stand their system. Plus as a partner, the end user cannot call Intermedia for support. This is no fun.

      Are you looking for a reseller/partner solution? Then I would look at 3CX They have the business model.

      Yes. I want to interact with the end user for config of features only (OS and app maintenance handled by anyone other than me) and I want revenue from the sale of hardware and setup, and I want recurring revenue from monthly fees. The recurring revenue must be charged to me so I can bill the customer at my rates.

    • notverypunnyN

      Subnet Migration problems

      Watching Ignoring Scheduled Pinned Locked Moved
      12
      0 Votes
      12 Posts
      479 Views
      notverypunnyN

      @Dashrender
      Yeah, further troubleshooting shows that DMZ1 can't initiate communication to anything that's on the other side of the FG. Will be testing against stuff in the management subnet tomorrow. Also going to try enabling asymmetric routing as a short-term test. Otherwise it's going to have to be an all-at-once move, which we were hoping to avoid.

      Thanks to all for the suggestions and just for a place to get this out of my head and somewhat organised.

    • WLS-ITGuyW

      Raspberry Pi 4

      Watching Ignoring Scheduled Pinned Locked Moved raspberry pi 4
      14
      3 Votes
      14 Posts
      2k Views
      J

      @JaredBusch said in Raspberry Pi 4:

      I look forward to getting one fo these and seeing if it can now run Netflix/Crunchyroll better. The Pi3 could not do it well.

      Please post after your test.

    • DustinB3403D

      NATS - open source messaging system

      Watching Ignoring Scheduled Pinned Locked Moved nats open source messaging high performance cloud iot microservices
      6
      0 Votes
      6 Posts
      1k Views
      stacksofplatesS

      Here's a decent video on building a small Java class to interface with it: https://youtu.be/Od1FgLlK-mA

    • 1
    • 2
    • 132
    • 133
    • 134
    • 135
    • 136
    • 698
    • 699
    • 134 / 699