New pages
Jump to navigation
Jump to search
- 09:24, 21 February 2025 Cloud/Shahed/AL (hist | edit) [10,937 bytes] Shahed (talk | contribs) (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 Cloud/Shahed/AF (hist | edit) [3,552 bytes] Shahed (talk | contribs) (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 Cloud/Hetzner/AA (hist | edit) [16,271 bytes] Shahed (talk | contribs) (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 Cloudflare/WARP Host (hist | edit) [12,139 bytes] Shahed (talk | contribs) (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 OpenLDAP/BackSQL (hist | edit) [13,743 bytes] Shahed (talk | contribs) (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 Benchmarks (hist | edit) [12,440 bytes] Shahed (talk | contribs) (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 IPTables (hist | edit) [8,519 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 2024 Minikube MetalLB (hist | edit) [5,012 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 2024 Private 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 2024 Helm/Kafka (hist | edit) [12,416 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 2024 Helm/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 2024 Google 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 2024 Helm/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 2024 Helm/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 2024 Linux User Creation (hist | edit) [7,889 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 2024 Helm/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 2024 Cloudflare/WARP Connector (hist | edit) [9,857 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 2024 Cloudflare/Argo Tunnel (hist | edit) [18,105 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 2024 PostgreSQL/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 2024 RbEnv (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 2024 Zsh (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 2024 Go (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 2024 Helm/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...")