ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. manxam
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 10
    • Posts 360
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @notverypunny : thanks for the info. I'll spin up an installation and give it a shot and let you guys know!

      posted in IT Discussion
      M
      manxam
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @scottalanmiller : A standard support session with SC does not prompt for admin creds as is why I was wondering if the "1 time connection" option worked the same.

      posted in IT Discussion
      M
      manxam
    • RE: Comparing MeshCentral 2 to ScreenConnect

      @notverypunny : As you've apparently tested this, does this bypass the need for admin credentials for the user?

      Remote support isn't very useful if you have to provide them the domain admin info to run the support tool 🙂

      Also, for @scottalanmiller : How does copy/paste of text and files work? The same as it does in SC?

      posted in IT Discussion
      M
      manxam
    • RE: NextCloud Talk - Voice, Video, and ScreenSharing

      Krita is pretty decent too and also cross platform

      posted in IT Discussion
      M
      manxam
    • RE: NextCloud Talk - Voice, Video, and ScreenSharing

      I really want to like Rocket but the mobile notifications are TERRIBLE. We have users on Android and iOS and, IF they get the notification, it's likely delayed.
      Also, when chatting using the desktop app, we'll eventually get a notification on our mobile devices for the last ~10 things that were said.

      Nextcloud Talk's notifications work far better BUT, notifications only work with @mentions which is really a let down as you can't just have a team conversation without using @ to talk to people so they get notifications.. 😞

      /rant

      posted in IT Discussion
      M
      manxam
    • RE: Windows Server 2012 Essentials Cannot Find Login Server for AD

      If you have CLI access (not sure where you're getting a shell if you can't login though), can you not just do a

      net user /add [AccountName] [Password]
      net localgroup administrators [AccountName] /add
      

      and add a local administrator account?
      Log into the GUI using this new account and then diagnose from there now that you'll have access to the GUI, event viewer, etc.
      You could have the user run an SC agent so you can inspect remotely (assuming the router has been fixed).

      posted in IT Discussion
      M
      manxam
    • RE: Fitness and Weightloss

      @Dashrender : From someone who has been a body builder since they were 16, I totally understand your concern about gaining more muscle mass. It took me years to find what exercises, in what quantity, how much recovery time my body needed, and when it was time to switch up the routines to continue producing results.

      A lot of people talk macros and their various ratios but, unfortunately, this is something that you have to try, try, and try again until you find something that works for you -- and then change it again when your physique changes.

      The only hard-and-fast rule is 1 to 1.5g of protein per pound of bodyweight then fill in your remaining calories from carbs and fats from there. Some people build better with more fat; others more carbs.

      If your calorie consumption is somewhat on point, then it may be your workout split or exercise choice. As I'd consider you a "novice" body builder, just about ANYTHING you do should be building muscle.

      Can you give me a an example of your exercises, sets, reps, split, etc? I may have some suggestions that will help.

      One final thing, I'm anti "bro science" and don't fall in with any of the supplement gimmicks but there is one supplement that you should take: creatine. It has no negatives, is cheap, and helps enormously with stamina in the gym, recovery, and growth. It has also shown to help fight certain neurological conditions, may lower blood sugar, and a few other added benefits.

      posted in Water Closet
      M
      manxam
    • RE: How do you explain emails like this

      Print out this poster from SANS in an entire wall format and post it on every wall?
      https://www.sans.org/security-awareness-training/resources/posters/dont-get-hooked

      EDIT: Embed!
      alt text

      posted in IT Discussion
      M
      manxam
    • RE: Don't eat romaine lettuce

      Note: We need more threads using the "poo lettuce" tag...

      posted in News
      M
      manxam
    • RE: Microsoft Multi factor auth down worldwide

      Just came on here to check as I cannot access my partner portal and, therefore, delegate admin accounts.
      Figured if there was an issue that someone on ML would have mentioned it and.. VOILA!

      Well this sucks. Microsoft Authenticator App, code, SMS, and Phone 2FA all down 😞

      posted in IT Discussion
      M
      manxam
    • RE: Bills and clients subscription management software

      @tonyshowoff said in Bills and clients subscription management software:

      Invoice Ninja is pretty good I just wish I could host it.

      Why can you not host it?

      posted in IT Discussion
      M
      manxam
    • RE: Anyone using Jitsi behind Nginx

      @JaredBusch said in Anyone using Jitsi behind Nginx:

      It does not work as well.

      'nuff said..

      Regarding proxying WS supporting multiple users, my default is this:

      # enables WS support
          proxy_http_version 1.1;
          proxy_set_header Upgrade $http_upgrade;
          proxy_set_header Connection "upgrade";
          proxy_set_header Host $host;
      

      and

      proxy_redirect off;
      proxy_set_header Host $host;
      proxy_set_header X-Real-IP $remote_addr;
      proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
      proxy_max_temp_file_size 0;
      client_max_body_size 50m;
      client_body_buffer_size 256k;
      proxy_connect_timeout 180;
      proxy_send_timeout 180;
      proxy_read_timeout 90;
      proxy_buffer_size 16k;
      proxy_buffers 4 64k;
      proxy_busy_buffers_size 128k;
      proxy_temp_file_write_size 128k;
      

      Which appears to be what you used. I wonder what Jitsi is doing different that it breaks multiple connections via WS?

      posted in IT Discussion
      M
      manxam
    • RE: Anyone using Jitsi behind Nginx

      @JaredBusch : I know this doesn't answer your question, but have you looked at NextCloud Talk at all? I don't know much about it but think it touts itself as a similar solution and the documentation is likely better.

      posted in IT Discussion
      M
      manxam
    • RE: Bills and clients subscription management software

      Guess I should have posted a link to their self-hosted platform:
      https://www.invoiceninja.org/
      White label / branding / removal of everything that says InvoiceNinja costs, iirc, $20 a year.

      @black3dynamite : Ooh, unintentional pun! Now I look smarter than I am 🙂

      posted in IT Discussion
      M
      manxam
    • RE: Bills and clients subscription management software

      InvoiceNinja may fit the bill?

      posted in IT Discussion
      M
      manxam
    • RE: How do YOU provide a physical VDI demo?

      Well, if that's the case, then does ANYTHING fit the OPs criteria? If anything that is plugged into a monitor and keyboard instantly "becomes" a computer then it really doesn't matter the form factor does it?

      I think you're both conflating the issue: The OP specifically wanted something that didn't LOOK like a computer (my assumption is: "at first glance").

      With your reasoning, it doesn't matter if it looks like an Altoid tin if, when connected to peripherals, it acts like a computer then it will not pass spec.

      posted in IT Discussion
      M
      manxam
    • RE: How do YOU provide a physical VDI demo?

      I personally don't know of a single non-"techie" that would look at this and think "Computer"

      alt text

      posted in IT Discussion
      M
      manxam
    • RE: How do YOU provide a physical VDI demo?

      I'd do a Kangaroo Pro and a USB hub if needed if I wanted to demo multi monitor with something that most people wouldn't think of as a computer.

      alt text

      I actually have a few of these floating around some Customer sites used as "thin clients". Caveat? No integrated speaker.

      posted in IT Discussion
      M
      manxam
    • RE: Azure OS is ... Windows Server Core 2016 running Hyper-V

      Sorry @PhlipElder and @DustinB3403 , I've totally derailed this thread -- as has been my habit lately 😞

      Sincerely,
      Manxam the Therd

      posted in IT Discussion
      M
      manxam
    • RE: Azure OS is ... Windows Server Core 2016 running Hyper-V

      @scottalanmiller : What if we're not hip/cool enough to know that the H is supposed to be silent...?

      posted in IT Discussion
      M
      manxam
    • 1
    • 2
    • 10
    • 11
    • 12
    • 13
    • 14
    • 17
    • 18
    • 12 / 18