Main 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).
- 02:36, 17 June 2025 Shahed talk contribs created page Cloud/Shahed/AE (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt shahed@shahed-ae.local bash cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==WOL== <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y wakeonlan;echo EXE </syntaxhighlight> ==WOL » MAC » Find== <syntaxhighlight lang="bash"> WOL_HOST='shahed-an.local' ping -q -c5...")
- 02:27, 17 June 2025 Shahed talk contribs created page Cloud/Shahed/AD (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt shahed@shahed-ad.local bash cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==WOL== <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y wakeonlan;echo EXE </syntaxhighlight> ==WOL » MAC » Find== <syntaxhighlight lang="bash"> WOL_HOST='shahed-an.local' ping -q -c5...")
- 07:44, 16 June 2025 Shahed talk contribs created page Cloud/Shahed/AC (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt shahed@shahed_ac.local bash cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==WOL== <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y wakeonlan;echo EXE </syntaxhighlight> ==WOL » MAC » Find== <syntaxhighlight lang="bash"> WOL_HOST='shahed-an.local' ping -q -c5...")
- 07:02, 16 June 2025 Shahed talk contribs created page Cloud/Shahed/AB (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt shahed@shahed_ab.local bash cat <<'EXE' | sudo bash free -th && echo && systemd-analyze && echo df -h && echo && lsblk && echo swapon --show EXE </syntaxhighlight> ==WOL== <syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y wakeonlan;echo EXE </syntaxhighlight> ==WOL » MAC » Find== <syntaxhighlight lang="bash"> WOL_HOST='shahed-an.local' ping -q -c5...")
- 01:08, 14 June 2025 Shahed talk contribs created page Cloud/Cost/Chorke (Created page with "==Cloud Cost== {|class='wikitable' style='text-align:right' |- !scope="col" colspan="9" | Hetzner |- !scope="col" style='width:100px'| Name !scope="col" style='width:200px'| FQDNS !scope="col" style='width:110px'| IPv4 !scope="col" style='width:80px' | Instance !scope="col" style='width:90px' | Snapshot !scope="col" style='width:90px' | Storage !scope="col" style='width:90px' | Real IP !scope="col" style='width:90px' | Total !scope="col" style='width:90px' | Status |- |s...")
- 02:47, 13 June 2025 Shahed talk contribs created page Helm/PostgreSQL/PV (Created page with " helm repo add bitnami https://charts.bitnami.com/bitnami helm repo update && helm repo list kubectl config get-contexts ==Config== {| |valign="top"| <syntaxhighlight lang="properties"> export KUBECONFIG="${HOME}/.kube/aws-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/dev-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/gcp-kubeconfig.yaml" export KUBECONFIG="${HOME}/.kube/config" </syntaxhighlight> |valign="top"| <syntaxhighlight lang="bash"> cat <<'EXE'| sudo...")
- 01:48, 13 June 2025 Shahed talk contribs created page Helm/MariaDB/PV (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"> kubectl get ns|grep mariadb kubectl delete ns mariadb kubectl get ns|gre...")
- 08:13, 11 June 2025 Shahed talk contribs created page K8s/Storage (Created page with "==References== {| |valign='top'| * K8s » CSI Hostpath Driver * K8s » Swiss Knife * K8s » Ingress * K8s » Service * K8s » Run |valign='top'| |valign='top'| |- |colspan='3'| ---- |- |valign='top'| * Helm » GitLab » External * Helm » PostgreSQL * Helm » MariaDB * Helm » GitLab * Helm/Redis|He...")
- 10:28, 4 June 2025 Shahed talk contribs moved page Monitor to LXC/Monitor without leaving a redirect
- 10:20, 4 June 2025 Shahed talk contribs created page Monitor (Created page with "==Playground== {| <syntaxhighlight lang="bash"> </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> </syntaxhighlight> |- | colspan="3" | ---- |- | valign="top" | <syntaxhighlight lang="bash"> </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> </syntaxhighlight> | valign="top" | <syntaxhighlight lang="bash"> </syntaxhighlight> |} ==References== {| |valign='top'| * [https:...")
- 06:33, 3 June 2025 Shahed talk contribs created page Security/Container/Trivy (Created page with "<syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash wget -cq https://github.com/aquasecurity/trivy/releases/download/v0.63.0/trivy_0.63.0_Linux-64bit.tar.gz -P ${HOME}/Downloads tar -xzf ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz -C ${HOME}/Downloads rm -rf ${HOME}/Downloads/trivy_0.63.0_Linux-64bit.tar.gz mv ${HOME}/Downloads/trivy /usr/local/bin/ EXE </syntaxhighlight> ==Snyk » Scan== <syntaxhighlight lang="bash"> trivy image haproxy:2.8-alpine trivy...")
- 05:30, 3 June 2025 Shahed talk contribs created page Security/Container/Snyk (Created page with "<syntaxhighlight lang="bash"> cat <<'EXE'| sudo bash curl -fsSL https://static.snyk.io/cli/latest/snyk-linux -o /usr/local/bin/snyk chmod +x /usr/local/bin/snyk EXE </syntaxhighlight> ==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> snk --help </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> </syntaxhighlight> |- |colspan='3'| ---- |- |valign='top'| <syntaxhighlight lang="bas...")
- 15:31, 29 May 2025 Shahed talk contribs created page Security/Domain (Created page with "==References== {| |valign='top'| * Security » HTTP » Basic Authentication * Security » OpenLDAP » BackSQL * Security » Java » Key Store * Security » Java » Mail API * Security » Certificate * Security » Password * Security » ZA Proxy * Security » Spring * Security » HTTP *...")
- 09:18, 29 May 2025 Shahed talk contribs created page Security/Certificate/TLS (Created page with "==Disable » TLSv1 » TLSv1.1== ==Enable » TLSv1.2 » TLSv1.3== ===Enable » TLSv1.2 » TLSv1.3 » Nginx=== ===Enable » TLSv1.2 » TLSv1.3 » Apache=== ===Enable » TLSv1.2 » TLSv1.3 » HAProxy=== <syntaxhighlight lang="bash"> cd /etc/letsencrypt/live/;for d in *;do if [ -d "${d}" ];then cat ${d}/{fullchain,privkey}.pem|tee ${d}.pem >/dev/null;fi;done SSL_CRT_LIST="$(cd /etc/letsencrypt/live/;for d in *;do if [ -d "${d}" ];then printf "crt ${PWD}/${d}.pem ";fi;done)"...")
- 02:45, 26 May 2025 Shahed talk contribs created page Security/Certificate (Created page with "==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> nmap vpn.shahed.biz --reason -Pn --top 20 nmap vpn.shahed.biz --reason -Pn -p25,465,587,993 </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> sudo tail -n100 -f /var/log/auth.log sudo tail -n100 -f /var/log/kern.log </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> sudo cat /etc/shadow|grep nobody last </syntaxhighlight> |- |colspan='3'| ---- |- |valign='top'| <syntaxhighlight l...")
- 02:12, 26 May 2025 Shahed talk contribs created page Security/Password (Created page with "cat <<'EXE'| sudo bash apt-get update;echo apt list -a --upgradable;echo apt-get install -y makepasswd;echo;apt-get clean EXE ==Playground== {| |valign='top'| <syntaxhighlight lang="bash"> nmap vpn.shahed.biz --reason -Pn --top 20 nmap vpn.shahed.biz --reason -Pn -p25,465,587,993 </syntaxhighlight> |valign='top'| <syntaxhighlight lang="bash"> sudo tail -n100 -f /var/log/auth.log sudo tail -n100 -f /var/log/kern.log </syntaxhighlight> |valign='top'| <syntaxhighlight la...")
- 02:40, 23 May 2025 Shahed talk contribs created page LXC/Logrotate (Created page with "==LXC » Logrotate » Alpine== <syntaxhighlight lang="bash"> lxc image ls images:alpine/3.21 lxc launch images:alpine/3.21 logrotate lxc delete logrotate/alpine:3.21 2>/dev/null lxc snapshot logrotate alpine:3.21 lxc restore logrotate alpine:3.21 lxc info logrotate </syntaxhighlight> ==LXC » Logrotate » Ubuntu== <syntaxhighlight lang="bash"> lxc image ls ubuntu:24.04 lxc launch ubuntu:24.04 logrotate lxc delete logrotate/ubuntu:24.04 2>/dev/null lxc sna...")
- 08:45, 14 May 2025 Shahed talk contribs moved page LXC/Alpine/Apach/PHP to LXC/Alpine/Apache/PHP without leaving a redirect
- 08:28, 14 May 2025 Shahed talk contribs created page LXC/Alpine/Apach/PHP (Created page with "==LXC » Alpine== <syntaxhighlight lang="bash"> lxc image ls images:alpine/3.21 lxc launch images:alpine/3.21 apache lxc delete apache/alpine:3.21 2>/dev/null lxc snapshot apache alpine:3.21 lxc restore apache alpine:3.21 lxc info apache </syntaxhighlight> ==LXC » Alpine » Apache== <syntaxhighlight lang="bash"> lxc restore apache alpine:3.21 lxc delete apache/apache:2.4.62 2>/dev/null cat <<'EXE'| lxc exec apache -- sh apk update apk upgrade apk add apac...")
- 05:06, 14 May 2025 Shahed talk contribs created page LXC/Alpine/Nginx/PHP (Created page with "==LXC » Alpine== <syntaxhighlight lang="bash"> lxc image ls images:alpine/3.21 lxc launch images:alpine/3.21 nginx lxc delete nginx/alpine:3.21 2>/dev/null lxc snapshot nginx alpine:3.21 lxc restore nginx alpine:3.21 lxc info nginx </syntaxhighlight> ==LXC » Alpine » Nginx== <syntaxhighlight lang="bash"> lxc restore nginx alpine:3.21 lxc delete nginx/nginx:1.26.3 2>/dev/null cat <<'EXE'| lxc exec nginx -- sh apk update apk upgrade apk add nginx cat <<'...")
- 13:32, 7 May 2025 Shahed talk contribs created page Docker/Compose/SFTP (Created page with "==Linux » UFW » Allow » 20022== <syntaxhighlight lang="bash"> sudo ufw allow 20022/tcp sudo ufw status numbered </syntaxhighlight> ==Docker » Compose » Volume== <syntaxhighlight lang="bash"> mkdir -p /opt/shahed/chorke/academia/var/playground/sftp ln -s /opt/shahed/chorke/academia/var/playground/sftp \ ${HOME}/Documents/sftp-playground cd ${HOME}/Documents/sftp-playground/ mkdir -p ./data/{etc/ssh/sshd_config.d,home/{academia,agronomy}/upload} ls...")
- 14:20, 27 April 2025 Shahed talk contribs created page K8s/Apache/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:...")
- 04:39, 10 April 2025 Shahed talk contribs created page Cloud/Shahed/AN (Created page with "==References== {| |valign="top"| * Cloud » Hetzner » AA * Cloud » Hetzner » AB * Cloud » Shahed » AA * Cloud » Shahed » AF * Cloud » Shahed » AL * Cloud » Shahed » VA |valign="top"| |valign="top"| |- |colspan="3"| ---- |- |valign="top"| * [https://dash.cloudflare.com/profile/api-tokens Cloudflare » Profile » API Tokens] * Cloudflare...")
- 16: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:...")
- 15:03, 30 March 2025 Shahed talk contribs moved page K8s/Academia/Ingress to K8s/HAProxy/Ingress (Proper Naming)
- 14: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...")
- 17: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...")
- 18: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...")
- 17: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...")
- 17: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...")
- 10: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...")
- 03:37, 24 February 2025 Shahed talk contribs created page Cloud/Shahed/AA (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -qt shahed@shahed-aa.local 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...")
- 15:24, 21 February 2025 Shahed talk contribs created page Cloud/Shahed/AL (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh pi@shahed-al.local 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...")
- 14:40, 21 February 2025 Shahed talk contribs created page Cloud/Shahed/AF (Created page with "==SSH== <syntaxhighlight lang="bash"> ssh -p4321 pi@shahed-af.local 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...")
- 23: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 root@hetzner-aa.public.ip </syntaxhighlight> ==Add Users== <syntaxhighlight lang="bash"> ssh -i ~/.ssh/cid.chorke.org_ed25519 root@hetzner-aa.public.ip adduser chorke adduser shahed passwd chorke passwd shahed passwd </syntaxhighlight> ==References== {| |valign="top"| * Cloudflare » WARP Connector * Cloudflare » Argo Tunnel * C...")
- 16: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" | ---...")
- 08: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...")
- 05: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...")
- 03:06, 21 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" |...")
- 04:48, 19 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 deploy@ci.chorke.org for d in system network volume do docker ${d} prune -f;done EXE </syntax...")
- 23: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+...")
- 09: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...")
- 06: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...")
- 02:33, 18 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...")
- 08: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...")
- 07:01, 16 December 2024 Shahed talk contribs moved page Helm/Opensearch to Helm/OpenSearch without leaving a redirect (Misspelled title)
- 06: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...")
- 10: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...")
- 16: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...")
- 15: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...")