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

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      6 Views
    • FATeknollogeeF

      HCI (Scale, Starwind etc): vm layout

      Watching Ignoring Scheduled Pinned Locked Moved hci
      11
      1 Votes
      11 Posts
      717 Views
      PhlipElderP

      @FATeknollogee said in HCI (Scale, Starwind etc): vm layout:

      @PhlipElder said in HCI (Scale, Starwind etc): vm layout:

      I'm not sure what "Hyper-V partition" means.

      I meant to say the host o/s partition.

      I kinda gathered that is what it meant. Thanks for clarifying.

    • PhlipElderP

      PowerShell: Function to test for pending reboot reason

      Watching Ignoring Scheduled Pinned Locked Moved
      2
      2 Votes
      2 Posts
      343 Views
      ObsolesceO

      This reminded me of a tweet I seennot so long ago:
      https://twitter.com/MarkWilkinsonNZ/status/1155931194925522944?s=19

      It leads to here: https://adamtheautomator.com/pending-reboot-registry-windows/

    • DashrenderD

      Windows Offline files won't sync

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      0 Votes
      4 Posts
      346 Views
      PhlipElderP

      @JaredBusch said in Windows Offline files won't sync:

      I don't even bother to try anymore.

      Make a copy outside of sync location. delete form sync location and hidden sync location make sure folder in solid sync put file back

      Yup. Don't mess with it.

      Drop a copy of the files in question into a \Temp folder then delete from the local and redirected folder, sync, and finally put it back into the local folder. Then sync again.

    • dbeatoD

      Bookstack Backup to S3

      Watching Ignoring Scheduled Pinned Locked Moved bookstack mariadb mysqldump mysql script amazon s3
      10
      6 Votes
      10 Posts
      2k Views
      dbeatoD

      @scottalanmiller said in Bookstack Backup to S3:

      @wrx7m said in Bookstack Backup to S3:

      @dbeato said in Bookstack Backup to S3:

      @wrx7m said in Bookstack Backup to S3:

      @dbeato Are you running bookstack in AWS?

      Not at the moment. I am just backing up to S3.

      Look at Wasabi for S3 compatible object storage. Significantly cheaper.

      Yup, can't think of any reason to use S3 unless you are hosted on AWS and aren't using it for backup but for production storage. And even then, not the majority of the time. S3 is too expensive and doesn't really offer anything except locality that is of any specific value. B2 and Wasabi beat it a lot.

      Sorry, I posted this as S3 but I should change it to Wasabi. It is the same Idea for both.

    • larsen161L

      Cisco Fabric Extenders

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      397 Views
      Reid CooperR

      As an "extender", you'd definitely need a parent of some sort.

    • 1

      Where can I learn more about SSL certs?

      Watching Ignoring Scheduled Pinned Locked Moved ssl certificates certificate authority
      12
      2 Votes
      12 Posts
      1k Views
      1

      @black3dynamite said in Where can I learn more about SSL certs?:

      This is 5-part article about setting up your CA is pretty good.
      https://devcentral.f5.com/s/articles/building-an-openssl-certificate-authority-introduction-and-design-considerations-for-elliptical-curves-27720

      Blog posts on Altaro.
      https://www.altaro.com/hyper-v/public-key-infrastructure/
      https://www.altaro.com/hyper-v/wsl-offline-root-certificate-authority-windows-pki/
      https://www.altaro.com/hyper-v/windows-ssl-certificate-templates/
      https://www.altaro.com/hyper-v/request-ssl-windows-certificate-server/
      https://www.altaro.com/hyper-v/view-revoke-manually-approve-certificates/

      Thanks! I've started to read the info.

    • WLS-ITGuyW

      SFTP fails after 7GB

      Watching Ignoring Scheduled Pinned Locked Moved sftp cyberduck debian 9
      10
      1 Votes
      10 Posts
      1k Views
      WLS-ITGuyW

      @scottalanmiller said in SFTP fails after 7GB:

      @WLS-ITGuy said in SFTP fails after 7GB:

      @scottalanmiller I figured it out.. I formatted the drives wrong and made separate partitions for /Var, /home, etc

      Ah yeah, almost always best to avoid that. So I assume that whatever filesystem you were using was full?

      You are correct sir!

    • DustinB3403D

      One of the configured repositories failed (Unknown)

      Watching Ignoring Scheduled Pinned Locked Moved Solved 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.

    • larsen161L

      My Dell R720xd just shipped! :)

      Watching Ignoring Scheduled Pinned Locked Moved
      8
      5 Votes
      8 Posts
      555 Views
      DustinB3403D

      Paging @xByteSean

    • B

      Disposal of old Nortel/Avaya telecom equipment ...

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      255 Views
      jt1001001J

      My company used to re-sell used Nortel but we no longer. Let me see if I can find who we use to sell old gear to

    • E

      Mikrotik x Ubiquiti

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      -3 Votes
      1 Posts
      187 Views
      No one has replied
    • DustinB3403D

      MySQL MariaDB password reset without knowing the password

      Watching Ignoring Scheduled Pinned Locked Moved centos mysql mariadb
      29
      0 Votes
      29 Posts
      3k 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.)

    • gjacobseG

      Spec'ing a new computer from Dell or?

      Watching Ignoring Scheduled Pinned Locked Moved
      146
      0 Votes
      146 Posts
      25k Views
      DashrenderD

      @krisleslie said in Spec'ing a new computer from Dell or?:

      Sadly - sometimes it's due to the fact that they are trying for SUPER thin and SUPER light.. so making things modular costs both thickness and weight.

      Hell no it's not because of the "lightweight" and "thin size". That is cost-driven to make you purchase the same model that adds one frigging slot. If you look at the PCB, it's got the solder points there already! I hate to say it, this is the same effect and the same thing as what Apple does in certain scenarios.

      I did mention reduced SKUs also - which is basically what you're talking about.

    • DustinB3403D

      Remove Preferred Wireless Network on OSX

      Watching Ignoring Scheduled Pinned Locked Moved osx administration apple
      1
      4 Votes
      1 Posts
      464 Views
      No one has replied
    • scottalanmillerS

      oVirt and Cockpit: Please provide valid oVirt engine fully qualified domain name (FQDN)

      Watching Ignoring Scheduled Pinned Locked Moved Solved cockpit kvm ovirt fedora linux
      5
      0 Votes
      5 Posts
      3k Views
      D

      it relies on DNS (or hosts files) to resolve itself and generate SSL certs, this has to work before you install the engine. If it did work, and you still get this error, this is a bug

    • CCWTechC

      Convert .ost to .pst

      Watching Ignoring Scheduled Pinned Locked Moved ost pst outlook 2016
      13
      1 Votes
      13 Posts
      2k Views
      JaredBuschJ

      @scottalanmiller said in Convert .ost to .pst:

      The honeypot strikes again.

      And again...

    • IRJI

      How to increase EBS volume size on AWS

      Watching Ignoring Scheduled Pinned Locked Moved aws aws ec2
      3
      1 Votes
      3 Posts
      735 Views
      IRJI

      @Alex-Jones said in How to increase EBS volume size on AWS:

      Thanks!

      My pleasure! That can come in handy when dealing with the Clintons or reptilian aliens.

    • wrx7mW

      Any Way to Automate Adding a New Computer to an AD Group?

      Watching Ignoring Scheduled Pinned Locked Moved windows 10 windows server ad active directory gpo mdt powershell ps pdq deploy ou task sequence
      32
      0 Votes
      32 Posts
      10k Views
      F

      @marcinozga said in Any Way to Automate Adding a New Computer to an AD Group?:

      @flaxking said in Any Way to Automate Adding a New Computer to an AD Group?:

      @marcinozga said in Any Way to Automate Adding a New Computer to an AD Group?:

      Ansible can do that. https://docs.ansible.com/ansible/latest/modules/win_domain_group_membership_module.html#win-domain-group-membership-module
      You can add new PCs to domain, and change their group membership, you just need to know computer names in advance.

      Which is just a layer on top of Powershell. The Active Directory Powershell module is still required.

      It's not required, or that module is included already in Windows 10 by default. Because I haven't had to install it on any machine I managed with Ansible.

      "win_domain_group_membership requires the ActiveDirectory PS module to be installed"
      https://github.com/ansible/ansible/blob/devel/lib/ansible/modules/windows/win_domain_group_membership.ps1

      They have it in the documentation as well "This must be run on a host that has the ActiveDirectory powershell module installed."
      https://docs.ansible.com/ansible/latest/modules/win_domain_group_module.html

    • siringoS

      OpenVPN client behind auth proxy

      Watching Ignoring Scheduled Pinned Locked Moved openvpn vpn
      1
      0 Votes
      1 Posts
      496 Views
      No one has replied
    • 1
    • 2
    • 124
    • 125
    • 126
    • 127
    • 128
    • 698
    • 699
    • 126 / 699