RESEARCH

Questions : grep package : Ubuntu

File is changelogs.ubuntu.com/changelogs/pool/main/g/grep/grep_3.7-1build1/changelog $ docker run –rm -it -v `pwd`:/host ubuntu:latest bashroot@c45afb5dffac:/# cat /etc/os-releasePRETTY_NAME=”Ubuntu 22.04.3 LTS”NAME=”Ubuntu”VERSION_ID=”22.04″VERSION=”22.04.3 LTS (Jammy Jellyfish)”VERSION_CODENAME=jammyID=ubuntuID_LIKE=debianHOME_URL=”www.ubuntu.com/“SUPPORT_URL=”https://help.ubuntu.com/“BUG_REPORT_URL=”https://bugs.launchpad.net/ubuntu/“PRIVACY_POLICY_URL=”https://www.ubuntu.com/legal/terms-and-policies/privacy-policy“UBUNTU_CODENAME=jammyroot@c45afb5dffac:/# time (for i in {1..10000}; do grep -q -m 1 -F…Read moreQuestions : grep package : Ubuntu

DATA MANAGEMENT RESEARCH

versioning – Regex for self hosted renovate bot to fetch linuxserver.io stable images

I’ve setup the renovate selfhosted bot. Since linuxserver.io has different schemas of creating docker tags, i’ll switched to regex. { “$schema”: “https://docs.renovatebot.com/renovate-schema.json”, “extends”: [ “config:base”, “docker:enableMajor” ], “packageRules”: [ {…Read moreversioning – Regex for self hosted renovate bot to fetch linuxserver.io stable images

RESEARCH

docker – Error from server (NotFound): pods “weave-net-k4zl7” not found – error comes when I do kubectl edit pod

vagrant@kmaster01:~$ kubectl get po -ANAMESPACE NAME READY STATUS RESTARTS AGEdefault nginx 0/1 Pending 0 13hdefault nginx-7854ff8877-75tz8 0/1 Pending 0 13hkube-system coredns-cb4cb8fc6-bpznf 1/1 Running 0 16hkube-system coredns-cb4cb8fc6-zf2ps 1/1 Running 0 16hkube-system…Read moredocker – Error from server (NotFound): pods “weave-net-k4zl7” not found – error comes when I do kubectl edit pod

RESEARCH

klakegg/docker-hugo 0.97.3 on GitHub

busybox, latest 0.97.3-busybox, 0.97.3 busybox-ci, ci 0.97.3-busybox-ci, 0.97.3-ci busybox-onbuild, onbuild 0.97.3-busybox-onbuild, 0.97.3-onbuild alpine 0.97.3-alpine alpine-ci 0.97.3-alpine-ci alpine-onbuild 0.97.3-alpine-onbuild asciidoctor 0.97.3-asciidoctor asciidoctor-ci 0.97.3-asciidoctor-ci asciidoctor-onbuild 0.97.3-asciidoctor-onbuild pandoc 0.97.3-pandoc pandoc-ci 0.97.3-pandoc-ci pandoc-onbuild 0.97.3-pandoc-onbuild…Read moreklakegg/docker-hugo 0.97.3 on GitHub

RESEARCH

klakegg/docker-hugo 0.82.0 on GitHub

busybox, latest 0.82.0-busybox, 0.82.0 busybox-ci, ci 0.82.0-busybox-ci, 0.82.0-ci busybox-onbuild, onbuild 0.82.0-busybox-onbuild, 0.82.0-onbuild alpine 0.82.0-alpine alpine-ci 0.82.0-alpine-ci alpine-onbuild 0.82.0-alpine-onbuild asciidoctor 0.82.0-asciidoctor asciidoctor-ci 0.82.0-asciidoctor-ci asciidoctor-onbuild 0.82.0-asciidoctor-onbuild pandoc 0.82.0-pandoc pandoc-ci 0.82.0-pandoc-ci pandoc-onbuild 0.82.0-pandoc-onbuild…Read moreklakegg/docker-hugo 0.82.0 on GitHub

RESEARCH

klakegg/docker-hugo 0.89.4 on GitHub

busybox, latest 0.89.4-busybox, 0.89.4 busybox-ci, ci 0.89.4-busybox-ci, 0.89.4-ci busybox-onbuild, onbuild 0.89.4-busybox-onbuild, 0.89.4-onbuild alpine 0.89.4-alpine alpine-ci 0.89.4-alpine-ci alpine-onbuild 0.89.4-alpine-onbuild asciidoctor 0.89.4-asciidoctor asciidoctor-ci 0.89.4-asciidoctor-ci asciidoctor-onbuild 0.89.4-asciidoctor-onbuild pandoc 0.89.4-pandoc pandoc-ci 0.89.4-pandoc-ci pandoc-onbuild 0.89.4-pandoc-onbuild…Read moreklakegg/docker-hugo 0.89.4 on GitHub

DATA MANAGEMENT ELASTIC & LUCENE RESEARCH

Elasticsearch and Kibana docker containers communication with SSL protocol

this is my docker-compose version: “3.0” services: elasticsearch: container_name: es-container image: elasticsearch:8.7.0 environment: – xpack.security.enabled=true – xpack.security.http.ssl.enabled=true – xpack.security.http.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.http.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key – xpack.security.http.ssl.certificateAuthorities=/usr/share/elasticsearch/config/certs/ca.crt – xpack.security.transport.ssl.enabled=true – xpack.security.transport.ssl.certificate=/usr/share/elasticsearch/config/certs/kibana.crt – xpack.security.transport.ssl.key=/usr/share/elasticsearch/config/certs/kibana.key -…Read moreElasticsearch and Kibana docker containers communication with SSL protocol

RESEARCH VIRTUALIZATION

kubernetes – how to resolve minikube start error : This computer doesn’t have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory

Those “VT-X/AMD-v” are instructions that need to be enabled, nowadays, running virtualization software such as VirtualBox. Short answer: as suggested by the error message, those instructions are unavailable. Either because…Read morekubernetes – how to resolve minikube start error : This computer doesn’t have VT-X/AMD-v enabled. Enabling it in the BIOS is mandatory