ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. DustinB3403
    3. Topics
    • Profile
    • Following 21
    • Followers 20
    • Topics 938
    • Posts 25,969
    • Best 6,885
    • Controversial 350
    • Groups 0

    Topics created by DustinB3403

    • DustinB3403D

      Jared - OBS

      IT Discussion
      • • • DustinB3403
      56
      0
      Votes
      56
      Posts
      2.5k
      Views

      IRJI

      @scottalanmiller said in Jared - OBS:

      @DustinB3403 said in Jared - OBS:

      @IRJ I've used and like openshot video editor

      This is what I use currently, but plan to move to KDENLive

      How are you liking it?

    • DustinB3403D

      A question for the SMB owners and operators here

      IT Discussion
      • business systems software crm erp • • DustinB3403
      5
      2
      Votes
      5
      Posts
      723
      Views

      scottalanmillerS

      @JasGot said in A question for the SMB owners and operators here:

      In-house software. We developed it in 2002 and maintain it to keep up with our needs.

      I think that for MSPs that that tends to make the most sense. Our needs tend to be highly unique, and not that difficult to fill.

    • DustinB3403D

      Syncing massive amounts of changing data to BackBlaze B2 via Linux

      IT Discussion
      • b2 file storage thoughtworks active backup disaster avoidance • • DustinB3403
      17
      1
      Votes
      17
      Posts
      981
      Views

      1

      @DustinB3403 said in Syncing massive amounts of changing data to BackBlaze B2 via Linux:

      @Pete-S At my workstation I'm getting 225Mbit/s down and 155Mbit/s up (clearly not symmetrical there. . .) but not bad either considering I have nothing special configured for my workstation.

      On a second test I noticed this A connection of 152.8 Mbps upload would backup 1,650 GB in a day

      So this very well could be feasible to do.

      Yes, that's not too bad. It could work. As @dafyre and other mentioned you should give it a try.
      $.005 per GB is $5 per TB. So get an account and upload 2TB of random data to see how long it takes. Only going to cost you 10 bucks to find out.

    • DustinB3403D

      WSL - Using Powershell how would you create multiple sessions

      IT Discussion
      • wsl windows ubuntu terminal • • DustinB3403
      2
      0
      Votes
      2
      Posts
      552
      Views

      black3dynamiteB

      New-PSSession -ComputerName Host1
      New-PSSession -ComputerName Host2

      Get-PSSession will show all sessions you created.

      Use Enter-PSSession to enter one of your opened session

    • DustinB3403D

      Question - how to use tar to compress multiple top level folders recursively into discrete zip files

      IT Discussion
      • • • DustinB3403
      20
      0
      Votes
      20
      Posts
      329
      Views

      DustinB3403D

      @DustinB3403 said in Question - how to use tar to compress multiple top level folders recursively into discrete zip files:

      Supposedly tar -C /Volumes/Parent/Child/Target-folder -cvf Compressed.zip SelectedDirectory works. . . let me test that.

      Okay so that does work, just is a pain in the rear to have to do manually.

    • DustinB3403D

      Solved One of the configured repositories failed (Unknown)

      IT Discussion
      • centos7 yum update • • DustinB3403
      25
      0
      Votes
      25
      Posts
      15.3k
      Views

      M

      @IRJ said in One of the configured repositories failed (Unknown):

      I also think you may be looking at the wrong file.

      In Ubuntu it is located here

      /etc/apt/sources.list

      You can also add sources by file here

      /etc/apt/sources.list.d/

      He's using Centos, and location was correct. Both distros store config files in slightly different locations.

    • DustinB3403D

      Remove Preferred Wireless Network on OSX

      IT Discussion
      • osx administration apple • • DustinB3403
      1
      4
      Votes
      1
      Posts
      416
      Views

      No one has replied

    • DustinB3403D

      MySQL MariaDB password reset without knowing the password

      IT Discussion
      • centos mysql mariadb • • DustinB3403
      29
      0
      Votes
      29
      Posts
      2.2k
      Views

      scottalanmillerS

      @DustinB3403 said in MySQL MariaDB password reset without knowing the password:

      Just still seems weird to have the password in plaintext on in a config file.

      has to be somewhere, how else can an application connect? Look at WordPress, for example, you have to enter the password into the application so that the application can connect to the database. Otherwise, the database would have to have no password protection at all or you'd need a human to log in and enter the password every time a database connection was needed (which is normally thousands of times a minute.)

    • DustinB3403D

      Solved Can someone explain yaml spacing to me because Im going insane

      IT Discussion
      • yaml formatting ansible • • DustinB3403
      4
      0
      Votes
      4
      Posts
      578
      Views

      DustinB3403D

      @JaredBusch said in Can someone explain yaml spacing to me because Im going insane:

      @DustinB3403 said in Can someone explain yaml spacing to me because Im going insane:

      I'm aware there are tabs, this is due to Notepad++

      There is a setting for that in Notepad++

      I'll be searching for that tomorrow.

    • DustinB3403D

      Using Ansible to Manage install and update Apple OSX DHCP clients

      IT Discussion
      • osx ansible homebrew apple automation • • DustinB3403
      100
      0
      Votes
      100
      Posts
      8.2k
      Views

      stacksofplatesS

      This is a good starter video:

      Youtube Video

    • DustinB3403D

      Solved Scripting - How do you store your credentials and call them later?

      IT Discussion
      • shell script credentials hashing • • DustinB3403
      79
      2
      Votes
      79
      Posts
      5.4k
      Views

      pmonchoP

      @IRJ

      I come mentally prepared with my powerful Crane! 🙂
      alt text

    • DustinB3403D

      Naming your Apple computer via the CLI

      IT Discussion
      • osx cli administration apple deployment • • DustinB3403
      2
      2
      Votes
      2
      Posts
      573
      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.

    • DustinB3403D

      NATS - open source messaging system

      IT Discussion
      • nats open source messaging high performance cloud iot microservices • • DustinB3403
      6
      0
      Votes
      6
      Posts
      950
      Views

      stacksofplatesS

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

    • DustinB3403D

      Setting up an HP DL185 G5

      IT Discussion
      • lab server hypervisor • • DustinB3403
      7
      1
      Votes
      7
      Posts
      735
      Views

      DashrenderD

      @DustinB3403 said in Setting up an HP DL185 G5:

      @Dashrender That is where I was thinking a surveillance system would be a good use. I could use it as a backup repo for my VMs as well with a simple NFS share.

      Just needing some things to do with it, maybe something the kid could eventually use. (years from now. . . she's almost 1 already.)

      All these things basically go directly to what Scott said - make it a giant storage array.

    • DustinB3403D

      Using SED to replace a line with spaces

      IT Discussion
      • cli sed editing • • DustinB3403
      7
      0
      Votes
      7
      Posts
      890
      Views

      JaredBuschJ

      @DustinB3403 said in Using SED to replace a line with spaces:

      @JaredBusch said in Using SED to replace a line with spaces:

      I typically use / instead of ~ for the delimiter, looks right.

      Have to use ~ because I'm adding a URL in the part that's being replaced.

      Also that did work, not sure why it wasn't showing the change first time.

      Thanks for the sanity check.

      wait...... I skimmed. I admit..

      You have to escape spaces or wrap it in quotes.

      Oh it worked.. then all good. Ignore me..

      I'm busy unpurging email.

    • DustinB3403D

      OSX administrators who use Brew - Xcode Tools no longer included by default

      IT Discussion
      • osx administration automation brew shell scripting apple xcode • • DustinB3403
      1
      1
      Votes
      1
      Posts
      523
      Views

      No one has replied

    • DustinB3403D

      Solved Apple OSX - Public Desktop

      IT Discussion
      • apple osx scripting automation setup • • DustinB3403
      25
      0
      Votes
      25
      Posts
      2.3k
      Views

      DustinB3403D

      I'm marking this solved as I create a direction from / called scripts and that does what I need.

      No real need for a public shareable desktop when this works just fine.

    • DustinB3403D

      Lenovo Owns Motorola Discussion

      IT Discussion
      • • • DustinB3403
      80
      0
      Votes
      80
      Posts
      5.0k
      Views

      DustinB3403D

      @Obsolesce said in Lenovo Owns Motorola Discussion:

      @scottalanmiller said in Lenovo Owns Motorola Discussion:

      How is anything you are saying not victim shaming if you aren't calling me a liar?

      First of all, no, I do not believe you are ever lieing because, lies are false statements made with deliberate intent to deceive. If I feel you say something that is untrue when you believe it to be true, and I disagree with what you say, does NOT ever fucking make it okay for you to tell me I'm calling you a liar. Stop doing that. I'm not talking specifically about this case so don't quote my previous statement because it will then be out of context. I'm saying in general, that if someone disagrees with you, does not in any way give you the right to say they are calling you a liar. Lies are specific to deliberate intent to deceive, what you are inserting is wrong.

      So if it's raining outside and you ask me what the weather is, and I tell you it's sunny and clear.

      I'm not lying?

    • DustinB3403D

      QuickBook Alternatives for the SMB

      Water Closet
      • account software smb multiple users • • DustinB3403
      16
      0
      Votes
      16
      Posts
      1.2k
      Views

      brandon220B

      Been using Xero for a while. No issues. It works better than QB Online. I tried it.

    • DustinB3403D

      Creating a Salt master on Fedora 30

      IT Discussion
      • fedora salt master fedora 30 salt saltstack osx • • DustinB3403
      2
      4
      Votes
      2
      Posts
      637
      Views

      JaredBuschJ

      Dont' use bullet/number lists in instructions and guides like this. it makes it annoying for those that want to copy and paste.

      This guide is assuming that you are running as root. If not prepend everything here with sudo.

      Install the salt-master package dnf install salt-master Open the required ports in the firewall firewall-cmd --add-port=4505-4506/tcp --permanent firewall-cmd --reload Enable the salt-master service to start on boow, and also start it now. systemctl enable --now salt-master.service
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 46
    • 47
    • 6 / 47