New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 21:06, 20 December 2024IPTables (hist | edit) ‎[5,736 bytes]Shahed (talk | contribs) (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 2024Minikube MetalLB (hist | edit) ‎[4,981 bytes]Shahed (talk | contribs) (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 2024Private Enterprise Number (hist | edit) ‎[1,445 bytes]Shahed (talk | contribs) (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 2024Helm/Kafka (hist | edit) ‎[11,275 bytes]Shahed (talk | contribs) (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 2024Helm/RabbitMQ (hist | edit) ‎[6,642 bytes]Shahed (talk | contribs) (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 2024Google Workspace (hist | edit) ‎[967 bytes]Shahed (talk | contribs) (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 2024Helm/Elasticsearch (hist | edit) ‎[6,873 bytes]Shahed (talk | contribs) (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...")
  • 00:56, 16 December 2024Helm/OpenSearch (hist | edit) ‎[6,813 bytes]Shahed (talk | contribs) (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...") originally created as "Helm/Opensearch"
  • 04:07, 12 December 2024Linux User Creation (hist | edit) ‎[6,914 bytes]Shahed (talk | contribs) (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 2024Helm/Solr (hist | edit) ‎[7,078 bytes]Shahed (talk | contribs) (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 2024Cloudflare/WARP Connector (hist | edit) ‎[5,948 bytes]Shahed (talk | contribs) (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 2024Cloudflare/Argo Tunnel (hist | edit) ‎[17,368 bytes]Shahed (talk | contribs) (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 2024PostgreSQL/PgLoader (hist | edit) ‎[3,826 bytes]Shahed (talk | contribs) (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 2024RbEnv (hist | edit) ‎[1,762 bytes]Shahed (talk | contribs) (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 2024Zsh (hist | edit) ‎[724 bytes]Shahed (talk | contribs) (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 2024Go (hist | edit) ‎[2,813 bytes]Shahed (talk | contribs) (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 2024Helm/Keda (hist | edit) ‎[4,248 bytes]Shahed (talk | contribs) (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 2024Helm/Fission (hist | edit) ‎[14,964 bytes]Shahed (talk | contribs) (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 2024Helm/PgAdmin4 (hist | edit) ‎[8,236 bytes]Shahed (talk | contribs) (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 2024Helm/PhpMyAdmin (hist | edit) ‎[10,238 bytes]Shahed (talk | contribs) (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 2024Port (hist | edit) ‎[4,420 bytes]Shahed (talk | contribs) (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 2024VisionFive2 (hist | edit) ‎[2,536 bytes]Shahed (talk | contribs) (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 2024Dropwizard (hist | edit) ‎[3,274 bytes]Shahed (talk | contribs) (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 2024Cloudflare (hist | edit) ‎[9,728 bytes]Shahed (talk | contribs) (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"| |}")