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

      RAID 6 in my backup VM host on spinning rust?

      Watching Ignoring Scheduled Pinned Locked Moved
      25
      0 Votes
      25 Posts
      2k Views
      DustinB3403D

      @beta said in RAID 6 in my backup VM host on spinning rust?:

      @scottalanmiller said

      It's always array size, never drive size, that matters primarily.

      Just so I make sure I understand, array size meaning total TB or total number of disks?

      Total capacity.

    • anthonyhA

      MariaDB/MySQL Table Repair Eating TONS of disk space

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      490 Views
      anthonyhA

      @pete-s said in MariaDB/MySQL Table Repair Eating TONS of disk space:

      @anthonyh said in MariaDB/MySQL Table Repair Eating TONS of disk space:

      I have a MariaDB database that is of moderate size (~48 GB) and two of the tables within this database have corruption. One of the offending tables is reportedly ~25 GB in size. When running REPAIR TABLE, the process eats up all the remaining disk space (which admittedly wasn't a lot, 14 GB).

      I started growing the disk and gave it an additional 50 GB. The repair process gobbled it up. Gave it 50 GB more, repair process gobbled it up. Gave it 100 GB more (for a total of 200 GB additional disk), and the repair process still gobbled it all up. I'm a little baffled as to why and am wondering if anyone here can shed some light as to why a 25GB table would need over 200GB of working space for a repair?

      The database is using MyISAM storage (I know, I'm working on it) and the table in question stores data (document images) in longblob format. From what I understand, MyISAM table repairs basically involve reconstructing the table, so I wouldn't be surprised at needing at least an equal amount of free space to the size of the table. This behavior has me a little confused.

      I assume there are no database clients trying to access the database during your repair.

      I don't know the answer to your question but have you had a look at the different settings for repair table?
      https://dev.mysql.com/doc/refman/5.7/en/repair-table-optimization.html

      Check myisam_max_sort_file_size for instance. If it's larger than your disk then it could outgrow the available space.

      You are correct. No clients are accessing the database. I'm doing the repair on a clone of the actual host.

      I will investigate myisam_max_sort_file_size and report back.

    • J

      Looking to learn/research MeshCentral

      Watching Ignoring Scheduled Pinned Locked Moved
      20
      0 Votes
      20 Posts
      2k Views
      scottalanmillerS

      @jasgot said in Looking to learn/research MeshCentral:

      @scottalanmiller said in Looking to learn/research MeshCentral:

      Ability to have a large deployment with security built in already and not lose that.

      Do you know if it is FIPS 140-2 certified?

      Almost certainly not. That is a "pay the government for favours" cert that only big vendors can do. No small project can think about doing stuff like that because there's no way to make money from having done it and it doesn't just cost the developers an arm and a leg, but it directly takes away funding and development time from their actual users. So the developers don't wait to lose the money, and the real world customers don't want them focusing on something that's only for political reasons.

      While I don't know 100% that either is certified, I'm certain that they are not and have no interest. It just doesn't make sense financially or ideologically.

    • JaredBuschJ

      So WTF m.2 is this

      Watching Ignoring Scheduled Pinned Locked Moved Solved m.2 dell optiplex 9020
      6
      1 Votes
      6 Posts
      970 Views
      1

      @jaredbusch said in So WTF m.2 is this:

      @pete-s said in So WTF m.2 is this:

      , it's always best to find what Dell part number works.

      it's not worth it, sata is sata. no reason to use m.2 when a 2.5 form factor will be just as fast.

      That's not what I'm saying. I'm saying that as a general rule you need to look at the Dell's part number to find parts from other manufacturers that are compatible.

      But yes I agree that sata is sata. For a desktop/laptop nvme or sata ssd doesn't matter though. Only matters in benchmarks.

    • DustinB3403D

      Sophos SSL VPN Client on Windows

      Watching Ignoring Scheduled Pinned Locked Moved sophos annoyance
      3
      1 Votes
      3 Posts
      512 Views
      DustinB3403D

      @dbeato said in Sophos SSL VPN Client on Windows:

      The old one you have to go where the application install and remove the config file you don't want
      \Program Files (x86)\Sophos\Sophos SSL VPN Client\config

      That's the answer!

      Thanks

    • 1

      Remote control with buttons?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved
      6
      0 Votes
      6 Posts
      246 Views
      RojoLocoR

      I got one of these a while back, works pretty good as a mouse/kbd or a remote.

      Favormates Air Remote Mouse MX3 Pro,2.4G Backlit Kodi Remote Control,Mini Wireless Keyboard & Infrared Remote Control Learning, Best for Android Smart Tv Box HTPC IPTV PC Pad Xbox Raspberry pi 3 https://www.amazon.com/dp/B01N0SUUZS/

    • DustinB3403D

      Hardware Management Solutions

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved hardware management monitoring
      18
      0 Votes
      18 Posts
      1k Views
      iroalI

      I use PRTG. https://www.paessler.com/es/prtg
      Very easy to implement, You can have notifications in your smartphone.

    • V

      Nextcloud Sync 2.0 brings 10x faster syncing

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      -2 Votes
      4 Posts
      391 Views
      nadnerBN

      @voip_n00b said in Nextcloud Sync 2.0 brings 10x faster syncing:

      https://nextcloud.com/blog/nextcloud-sync-2-0-brings-10x-faster-syncing/

      Can you please stop link dumping as a new thread?
      It's spam.

      It's bad enough when people do it in the news threads.

    • dave247D

      best way to map various combinations of mapped drives to AD users?

      Watching Ignoring Scheduled Pinned Locked Moved
      15
      1 Votes
      15 Posts
      598 Views
      1

      @dave247 said in best way to map various combinations of mapped drives to AD users?:

      @pete-s said in best way to map various combinations of mapped drives to AD users?:

      @dave247 said in best way to map various combinations of mapped drives to AD users?:

      Problem: we have about 10 different shared folders as mapped drives and a handful of simple bat scripts used as AD logon scripts for users...

      I think it would make more sense to just have one mapped drive and use sub directories for each department. That's probably how the files are organized anyway - at least judging from the looks of it.

      The users that have permissions to a particular directory can use it and the other can't. That way you don't have to mess with the different drive mappings because everyone get the same one drive.

      This also also how I have seen organizations with many departments do it. They basically use one drive mapping per entire file server. Everyone has gets the same shared drive(s) but permissions determine what directories they can access. It's more flexible to do it like that.

      Yes actually that's one plan I've had for a long time, just haven't gotten around to doing it mainly since it will disrupt everyone's workflow for a bit.

      If you have the directory structure in place, you could do it by adding the new drive share for all departments. Give people a couple of weeks to start using it and then slowly start to remove the older shares one by one. That will force everyone to migrate to using the new share - but not everyone at the same time.

    • EddieJenningsE

      Unifi Controller Installer Script for Ubuntu 21.04

      Watching Ignoring Scheduled Pinned Locked Moved bash unifi controller ubuntu 21.04 mongodb scripting
      7
      5 Votes
      7 Posts
      3k Views
      stacksofplatesS

      @dbeato said in Unifi Controller Installer Script for Ubuntu 21.04:

      @voip_n00b said in Unifi Controller Installer Script for Ubuntu 21.04:

      @stacksofplates docker is worse than reddit. I can’t believe you would suggest such hot garbage.

      How is it garbage @VoIP_n00b ? It is quite possible if someone wants to run their Controller as a container. I am not sure why you are also comparing Reddit with Docker, what is the comparison?

      I think it's an attempt at trolling.

    • gjacobseG

      Naming discrepancies across Print Servers

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      162 Views
      dbeatoD

      @gjacobse said in Naming discrepancies across Print Servers:

      servers without

      As a pratical way you would have centralized printing on a CLoud Service but with Windows Servers then you will have to manually match and correct or somehow script it.

    • Emad RE

      Those guys rock 45drives.com

      Watching Ignoring Scheduled Pinned Locked Moved zfs storage 45 drives
      1
      2 Votes
      1 Posts
      570 Views
      No one has replied
    • AdamFA

      Zerotier and Azure

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      345 Views
      No one has replied
    • NashBrydgesN

      Working Unifi UNVR NGINX Config

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      764 Views
      NashBrydgesN

      @dbeato Thanks. I'll give this a try over the weekend.

    • V

      RMM Service

      Watching Ignoring Scheduled Pinned Locked Moved
      40
      0 Votes
      40 Posts
      5k Views
      notverypunnyN

      @dustinb3403 said in RMM Service:

      @fateknollogee said in RMM Service:

      @dustinb3403 said in RMM Service:

      @fateknollogee said in RMM Service:

      @dustinb3403 said in RMM Service:

      @fateknollogee said in RMM Service:

      @dustinb3403 said in RMM Service:

      @fateknollogee said in RMM Service:

      Does the patch management in Tactical work or are those buttons just placeholders?

      It works. On the demo it appears to be disabled

      Have you actually tried it?

      Yes I set it up in my lab and used it on some equipment/vms without issue.

      I meant have you tried the patch management function?

      Yes.

      And the machines got patched?
      Mine isn't working, that's why I'm asking.

      Yeah mine did.

      Ditto. Just have to invoke the scan or setup some automation

    • CloudKnightC

      Hyper V Server - Goodbye

      Watching Ignoring Scheduled Pinned Locked Moved hyper-v server
      3
      0 Votes
      3 Posts
      368 Views
      travisdh1T

      @stuartjordan said in Hyper V Server - Goodbye:

      So No More Hyper-V-Server: https://www.theregister.com/2021/08/31/hyper_v_server_discontinued/

      I have been using proxmox and XCP-NG for quite a while now with no issues. Whats your view on this move made by Microsoft. You have support until 2024 on the 2019 edition.

      This is sad, but not surprising. You pay per core per month for Azure stack HCI (the replacement) according to what I found quick.

    • Mr. JonesM

      Control Panel>Devices and Printers object locations?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      382 Views
      DashrenderD

      @mr-jones said in Control Panel>Devices and Printers object locations?:

      https://mangolassi.it/post/413461

      Oh look, G I Jones, I remember that guy.

      Anyway, this is adding a network printer... I don't think this helps at all to be honest. Did you misread the post? Am I missing something?

      it does have one line that removes a port

      Remove-PrinterPort -name $PrinterPort

    • gjacobseG

      MS O365 Autodiscovery: Failing

      Watching Ignoring Scheduled Pinned Locked Moved autodiscovery o365 outlook
      18
      0 Votes
      18 Posts
      2k Views
      DustinB3403D

      @dbeato said in MS O365 Autodiscovery: Failing:

      @dustinb3403 said in MS O365 Autodiscovery: Failing:

      @dbeato said in MS O365 Autodiscovery: Failing:

      @dustinb3403 What do you mean disabling autodiscover for a user? Are you talking about a registry key?

      No, within O365 you can either selectively disable authentication protocols because you're a glutton for punishment or you can do so with conditional access policies or Security Defaults.

      Well you can disable Autodiscover as a whole organization through the modern authentication setting, however in order to have conditional access you have to have higher licensing than normal which is why I am confused at the disabling comment.

      Just a P2 license to setup a conditional access license for the administrator account(s). The user accounts don't require this level of licensing.

      Why is it a confusing question?

    • gjacobseG

      AD/AAD: Display Name for Professionals

      Watching Ignoring Scheduled Pinned Locked Moved
      18
      0 Votes
      18 Posts
      1k Views
      notverypunnyN

      On a related subject, not looking forward to the eventual request(s) to have he/him, she/her etc added to AD and our automatically generated email signatures

    • gjacobseG

      VPN vs SDP?

      Watching Ignoring Scheduled Pinned Locked Moved vpn vs spd spd software defined perimiter black cloud
      9
      0 Votes
      9 Posts
      802 Views
      IRJI

      @DustinB3403 I'd love to hear your thoughts so you downvoted my post. I have no problem debating you and anytime I downvote you it is because I don't agree with you. You also know that I upvote you as well even if we aren't best buds πŸ’”

      Any vote of yours that I've downvoted is because what you said is wrong or at a minimum disagree. You've been downvoting people out of spite, unless you have a really good argument to what I've posted then I recant the above statement and welcome your debate.

      Also everyone that's downvoted you except maybe @stacksofplates has downvoted me before when they disagreed with stuff I've said. @JaredBusch @Obsolesce , @travisdh1 but they've had a reason or an argument to why they've disagreed with me. That's how it's supposed to work.

    • 1
    • 2
    • 33
    • 34
    • 35
    • 36
    • 37
    • 698
    • 699
    • 35 / 699