Threads for nikolay

    1. 3

      Ubuntu’s blog post says that the images are available on docker hub but I can find no actual evidence of such a thing.

      1. 10

        “This is the standard Ubuntu 18.04 LTS image on the Docker Hub.”

        https://hub.docker.com/r/library/ubuntu/tags/ There it is. 31MB of glory

        1. 2

          Ah, okay. I was expecting it to be tagged with -minimal or something. So are non-minimal images no longer being offered?

      2. 1

        They are not there. Another case of miscommunication between marketing and development departments…

    2. 1

      I saw the update and it’s good I didn’t re-enable the extension. In general, outside of unfriend tracking, I see very little utility in Social Fixer!

    3. 2

      I can’t get used to $E:PATH, sorry!

    4. 1

      I don’t understand why many programmers want to use the terminal. The whole PHP community now seems to be infested with this legacy way of interacting with programs. I find it really cumbersome to work with.

      Is a GUI really that bad for the tasks performed in a terminal? Why?

      1. 5

        You can easily automate a CLI-based interface.

      2. 2

        I don’t all the specifics, but wp-admin interfaces exposed to the internet have been an absolute shitshow in the past. If you restrict admin powers to an alternative interface, that limits how badly things can do. Gating admin access through ssh seems like a good reduction in attack surface. Assuming this isn’t a just CLI to a still exposed web API.

        1. 2

          It can work any mix of 3 ways AFAIK: run on the box with with the WP install (point it at a local file path), run via SSH (point it at a hostname/port/path combo) or run via HTTP (point it at a URL). So yeah, in addition to making it much easier to automate admin tasks you can lock off admin functions to be only accessible via SSH.

      3. 2

        I prefer a terminal interface for things that I need to do often. I find it much easier to achieve muscle memory with typing (moving my fingers over a physical space) than pointing and clicking (moving my virtual finger over a virtual space). With muscle memory I don’t need to think about how to do a task - I can just do it.

    5. 2

      release tag @nikolay. :)

      1. 2

        Thanks, @angersock! Still learning!