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)
  • 11:43, 30 March 2025 Shahed talk contribs created page K8s/Nginx/Ingress (Created page with "==Namespace » Academia== <syntaxhighlight lang="bash"> kubectl get ns|grep academia kubectl delete namespace academia kubectl create namespace academia </syntaxhighlight> ==Namespace » Academia » Ingress » Academia== <syntaxhighlight lang="yaml"> cat <<'YML'| kubectl apply -n academia -f - --- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: academia namespace: academia labels: app.kubernetes.io/version: 1.0.0 app.kubernetes.io/name:...")
  • 10:03, 30 March 2025 Shahed talk contribs moved page K8s/Academia/Ingress to K8s/HAProxy/Ingress (Proper Naming)
  • 09:37, 27 March 2025 Shahed talk contribs created page K8s/Academia/Ingress (Created page with "==References== {| |valign='top'| * [https://stackoverflow.com/questions/67708284/ K8s » Ingress » Connect to external service] * [https://kubernetes.github.io/ingress-nginx/user-guide/exposing-tcp-udp-services/ K8s » Ingress » Exposing TCP/UDP services] * [https://kubernetes.github.io/ingress-nginx/user-guide/fcgi-services/ K8s » Ingress » Exposing FastCGI Servers] * [https://stackoverflow.com/questions/59844622/ K8s » Ingress » Different namespaces] * [https://k...")
  • 12:46, 17 March 2025 Shahed talk contribs created page Jar (Created page with " jar --version ==Compress== <syntaxhighlight lang="bash"> cd /etc/nginx jar -cvf chorke-nginx_academia-production-D20240628-T2023-ZP0800.jar sites-enabled </syntaxhighlight> ==Decompress== <syntaxhighlight lang="bash"> jar -tvf chorke-nginx_academia-production-D20240628-T2023-ZP0800.jar jar -xvf chorke-nginx_academia-production-D20240628-T2023-ZP0800.jar jar -xvf chorke-nginx_academia-production-D20240628-T2023-ZP0800.jar chorke-nginx-academia-production </syntaxhighli...")
  • 13:23, 7 March 2025 Shahed talk contribs created page Cloud/Hetzner/AB (Created page with "==WAN== {|class="wikitable" |- !scope="col" colspan="4" | Hetzner Instances |- !scope="col" style='width:180px'| Name !scope="col" style='width:140px'| Network !scope="col" style='width:240px'| Subnets !scope="col" style='width:90px' | Forward |- | Hetzner » AA || <code>10.20.41.1/32</code> || <code>10.20.41.1 … 1/32 = 01</code> ||style='text-align:center'| ✅ |- | '''Hetzner » AB''' || <code>10.20.41.2/32</code> || <code>10.20.41.2 … 2/32 = 01</cod...")
  • 12:39, 5 March 2025 Shahed talk contribs created page HAProxy/Frontend (Created page with "==HAProxy » Reconfig== <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash if [ -x "$(command -v curl)" ];then export HAPROXY_ETC_BASE=/etc/haproxy bash <(curl -s 'https://cdn.chorke.org/exec/cli/bash/install/haproxy/1.0.0-ubuntu-24.04.sh.txt') curl -fsSL https://cdn.chorke.org/exec/cli/bash/install/haproxy/1.0.0-ubuntu-24.04.sh.txt|tee ${HAPROXY_ETC_BASE}/proxy-scripts/reconfig >/dev/null chmod u+x ${HAPROXY_ETC_BASE}/proxy-scripts/reconfig else printf 'curl \0...")
  • 12:26, 5 March 2025 Shahed talk contribs created page HAProxy/Reconfig (Created page with "==HAProxy » Reconfig== <syntaxhighlight lang="bash"> #!/bin/bash : ' @vendor Chorke Academia, Inc. @web https://cdn.chorke.org/docs/academia @version 1.0.00 @since 1.0.00 ' :<<DIY cat <<'EXE'| sudo bash if [ -x "$(command -v curl)" ];then export HAPROXY_ETC_BASE=/etc/haproxy bash <(curl -s 'https://cdn.chorke.org/exec/cli/bash/install/haproxy/1.0.0-ubuntu-24.04.sh.txt') curl -fsSL https://cdn.chorke.org/exec/cli/bash/install/haproxy/1.0.0-ubuntu-24.0...")
  • 05:32, 2 March 2025 Shahed talk contribs created page Cloud/Shahed/VA (Created page with "==Virtual » Hosts== {|class="wikitable" |- !scope="col" colspan="4" | Virtual Instances |- !scope="col" style='width:180px'| Name !scope="col" style='width:140px'| Network !scope="col" style='width:240px'| Subnets !scope="col" style='width:90px' | Forward |- | '''Virtual » Hosts''' || <code>10.20.40.200/29</code> || <code>10.20.40.200 … 207/32 = 08</code> ||style='text-align:center'| ✅ |- | Virtual » Hosts || <code>10.20.40.208/29</code> || <code>10...")
  • 22:37, 23 February 2025 Shahed talk contribs created page Cloud/Shahed/AA (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt [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=/usr/sbin/ip link add warp0 ty...")
  • 10: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...")
  • 09: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...")
  • 18: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...")
  • 11: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" | ---...")
  • 03: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...")
  • 00:37, 5 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...")
  • 22: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" |...")
  • 23: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...")
  • 18: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+...")
  • 04: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...")
  • 01: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...")
  • 21: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...")
  • 03: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...")
  • 02:01, 16 December 2024 Shahed talk contribs moved page Helm/Opensearch to Helm/OpenSearch without leaving a redirect (Misspelled title)
  • 01: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...")
  • 05: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...")
  • 11: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...")
  • 10: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...")
  • 09: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...")
  • 03: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...")
  • 08: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...")
  • 06: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" | |}")
  • 11: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] |...")
  • 19: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...")
  • 23: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...")
  • 01: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...")
  • 18: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...")
  • 07: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...")
  • 19: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 *...")
  • 10: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 *...")
  • 01: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"| |}")
  • 10: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=...")
  • 20: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...")
  • 07: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...")
  • 07: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...")
  • 22: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...")
  • 03: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...")
  • 02: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"...")
  • 01:41, 28 August 2024 Shahed talk contribs deleted page Swiss Knife (content was: "#REDIRECT K8s/Swiss Knife", and the only contributor was "Shahed" (talk))
  • 01:40, 28 August 2024 Shahed talk contribs moved page Swiss Knife to K8s/Swiss Knife over redirect
  • 01:40, 28 August 2024 Shahed talk contribs deleted redirect K8s/Swiss Knife by overwriting (Deleted to make way for move from "Swiss Knife")
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)