ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. scottalanmiller
    3. Topics
    • Profile
    • Following 170
    • Followers 168
    • Topics 3,472
    • Posts 151,750
    • Groups 1

    Topics

    • scottalanmillerS

      What is a For Loop

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion loops bash
      21
      3 Votes
      21 Posts
      2k Views
      ObsolesceO

      I did some experimenting... but it's not always the case, it depends on what you are doing. But doing this with simple counting results:

      b3b9a87e-cb8d-4e6f-8edb-dd29ffc719b2-image.png

      And for fun lol....

      eb24b287-1c66-4c93-8949-85d9f083eab7-image.png

    • scottalanmillerS

      How to Connect Power Disable SATA Drive to Dell Inspiron 5676

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell dell inspiron molex sata sata 3.3 sata power disable feature hard drive storage
      38
      1 Votes
      38 Posts
      7k Views
      pmonchoP

      @Pete-S said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @pmoncho said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @JaredBusch said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @scottalanmiller said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @pmoncho said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @scottalanmiller said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @Pete-S said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      @scottalanmiller said in How to Connect Power Disable SATA Drive to Dell Inspiron 5676:

      Confirmed, snipping the orange wire (I needed help as I can't see orange) did the job, drive showed up immediately.

      Congrats! I wasn't sure you'd be up for the task. A lot of people are afraid to make permanent changes to their equipment.

      You can't believe how much pushback I got from @Dominica and @pchiodo about snipping a simple cable on a $2 SATA extension part! For me, it was a no brainer once knowing what it was. But they were up for spending hundreds of dollars to avoid snipping that wire. And it isn't even hard wired to the power supply or anything it's literally just a SATA extension piece! lol Like $2 tops if you don't shop around.

      I would have been with @Dominica and @pchiodo on this. Electric scares me. I would think snipping the wire would cause a spark while I wasn't home and come home to a few burning cinders. ๐Ÿ™‚

      That was mentioned as a concern. lol

      FFS people need to just STFU if they donโ€™t know how electricity works.

      That was exactly my point and why I wouldn't have done it. As for STFU about well, that is where we differ. Those concerns could be alleviated with an explanation of why it would not be an issue.

      For electrons to flow you need a circuit. If you cut the wire you don't have a circuit anymore and because of that you don't have any electricity flowing. Since there is no electricity, there can't be any sparks.

      If you just cut the wire but don't remove it, then one end can come in contact with the chassis and then you have a circuit and electricity flowing.

      Modern switched power supplies (as in your computer) have short-circuit protection. So nothing would happen except that 3.3V will go down to 0V. So if there is anything in your computer that need 3.3V power from the power supply, it will not get it.

      If you had something else producing 3.3V (for instance a battery) and you'd short-circuit that, then it can get cause a fire. Just because it's only 3.3V doesn't mean anything.

      And sparks is not a problem unless you're in an explosive environment. The problem is that a short-circuit cause increased current running in the wire. That current will turn into heat. That heat causes things to melt and catch fire. And that's how you burn down a house.

      Also nice to know is that any electrical circuit inside a computer is low voltage, 12V or below. It can't kill you no matter what you do. It's the same voltage as you have in an ordinary car battery.

      The only way to get into trouble with a computer is by disassembling the power supply. There you have lethal voltage.

      Thank you for the explanation. Very helpful.

    • scottalanmillerS

      Apple Mac Going to ARM RISC

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion risc arm apple mac macos macos 11
      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.

    • scottalanmillerS

      MS SQL Server 2016 on Windows Server 2019?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sql server sql server 2016 windows server 2019
      15
      0 Votes
      15 Posts
      3k Views
      ObsolesceO

      @scottalanmiller said in MS SQL Server 2016 on Windows Server 2019?:

      Trust me, we tried to go Linux. But it just didn't work out.

      OH NOES!

    • scottalanmillerS

      Recovering SQL Server 2005 Databases

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      28
      0 Votes
      28 Posts
      3k Views
      O

      @scottalanmiller said in Recovering SQL Server 2005 Databases:

      Anyone had any luck mounting SQL Server 2005 MDF/LDF to a new SQL Server version
      You can move SQLServer 2005 to a new Server version by following this guide: https://solutioncenter.apexsql.com/restore-sql-server-backup-to-a-newer-version-of-sql-server/

    • scottalanmillerS

      Linux Copy a Disk Over SSH with DD

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux dd storage ssh
      7
      4 Votes
      7 Posts
      3k Views
      S

      if you want to also know the progress you can pipe it to pv, like in the below example

      ssh [email protected] "sudo dd if=/dev/nvme0n1" | pv | dd of=/Users/someuser/Desktop/mydisk.img
    • scottalanmillerS

      Engineering vs Administration - That's what makes Windows and FreeNAS so risky

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows freenas administration engineering
      33
      0 Votes
      33 Posts
      3k Views
      stacksofplatesS

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @stacksofplates said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @stacksofplates said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @IRJ said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @IRJ said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      Admin roles are also dying with immutable infrastructure and HA. Designing a system that is immutable and highly available isn't expensive or time consuming on the cloud anymore.

      But someone is still designing the initial system and someone (maybe the same person) is managing it.

      Yeah so you don't have an admin here as you admit. You have an engineer designing the system and replacing the system if there is issues. It's all design and no maintenance. Maintenance is automated during build.

      Not in the real world. That's a nice theory, but applies to effectively no one anywhere. In the real world, engineering almost always is a trivial effort that involves almost no time, skill or planning, and all the effort goes into years of administration that deals with that haphazard system.

      That's completely false. Engineering is almost always a trivial effort......

      It's completely true and I've given example after example. In the real world, engineering is generally done without planning or resources and it works enough for people to accept it. Then all the effort is hoisted onto administration. You can argue, but you can't deny that this is what 95%+ of the market does.

      No you gave an example of FreeNAS and have completely ignored things like SRE where design upfront including architecture, engineering, coffee design, IaC, etc are all roles for the engineer. Immutability is vital and SREs are embedded in specific teams and only supporting that application.

      Yes, but the difference is my example represents nearly the entire market. I didn't say that there weren't exceptions. But that's what they are.

      Outside of F500 maybe but outside of F500 you don't normally have systems engineers and systems admins.

    • scottalanmillerS

      Seeking MaaS 360 Experience

      Watching Ignoring Scheduled Pinned Locked Moved Job Postings mdm maas360
      3
      1 Votes
      3 Posts
      791 Views
      NDCN

      Also a bit hesitant to say I really know it but have experience. Mostly managing Android devices.

    • scottalanmillerS

      Mimosa Wireless Traffic Shaping

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion mimosa wifi c5c c5x
      1
      0 Votes
      1 Posts
      379 Views
      No one has replied
    • scottalanmillerS

      Access Changed Files on VSS Copy on Write Disk Image

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows ntfs vss windows server storage snapshot
      6
      0 Votes
      6 Posts
      971 Views
      black3dynamiteB

      @dbeato said in Access Changed Files on VSS Copy on Write Disk Image:

      @scottalanmiller said in Access Changed Files on VSS Copy on Write Disk Image:

      @black3dynamite said in Access Changed Files on VSS Copy on Write Disk Image:

      Mount the disk image on Windows Server instance, from the mounted disk drive, go to Properties and then Previous Versions?

      That's what I thought. But it just seemed too easy, lol.

      Lol, anything that appears with Microsoft as easy should work but emphasis on "should" ๐Ÿ™‚

      Emphasis with "assume" too. lol

    • scottalanmillerS

      Import a QCOW2 Into Proxmox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kvm proxmox qcow qcow2 storage
      24
      5 Votes
      24 Posts
      66k Views
      DashrenderD

      @jaredbusch said in Import a QCOW2 Into Proxmox:

      @dashrender said in Import a QCOW2 Into Proxmox:

      @scottalanmiller said in Import a QCOW2 Into Proxmox:

      @jaredbusch good point, Linux doesn't "detect non-local" like Windows does.

      ug.. what a pain that is!

      ummm wut?

      that windows detects SMB shares as remote.

    • scottalanmillerS

      Virt-Manager on Ubuntu 20.04 Getting Cannot Access Storage File Permission Denied

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion kvm ubuntu linux ubuntu 20.04 virt-manager
      3
      0 Votes
      3 Posts
      12k Views
      scottalanmillerS

      To do that....

      Edit...

      sudo vi /etc/libvirt/qemu.conf

      And set...

      user = "root" group = "root"

      And then...

      sudo systemctl restart libvirtd
    • scottalanmillerS

      LXC / LXD Move Container to New Storage Pool

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lxc lxd linux containers
      1
      2 Votes
      1 Posts
      867 Views
      No one has replied
    • scottalanmillerS

      VitalPBX / Asterisk Limit Calls Then Go To Voicemail

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion voip telephony vitalpbx pbx asterisk
      10
      0 Votes
      10 Posts
      2k Views
      scottalanmillerS

      @JasGot said in VitalPBX / Asterisk Limit Calls Then Go To Voicemail:

      @scottalanmiller said in VitalPBX / Asterisk Limit Calls Then Go To Voicemail:

      We can't limit in Skyetel, or the calls won't make it to the voicemail.

      My first thought would be to route calls (when their are 4 current calls) to a specific DiD that goes right to VM.

      Are you working with Skyetel with custom programming or are you limited to their web portal options?

      Not sure what we'd have them do to fix the issue.

    • scottalanmillerS

      Take Flight with Scott Alan Miller: Grand Tour of Europe 2

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion
      36
      3 Votes
      36 Posts
      3k Views
      scottalanmillerS

      Youtube Video

      Episode 6, Fourth and Final one on Crete.... Day Drinking on the Beach with the girls, traditional Cretan Folk Dancing at the Cretan Corner in Aptera, messing with a green huntsman spider in our rental home, and a long drive down the hill to show you where we had been living for almost two weeks.

      This episode was filmed on 22 June 2019, all in the village of Aptera.

    • scottalanmillerS

      Microsoft Licensing Verification Program: Is this a SAM Audit?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion microsoft
      12
      0 Votes
      12 Posts
      2k Views
      scottalanmillerS

      @Dashrender said in Microsoft Licensing Verification Program: Is this a SAM Audit?:

      @scottalanmiller said in Microsoft Licensing Verification Program: Is this a SAM Audit?:

      Just got a customer with this Microsoft Licensing Verification Program / MLVP audit request. It sure looks like a SAM Audit. It comes from one of those "not really Microsoft" v- email addresses that are third party scammers traditionally paying MS for an email address. They never say that the audit is a SAM or voluntary, but the terms that they use and the email address don't match anything legit and look just like the scams that MS has been in on for years.

      Anyone seen this new terminology yet? Is this the new name now that MS customers have caught on to the SAM scam and now need a new name so that it isn't so obvious?

      Interesting - I don't recall seeing the word voluntary on any SAM letter I ever got.

      I used to see them, but looks like it's not required in the form.

    • scottalanmillerS

      Ubuntu 20.04 Desktop Lag

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux ubuntu ubuntu 20.04
      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.

    • scottalanmillerS

      Installing OpenLiteSpeed on CentOS 8 LOMP Server

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lomp litespeed openlitespeed centos centos 8 linux
      2
      0 Votes
      2 Posts
      581 Views
      scottalanmillerS

      If you install using the above method, it never tells you the random password assigned to your management interface. But no fear, there is a tool that sets that for you and is super, duper easy.

      cd /usr/local/lsws/admin/misc sh admpass.sh

      It is interactive. And voila.

    • scottalanmillerS

      Anyone Know a Good GUI for HAProxy?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion haproxy
      28
      0 Votes
      28 Posts
      21k Views
      stacksofplatesS

      @thejb said in Anyone Know a Good GUI for HAProxy?:

      @scottalanmiller

      $1200 does seem crazy, but it is an ADC not just a GUI for HAProxy.

      Some features include an Accelerator built upon nginx, WAF for security, GSLB and high availability.

      For more information on the features - https://www.snapt.net/platforms/aria-adc/features

      Is there a reason that you don't natively support deployments to things like k8s? It seems crazy this day and age to not have first class support for that seeing as almost everything will be there. Esp in the enterprise space where this has to be marketed for.

    • scottalanmillerS

      Dovecot error:140760FC

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dovecot email tls ssl pop3 starttls
      4
      0 Votes
      4 Posts
      1k Views
      wrx7mW

      Date/Time issue?

    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 173
    • 174
    • 11 / 174