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
    • Groups 0

    Topics

    • DustinB3403D

      Jared - OBS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      56
      0 Votes
      56 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion business systems software crm erp
      5
      2 Votes
      5 Posts
      732 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion b2 file storage thoughtworks active backup disaster avoidance
      17
      1 Votes
      17 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wsl windows ubuntu terminal
      2
      0 Votes
      2 Posts
      571 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      20
      0 Votes
      20 Posts
      378 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

      One of the configured repositories failed (Unknown)

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion centos7 yum update
      25
      0 Votes
      25 Posts
      16k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx administration apple
      1
      4 Votes
      1 Posts
      420 Views
      No one has replied
    • DustinB3403D

      MySQL MariaDB password reset without knowing the password

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos mysql mariadb
      29
      0 Votes
      29 Posts
      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

      Can someone explain yaml spacing to me because Im going insane

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion yaml formatting ansible
      4
      0 Votes
      4 Posts
      594 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx ansible homebrew apple automation
      100
      0 Votes
      100 Posts
      9k Views
      stacksofplatesS

      This is a good starter video:

      Youtube Video

    • DustinB3403D

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

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion shell script credentials hashing
      79
      2 Votes
      79 Posts
      6k Views
      pmonchoP

      @IRJ

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

    • DustinB3403D

      Naming your Apple computer via the CLI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx cli administration apple deployment
      2
      2 Votes
      2 Posts
      590 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nats open source messaging high performance cloud iot microservices
      6
      0 Votes
      6 Posts
      970 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lab server hypervisor
      7
      1 Votes
      7 Posts
      753 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion cli sed editing
      7
      0 Votes
      7 Posts
      911 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx administration automation brew shell scripting apple xcode
      1
      1 Votes
      1 Posts
      527 Views
      No one has replied
    • DustinB3403D

      Apple OSX - Public Desktop

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion apple osx scripting automation setup
      25
      0 Votes
      25 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      80
      0 Votes
      80 Posts
      5k 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

      Watching Ignoring Scheduled Pinned Locked Moved Water Closet account software smb multiple users
      16
      0 Votes
      16 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion fedora salt master fedora 30 salt saltstack osx
      2
      4 Votes
      2 Posts
      644 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 / 1