• 7 Votes
    30 Posts
    14k Views
    gotwfG

    P.S.; While the ability to "pivot" from e.g. alert to metrics to log seamlessly from w/in a single UI is indeed attractive, the time series data model of the PLG stack (Prometheus Loki Grafana) does not lend itself well to "The Tail at Scale" problem.

    https://www2.cs.duke.edu/courses/cps296.4/fall13/838-CloudPapers/dean_longtail.pdf

    IOW; it is all a lot more complex than one may initially imagine... lol.

  • Need a Good Bottle of Scotch

    103
    1 Votes
    103 Posts
    36k Views
    gotwfG

    Balvenie has been mentioned up post. One of the first distilleries to do the double cask thang. Some dandy offerings. Indeed. Yet I prefer their 15yr. old single cask. Ya' know, the stuff the master pulls and sets aside prior to double caskin'.... Dandy elixir. Indeed. If you can find it. 🥃

    Other Faves:

    Talisker: Robert Louis Stevenson's poison of preference.

    McCallan 12yr. Sherry Wood, Cask Strength. No longer exported to USA. But damn, I sure wish I'd not let my wife's neatness OCD polish off the last quarter bottle from my stash... ;(

    Glenmorangie 18yr. Old Deep citrus, orange notes from that d'oroloso finish. Recommended. 👍 🥃

  • Ubuntu 20.04 Desktop Lag

    10
    0 Votes
    10 Posts
    7k Views
    scottalanmillerS

    @Seb1982 said in Ubuntu 20.04 Desktop Lag:

    My Dell XPS 13 lags after upgrading to 20.04. All graphics are fine, but the system simply does not respond quickly enough. Sometimes all is fine, but often the pointer is about half a second behind, so is typing.

    And, I assume, it was snappy under the previous version?

    Since the initial issues, mine has stayed responsive.

  • Apple Mac Going to ARM RISC

    56
    0 Votes
    56 Posts
    5k Views
    scottalanmillerS

    @Obsolesce said in Apple Mac Going to ARM RISC:

    @scottalanmiller said in Apple Mac Going to ARM RISC:

    RISC-V is seen as the future with more modern and more open design than ARM and zero security risks like ARM has. ARM is so risky, I'd never risk (pun intended) developing something new with it, only something old.

    Oh yeah, forgot about that!

    Still very low end devices, but moving up fast. I'm really excited to see the first SBCs and desktops built off of it.

  • Windows 10 1909/2004 and Samba File Shares

    11
    1 Votes
    11 Posts
    735 Views
    jmooreJ

    That is weird but when things happen out of blue to win10 machines I always start with uninstalling windows updates. In my environment that is by far the number one thing that breaks things. Occasionally a user will do something but if its multiples machines, its always been windows updates here.

  • Deduplication on CSV storage

    18
    0 Votes
    18 Posts
    1k Views
    scottalanmillerS

    @dbeato said in Deduplication on CSV storage:

    @scottalanmiller said in Deduplication on CSV storage:

    @dbeato said in Deduplication on CSV storage:

    For example SQL Servers or Exchange cannot have deduplication on them

    Microsoft lists SQL Server as their prime example of "might be good for it, but you need to evaluate your use case" ...

    https://docs.microsoft.com/en-us/windows-server/storage/data-deduplication/install-enable

    Screenshot from 2020-06-25 09-15-51.png

    Well, I would say this is the part with Hyper-V that is so ambiguous
    16760424-62d6-4179-b5c1-c09a070c276d-image.png

    It's not, it can't be. VDI has massive overlap and can use more aggressive deduplication, but that's all. Dedupe by definition is either always safe, or never safe. There cannot be an inbetween. Not when it runs below the filesystem.

    Hyper-V support and safety is never in question. Only Hyper-V for VDI has a specialized tuning option.

  • Powershell Script Repetitive Process

    9
    0 Votes
    9 Posts
    358 Views
    ObsolesceO

    @Grey said in Powershell Script Repetitive Process:

    @Obsolesce said in Powershell Script Repetitive Process:

    @Grey said in Powershell Script Repetitive Process:

    @Obsolesce said in Powershell Script Repetitive Process:

    Here's an example:

    68d9f205-5903-416c-a32d-3a0d2a4c536c-image.png

    Neat. How would I call call that function from within the script itself; just & do-function?

    The same way I did on line 24.

    Ok, I have to test this.

    I just noticed, that on line 16, the $timeDate... variable is supposed to be $Something

    I did it too quick and didn't catch it when I put it in at the end.

  • Has anyone setup an API for an internal application

    Unsolved
    34
    3 Votes
    34 Posts
    4k Views
    matteo nunziatiM

    @stacksofplates yup! One of the few using golang 😀
    I've enjoyed it too once!

  • Monitor Trunk Failures in FreePBX

    4
    4 Votes
    4 Posts
    2k Views
    NashBrydgesN

    This is going to save me time. Was just starting to look at this.

  • bash script help splitting string

    Unsolved
    3
    0 Votes
    3 Posts
    654 Views
    JaredBuschJ

    @matteo-nunziati said in bash script help splitting string:

    try this:

    # initializing agi variables declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo "$ARG" | sed -e 's/://'`) export ${array[0]}=${array[@]:1} #next added line for debug only. comment this out in prod. echo "${array[0]}=${array[@]:1}" done

    if you want to "slice" an array use the syntax: ${array[@]:from:to}, not providing the 'to' arg means go up to the end of array.
    source here.

    Almost right. Because of the export command parsing spaces, I needed to stick it in a variable first.

    # Variable to hold the details for the log file DUMPARG=" Begin Argument dump:\n" # Create an Array to hold the results of the loop declare -a array # Loop through the AGI variables while read -e ARG && [ "$ARG" ] ; do # Dump them into an array, after removing the : array=(` echo $ARG | sed -e 's/://'`) # take the array and create a variable from the first element put the rest as the value # value must be put into a holding variable to parse correctly by the export command val=${array[@]:1} export ${array[0]}="$val" # Dump them into a string for the log file DUMPARG="$DUMPARG $ARG\n" done
  • AWS/ Azure Cheat Sheet

    3
    2 Votes
    3 Posts
    283 Views
    black3dynamiteB

    Bookmarked

  • Vultr Mobile App

    Solved
    20
    0 Votes
    20 Posts
    1k Views
    scottalanmillerS

    @gjacobse said in Vultr Mobile App:

    I can update, even rescan the files to update the file dB all from ssh- which I do via Termius.

    These aren't things that the app would allow anyway. It's a Vultr app, not an SSH app.

  • Printer keeps reinstalling?

    9
    0 Votes
    9 Posts
    577 Views
    black3dynamiteB

    Since you are connected to the printer via USB. Disable plug and play. And then delete all those extra printers.

  • NC: Ubuntu 18.04 to 20.04 error

    Solved
    8
    0 Votes
    8 Posts
    722 Views
    gjacobseG

    Turns out I had a snapshot, restoring it and then regrouping...

  • Looking to Buy a SAN

    170
    1 Votes
    170 Posts
    23k Views
    DashrenderD

    @stacksofplates said in Looking to Buy a SAN:

    I went to a Dr's office before my surgery and the hospital has a giant network where they can give you results and everything through their app/web portal.

    We have that too. Our results and your records are available in our patient portal - a website, no app at this time.

    The dr I went to literally said "oh we don't use apps here" and they required the hospital to fax them the information. It took like 3 weeks to get the info to them because they kept screwing up. There may be people out there that like the offices that are like that but I'm definitely not one of them.

    We're not that bad, no where near. We have access to a local system called NeHII - it's a health interchange between all Nebraska hospital system - and it's an opt-out system for the patients (and you're barely made aware of it when visiting a hospital or any affiliated clinical office).
    Additionally, since my providers have privileges to almost all of the local health systems around town, our staff have direct access to those medical records systems to pull data without needing to make a request and waiting on whatever form of data transfer might happen. Of course, that said, the data is typically extracted as a PDF and uploaded as such to our EHR, so no discreet data, but at least we generally have fast access to it.

  • Web filtering for SMB

    17
    1 Votes
    17 Posts
    1k Views
    scottalanmillerS

    @dbeato said in Web filtering for SMB:

    I have continued to use Untangle, Pi-Hole and Yes NGFW as well. So it depends what you want to use, if DNS you know people can circumvent them outright but it is all up to you.

    He said his goal was accidents. DNS filtering is perfect for accidents.

  • 0 Votes
    11 Posts
    2k Views
    scottalanmillerS

    I know this is the "don't do this but do something else" answer, but just in case you've not thought of it, some places use satellite phones for this purpose.

  • 7 Votes
    44 Posts
    29k Views
    scottalanmillerS

    @tjatwood109 said in ZFS is Perfectly Safe on Hardware RAID:

    @scottalanmiller

    Thanks - I will proceed without using ZFS - I prefer hardware RAID.

    Tim

    ZFS is perfectly fine with hardware RAID, if you like ZFS' features otherwise (like zsend is nice) then there's no reason to avoid it. If you don't plan to use any unique features, then XFS is my "go to" choice by default. Very fast, very stable.

  • Remote Access for home user

    9
    0 Votes
    9 Posts
    967 Views
    M

    @Dashrender said in Remote Access for home user:

    @manxam said in Remote Access for home user:

    @fuznutz04 : Keep an eye out for the "hidden" hibernate that doesn't show up under "Plan settings" (only sleep and display). I've seen multiple systems that have "Hibernate after" configured under "Sleep" in the advanced settings as default.

    There's also the problem where some systems become broken and once a system goes to sleep, it will continue going to sleep no matter what after something like 2 mins of non use. Rebooting fixes it, until it goes to sleep again... there is a fix somewhere in these threads too, reg fix.

    Hahah, yeah. I was part of that thread too having been bit by it myself. Thankfully I haven't seen that behaviour in over a year.
    Your thread : https://mangolassi.it/topic/18166/windows-10-goes-to-sleep-outside-listed-sleep-times
    My thread : https://mangolassi.it/topic/17731/windows-10-ignoring-display-sleep-inactivity-settings

  • 4 Votes
    3 Posts
    3k Views
    brianwinkelmannB

    Oh Cool! Thanks Scott!