All public logs

Jump to navigation Jump to search

Combined display of all available logs of Chorke Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 09:24, 21 February 2025 Shahed talk contribs created page Cloud/Shahed/AL (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh [email protected] cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==APT Update== <syntaxhighlight lang="bash"> cat << EXE | sudo bash apt-get update;echo mkdir -p /etc/apt/keyrings apt list -a --upgradable;apt-get upgrade -y;echo apt-get install -y qemu-user-static ls -lah /usr/bin/qemu-* apt-get clean cache EXE </syntaxhighlight> ==Clo...")
  • 08:40, 21 February 2025 Shahed talk contribs created page Cloud/Shahed/AF (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -p4321 [email protected] cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==Cloudflare » VIRT== <syntaxhighlight lang="ini"> cat << INI | sudo tee /etc/systemd/system/warp0.service >/dev/null [Unit] Description=Cloudflared WARP Routing Virtual Interface After=network.target [Service] Type=oneshot ExecStart=/sbin/ip link add warp0 type du...")
  • 17:12, 12 February 2025 Shahed talk contribs created page Cloud/Hetzner/AA (Created page with "==SSH Access== <syntaxhighlight lang="bash"> ssh -i ~/.ssh/cid.chorke.org_ed25519 [email protected] </syntaxhighlight> ==Add Users== <syntaxhighlight lang="bash"> ssh -i ~/.ssh/cid.chorke.org_ed25519 [email protected] adduser chorke adduser shahed passwd chorke passwd shahed passwd </syntaxhighlight> ==References== {| |valign="top"| * Cloudflare » WARP Connector * Cloudflare » Argo Tunnel * C...")
  • 10:04, 9 February 2025 Shahed talk contribs created page Cloudflare/WARP Host (Created page with "==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> warp-cli disconnect warp-cli connect warp-cli status </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> telnet 10.20.40.1 5432 telnet 10.20.40.1 3306 telnet 10.20.40.1 22 </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> nmap 10.20.40.1 --reason -Pn -p22,3306,5432 nmap 10.20.40.1 --reason -Pn --top 20 tail -n100 -f /var/log/kern.log </syntaxhighlight> |- | colspan="3" | ---...")
  • 02:09, 8 January 2025 Shahed talk contribs created page OpenLDAP/BackSQL (Created page with "==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> lxc image list images:ubuntu/noble/desktop lxc launch --vm images:ffa5fc9dfb84 openldap lxc launch --vm images:ubuntu/noble/desktop openldap </syntaxhighlight> | colspan="2" | <syntaxhighlight lang="bash"> lxc list status=running name=openldap --format=json |jq -r '.[].state.network.[].addresses' lxc list status=running name=openldap --format=yaml |yq -r '.[].state.network.[].addresses' lxc info openldap...")
  • 23:37, 4 January 2025 Shahed talk contribs created page Benchmarks (Created page with "{|class='wikitable' style='text-align:right' |- !scope='col' colspan='2' style='text-align:left' | Machine » Benchmarks » [ mm:ss:SSS ] !rowspan="19"| !scope='col' colspan='3' style='width:330px'| time openssl dhparam -out ~/dh2048.pem 2048 !rowspan="19"| !scope='col' colspan='3' style='width:330px'| time openssl dhparam -out ~/dh4096.pem 4096 |- !scope='col' style='width:440px'| Specifications !scope='col' style='width:110px'| Arch !scope='col' style='width:110px'| Re...")
  • 21:06, 20 December 2024 Shahed talk contribs created page IPTables (Created page with "==References== {| | valign="top" | * [https://www.howtogeek.com/177621/the-beginners-guide-to-iptables-the-linux-firewall/ IPTables » The Beginners Guide] * [https://www.cyberciti.biz/faq/how-to-list-all-iptables-rules-in-linux/ IPTables » Rules Listing] * [https://www.redhat.com/en/blog/iptables IPTables » RedHat] * [https://help.ubuntu.com/community/IptablesHowTo?action=show IPTables » How To] * [https://wiki.archlinux.org/title/Iptables IPTables] | valign="top" |...")
  • 22:48, 18 December 2024 Shahed talk contribs created page Minikube MetalLB (Created page with "==Playground== {| |valign="top"| <syntaxhighlight lang="bash"> docker network prune -f docker volume prune -f docker system prune -f docker image ls </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'EXE' | bash for d in system network volume do docker ${d} prune -f;done EXE </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'EXE' | ssh [email protected] for d in system network volume do docker ${d} prune -f;done EXE </syntax...")
  • 17:33, 18 December 2024 Shahed talk contribs created page Private Enterprise Number (Created page with "==References== {| |valign="top"| * [https://www.iana.org/requests/pfi6-atc-0y6/ IANA » PEN » Chorke, Org » Request] * [https://www.iana.org/requests/pfho-zca-0q4/ IANA » PEN » Shahed, Inc » Request] * [https://www.iana.org/requests/pfzm-gui-gno/ IANA » PEN » Chorke, Inc » Request] * [https://www.iana.org/assignments/enterprise-numbers/?q=Chorke+Inc IANA » PEN » Chorke, Org » <code>61820</code>] * [https://www.iana.org/assignments/enterprise-numbers/?q=Shahed+...")
  • 03:42, 18 December 2024 Shahed talk contribs created page Helm/Kafka (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/kafka --version=31.0.0|less helm show values bitn...")
  • 00:08, 18 December 2024 Shahed talk contribs created page Helm/RabbitMQ (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/rabbitmq --version=15.2.0|less helm show values b...")
  • 20:33, 17 December 2024 Shahed talk contribs created page Google Workspace (Created page with "== References== {| |valign="top"| * [https://workspace.google.com/intl/en_my/lp/business/ Google Workspace » Business] * [https://workspace.google.com/pricing.html Google Workspace » Pricing] * [https://admin.google.com/ Google Workspace » Admin] * [https://workspace.google.com/ Google Workspace] |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * Linux Containers * PostgreSQL * OpenLDAP * OpenVPN * HAProxy * MySQL * He...")
  • 02:41, 16 December 2024 Shahed talk contribs created page Helm/Elasticsearch (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/elasticsearch --version=21.4.0|less helm show val...")
  • 01:01, 16 December 2024 Shahed talk contribs moved page Helm/Opensearch to Helm/OpenSearch without leaving a redirect (Misspelled title)
  • 00:56, 16 December 2024 Shahed talk contribs created page Helm/Opensearch (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values opensearch/opensearch --version=1.4.0|less helm show value...")
  • 04:07, 12 December 2024 Shahed talk contribs created page Linux User Creation (Created page with "==Users » System== ===Users » System » With Home === ---- <syntaxhighlight lang="bash"> cat << EXE | sudo bash CHORKE_SYS_USERS='academia agronomy assembla aviation commando crafting' for SSH_USER in \${CHORKE_SYS_USERS};do if ! id -g \${SSH_USER} &>/dev/null;then addgroup --quiet --system \${SSH_USER};fi if ! id -u \${SSH_USER} &>/dev/null;then adduser --quiet --system --home /home/\${SSH_USER} --shell /bin/bash \${SSH_USER} mkdir /home/\${SSH_USER}/.ssh...")
  • 10:31, 11 December 2024 Shahed talk contribs created page Helm/Solr (Created page with " helm repo add apache-solr https://solr.apache.org/charts helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> kubectl get ns|gr...")
  • 09:06, 9 December 2024 Shahed talk contribs created page Cloudflare/WARP Connector (Created page with "==WARP Client== {| | valign="top" | | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | | valign="top" | | valign="top" | |} ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> cat /usr/local/etc/cloudflared/config.yml ls -lah ~/.cloudflare-warp ls -lah ~/cloudflare-warp </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> sudo cloudflared service uninstall systemctl status cloudflared journalctl -xeu cloudf...")
  • 08:56, 9 December 2024 Shahed talk contribs created page Cloudflare/Argo Tunnel (Created page with "==Argo Tunnel== {| | valign="top" | <syntaxhighlight lang="bash"> sudo su cd /root/.cloudflared/ cloudflared tunnel login mv cert.pem ./certs/chorke-com.pem </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> sudo su cd /root/.cloudflared/ cloudflared tunnel login mv cert.pem ./certs/chorke-org.pem </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> sudo su cd /root/.cloudflared/ cloudflared tunnel login mv cert.pem ./certs/shahed-biz.pem...")
  • 02:08, 2 December 2024 Shahed talk contribs created page PostgreSQL/PgLoader (Created page with "==Playground== {| |valign='top'| |valign='top'| |valign='top'| |- |colspan='3'| ---- |- |valign='top'| |valign='top'| |valign='top'| |} == References== {| |valign="top"| * [https://www.digitalocean.com/community/tutorials/how-to-migrate-mysql-database-to-postgres-using-pgloader PostgreSQL » PgLoader » Migrate From MySQL] * PostgreSQL » PgBouncer * [https://github.com/dimitri/pgloader PostgreSQL » PgLoader] * Helm/PostgreSQL|PostgreSQ...")
  • 07:22, 28 November 2024 Shahed talk contribs created page RbEnv (Created page with "<syntaxhighlight lang="bash"> cat << EXE | sudo bash apt-get update;echo apt list -a --upgradable apt-get install -y build-essential libssl-dev libffi-dev libgmp3-dev libpq-dev EXE curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash </syntaxhighlight> ==Playground== {| | valign="top" | <syntaxhighlight lang="bash"> type rbenv rbenv versions </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> rbenv install -l rbenv inst...")
  • 05:32, 28 November 2024 Shahed talk contribs created page Zsh (Created page with "==References== {| | valign="top" | * [https://phoenixnap.com/kb/install-zsh-ubuntu Zsh » Ubuntu] * [https://www.zsh.org/ Zsh] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * AwesomeWM * Neovim * PyEnv * TMux * 7Zip * Zip * Tar | valign="top" | | valign="top" | |}")
  • 10:24, 25 November 2024 Shahed talk contribs created page Go (Created page with "<syntaxhighlight lang="bash"> cat << EXE | sudo bash apt-get update;echo apt list -a --upgradable apt-get install -y golang-go EXE </syntaxhighlight> == References== {| |valign="top"| * [https://medium.com/hprog99/getting-started-with-go-installation-setup-and-your-first-hello-world-program-fbfe940afae7 Go » Getting Started] * [https://github.com/fission/examples/tree/master/go Go » K8s » Fission] * [https://go.dev/doc/install Go » Install] * [https://go.dev/ Go] |...")
  • 18:22, 24 November 2024 Shahed talk contribs created page Helm/Keda (Created page with " helm repo add kedacore https://kedacore.github.io/charts helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> kubectl get ns|grep keda kubectl delete ns keda </syntaxhighlight> |vali...")
  • 22:50, 20 November 2024 Shahed talk contribs created page Helm/Fission (Created page with "==References== {| | valign="top" | * Helm » Prometheus Stack * Helm » Cert Manager * [https://fission.io/docs/installation Helm » Fission] * Helm | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * [https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ K8s » Configure Service Accounts for Pods] * [https://spacelift.io/blog/restart-kubernetes-pods-with-kube...")
  • 00:49, 17 November 2024 Shahed talk contribs created page Helm/PgAdmin4 (Created page with " helm repo add runix https://helm.runix.net helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values runix/pgadmin4 --version=1.30.0|less helm show values runix/pgadmin4 --v...")
  • 17:23, 11 November 2024 Shahed talk contribs created page Helm/PhpMyAdmin (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/phpmyadmin --version=17.0.0|less helm show values...")
  • 06:47, 10 November 2024 Shahed talk contribs created page Port (Created page with "==References== {| | valign="top" | * [https://docs.oracle.com/cd/B28196_01/install.1014/b32106/ports.htm Port » Oracle] | valign="top" | | valign="top" | |- | colspan="3" | ---- |- | valign="top" | * Linux Containers * OpenVPN * Multipass * Minikube * Podman * Vagrant * Docker * Qemu * MAAS * Juju | valign="top" | * Kubernetes * PostgreSQL * Cloudflare * Proxmox * MySQL * Helm * CIDR * UFW * K...")
  • 18:17, 8 November 2024 Shahed talk contribs created page VisionFive2 (Created page with "== References== {| |valign="top"| * [https://www.jeffgeerling.com/blog/2023/risc-v-business-testing-starfives-visionfive-2-sbc VisionFive » Testing StarFive's VisionFive 2 SBC] * [https://forum.rvspace.org/t/what-kind-of-ssd-can-be-used/886 VisionFive » SSD Can Be Used] * [https://www.starfivetech.com/en/site/boards VisionFive] |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * Google Cloud CLI * PostgreSQL * OpenLDAP * OpenVPN *...")
  • 09:05, 26 October 2024 Shahed talk contribs created page Dropwizard (Created page with "== References== {| |valign="top"| * [https://www.dropwizard.io/en/stable/ Dropwizard » Stable] * [https://www.dropwizard.io Dropwizard] |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * Java Remote Debug * Java Mail API * MicroProfile * Apache POI * MapStruct * Micronaut * Camunda * Quarkus * GraalVM * OAuth | valign="top" | * Spring Security * Java Key Store * Java/Security * Apache/CXF *...")
  • 00:33, 26 October 2024 Shahed talk contribs created page Cloudflare (Created page with "== References== {| |valign="top"| * [https://developers.cloudflare.com/dns/dnssec/ Cloudflare » DNS » DNSSEC] * [https://www.cloudflare.com/ Cloudflare] |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * K8s/Ingress * PostgreSQL * OpenLDAP * HAProxy * MySQL * Helm * CIDR * UFW * AWS * K8s |valign="top"| * Cloud Computing Cost * Google Cloud CLI * AWS CLI |valign="top"| |}")
  • 09:54, 20 September 2024 Shahed talk contribs created page Cloud Computing Cost (Created page with "{|class='wikitable' style='text-align:right;font-weight:bold' |- !scope='col' colspan='9'| BLOCK STORAGE » USD |- !scope='col' rowspan='2'| SPECIFICATIONS !scope='col' colspan='3'| Upfront / Month !scope='col' colspan='3'| On Demand / Month |- !scope='col'| AWS !scope='col'| GCP !scope='col'| Azure !scope='col'| AWS !scope='col'| GCP !scope='col'| Azure |- ! scope="row"| Xxxx |style='color:#000000;width:100px'| 100.00 ||style='color:#78B159;width:100px'| 100.00 ||style=...")
  • 19:08, 18 September 2024 Shahed talk contribs created page PostgreSQL/PgBouncer (Created page with "== References== {| |valign="top"| * [https://sip-projects.com/en/blog/pgbouncer-ubuntu PostgreSQL » PgBouncer » Ubuntu] * [https://www.pgbouncer.org/config.html PostgreSQL » PgBouncer » Config] * [https://www.scaleway.com/en/docs/tutorials/install-pgbouncer/ PostgreSQL » PgBouncer » Install] * [https://www.pgbouncer.org/ PostgreSQL » PgBouncer] * PostgreSQL » Helm * PostgreSQL |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |vali...")
  • 06:36, 11 September 2024 Shahed talk contribs created page Helm/MariaDB (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/mariadb --version=19.0.0|less helm show values bit...")
  • 06:57, 9 September 2024 Shahed talk contribs created page Helm/Nexus HA (Created page with " helm repo add sonatype https://sonatype.github.io/helm3-charts helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign='top'| <syntaxhighlight lang="sql"> kubectl -n postgresql exec -it svc/postgresql -c postgresql -- bash ec...")
  • 21:26, 6 September 2024 Shahed talk contribs created page K8s/Service (Created page with "==External== <syntaxhighlight lang="bash"> kubectl config get-contexts kubectl get ns|grep external kubectl create namespace external </syntaxhighlight> ==Internal== {| |colspan='3'| <syntaxhighlight lang="bash"> kubectl config get-contexts kubectl get ns|grep internal kubectl create namespace internal </syntaxhighlight> |- |colspan='3'| ---- |- |valign='top'| <syntaxhighlight lang="yaml"> cat << YML|kubectl apply -n internal -f - --- apiVersion: v1 kind: Service metad...")
  • 02:29, 4 September 2024 Shahed talk contribs created page Minikube Tunnel (Created page with "<syntaxhighlight lang="bash"> sudo -i -u minikube minikube tunnel --cleanup minikube tunnel --cleanup=true minikube status -ojson|jq -r . </syntaxhighlight> ==Systemd File== '''Line number: 19 meaningless''', kept backed those lines for identical purpose <syntaxhighlight lang="ini" highlight="19" line> cat << INI | sudo tee /etc/systemd/system/minikube-tunnel.service >/dev/null [Unit] Description=Minikube Tunnel Documentation=https://minikube.sigs.k8s.io/docs/commands/t...")
  • 01:01, 2 September 2024 Shahed talk contribs created page Docker/Compose/GitLab (Created page with "==docker-compose.yml== <syntaxhighlight lang="yaml"> cat << YML | tee ${HOME}/Documents/gitlab-playground/docker-compose.yml >/dev/null name: gitlab services: gitlab: image: gitlab/gitlab-ce:15.1.3-ce.0 container_name: gitlab restart: always hostname: 'gitlab.host.k8s.local' extra_hosts: - "host.docker.internal:host-gateway" networks: portal: aliases: - gitlab.host.k8s.local labels: gitlab: "GitLab CE"...")
  • 00:41, 28 August 2024 Shahed talk contribs deleted page Swiss Knife (content was: "#REDIRECT K8s/Swiss Knife", and the only contributor was "Shahed" (talk))
  • 00:40, 28 August 2024 Shahed talk contribs moved page Swiss Knife to K8s/Swiss Knife over redirect
  • 00:40, 28 August 2024 Shahed talk contribs deleted redirect K8s/Swiss Knife by overwriting (Deleted to make way for move from "Swiss Knife")
  • 00:40, 28 August 2024 Shahed talk contribs moved page K8s/Swiss Knife to Swiss Knife over redirect (revert)
  • 00:40, 28 August 2024 Shahed talk contribs deleted redirect Swiss Knife by overwriting (Deleted to make way for move from "K8s/Swiss Knife")
  • 00:37, 28 August 2024 Shahed talk contribs moved page Swiss Knife to K8s/Swiss Knife
  • 00:36, 28 August 2024 Shahed talk contribs created page Swiss Knife (Created page with "{| |valign="top"| <syntaxhighlight lang="bash"> export KUBECONFIG="${HOME}/.kube/lke-dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gke-uat-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/eks-pro-kubeconfig.yaml" </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> export KUBECONFIG="${HOME}/.kube/config" kubectl config get-contexts kubectl cluster-info </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> kubectl get ns|grep swiss-knife k...")
  • 20:31, 26 August 2024 Shahed talk contribs created page K8s/Run (Created page with "==References== {| | valign="top" | * Helm » Prometheus Stack * Helm » Cert Manager * Helm » Prometheus * Helm » PostgreSQL * Helm » SonarQube * Helm » Grafana * Helm » Jenkins * Helm » GitLab * Helm » MinIO * Helm | valign="top" | * Helm » Camunda * Helm/Keycloak|Helm...")
  • 19:31, 24 August 2024 Shahed talk contribs created page Helm/Traefik (Created page with " helm repo add traefik https://traefik.github.io/charts helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> kubectl get ns|grep traefik kubectl delete ns traefik </syntaxhighlight> |...")
  • 22:33, 22 August 2024 Shahed talk contribs created page Helm/GitLab External (Created page with " helm repo add gitlab https://charts.gitlab.io helm repo update && helm repo list kubectl config get-contexts ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="sql"> kubectl delete namespace gitlab cat << DDL | psql -U ${USER} DROP DATABASE IF EXISTS gi...")
  • 02:12, 22 August 2024 Shahed talk contribs created page Helm/MinIO (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/minio --version=14.6.1|less helm show values bitnami/minio --version=14.7.1|les...")
  • 23:48, 16 August 2024 Shahed talk contribs created page Helm/Redis (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list ==Config== <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> ==Install== {| |valign="top"| <syntaxhighlight lang="bash"> helm show values bitnami/redis --version=19.6.4|less helm show values bitnami/redis --version=20.0.2|les...")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)