User contributions
Jump to navigation
Jump to search
- 16:45, 30 September 2021 diff hist +20 Python Play
- 16:44, 30 September 2021 diff hist +19 Python Play
- 16:43, 30 September 2021 diff hist -4 Python Play
- 16:42, 30 September 2021 diff hist +117 Python Play
- 15:51, 30 September 2021 diff hist -83 Python Play
- 15:51, 30 September 2021 diff hist +507 N Python Play Created page with "# 1 ``` [d['value'] for d in l] ``` # 2 ``` list1 = ["a", "b" ,"c"] # a bunch of things dictionary1 = {"a":1, "b":2, "c":3} # like a list but each part of it has an associat..."
- 16:07, 28 September 2021 diff hist +40 AWS current
- 13:47, 28 September 2021 diff hist +106 Github Actions Quirks current
- 23:48, 27 September 2021 diff hist +98 Github Actions Quirks
- 23:45, 27 September 2021 diff hist +118 N Github Actions Quirks Created page with "https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast"
- 12:42, 27 September 2021 diff hist +95 N Kubernetes Pipelines Best Practices Created page with "https://cloud.google.com/architecture/best-practices-continuous-integration-delivery-kubernetes" current
- 22:28, 26 September 2021 diff hist +176 Ldapsearch
- 20:06, 23 September 2021 diff hist +561 N Install MSSQL ODBC Driver on Ubuntu Created page with "``` #!/usr/bin/env bash set -ex . /etc/os-release curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add - curl https://packages.microsoft.com/config/$ID/$VERSI..." current
- 21:27, 21 September 2021 diff hist +865 N Windows High CPU Trace via Process Created page with "# Get reason for high cpu Run with admin privileges ## Get top processes ``` PS C:\> Get-Counter -ErrorAction SilentlyContinue '\Process(*)\% Processor Time' | Select-Objec..." current
- 17:27, 21 September 2021 diff hist +62 N Terraform fmt Created page with "terraform fmt -check -recursive -diff terraform fmt -recursive" current
- 22:10, 19 September 2021 diff hist +105 PostgreSQL Row-Level Security current
- 06:33, 19 September 2021 diff hist +79 PostgreSQL Row-Level Security
- 05:36, 19 September 2021 diff hist +104 PostgreSQL Row-Level Security
- 04:34, 19 September 2021 diff hist +88 Golang Postgres current
- 04:29, 19 September 2021 diff hist +55 Golang Postgres
- 04:26, 19 September 2021 diff hist +80 Golang Postgres
- 23:59, 16 September 2021 diff hist +50 N Zabbix LDAP Created page with "https://github.com/zabbix-tooling/zabbix-ldap-sync" current
- 14:31, 15 September 2021 diff hist +241 N Azure Fileshares Created page with "Ubuntu ``` sharename=<mynamespace> sudo apt install cifs-utils sudo mount -t cifs //$sharename.file.core.windows.net/smbtest /mnt/smbtest -o vers=3.0,credentials=/etc/smbcred..." current
- 11:49, 15 September 2021 diff hist +675 N Envsubst Created page with "Use bash to replace variables in host https://serverfault.com/questions/287688/templating-with-linux-in-a-shell-script ``` Example template file apache.tmpl: <VirtualHost *..." current
- 04:28, 14 September 2021 diff hist +89 N Kubernetes Deploy Methods Created page with "https://www.reddit.com/r/devops/comments/b9fkmi/terraforms_kubernetes_provider_how_is_it/" current
- 02:18, 11 September 2021 diff hist +32 N Zabbix Agent Install Created page with "https://github.com/Twikki/Zabbix"
- 04:09, 10 September 2021 diff hist +106 Chocolatey Repo Proxy Using Sonatype Nexus3 current
- 03:54, 10 September 2021 diff hist +65 Chocolatey Repo Proxy Using Sonatype Nexus3
- 21:26, 9 September 2021 diff hist +518 Pfx openssll current
- 19:57, 9 September 2021 diff hist +32 Pfx openssll
- 19:56, 9 September 2021 diff hist +130 N Pfx openssll Created page with "openssl pkcs12 -in path.p12 -out newfile.crt.pem -clcerts -nokeys openssl pkcs12 -in path.p12 -out newfile.key.pem -nocerts -nodes"
- 19:18, 9 September 2021 diff hist -1 Chocolatey Repo Proxy Using Sonatype Nexus3
- 19:17, 9 September 2021 diff hist +19 Chocolatey Repo Proxy Using Sonatype Nexus3
- 04:35, 9 September 2021 diff hist +73 Kubernetes NFS current
- 04:21, 9 September 2021 diff hist +55 N Kubectl rollout Created page with "kubectl rollout restart deployment my-server -n dev-app" current
- 00:38, 9 September 2021 diff hist +122 Kubernetes Smb current
- 00:37, 9 September 2021 diff hist +82 N Kubernetes Smb Created page with "https://serverfault.com/questions/1024219/cannot-mount-cifs-storage-on-k8s-cluster"
- 00:31, 8 September 2021 diff hist +99 Kubernetes NFS
- 00:29, 8 September 2021 diff hist +50 Kubernetes NFS
- 00:26, 8 September 2021 diff hist +38 Kubernetes NFS
- 00:23, 8 September 2021 diff hist +69 Kubernetes NFS
- 00:19, 8 September 2021 diff hist +75 Kubernetes NFS
- 21:27, 6 September 2021 diff hist +161 Chocolatey Repo Proxy Using Sonatype Nexus3
- 20:52, 6 September 2021 diff hist +347 Chocolatey Repo Proxy Using Sonatype Nexus3
- 20:33, 6 September 2021 diff hist +179 N Chocolatey Repo Proxy Using Sonatype Nexus3 Created page with "https://www.youtube.com/watch?v=UehkG1VHtz0\ https://help.sonatype.com/repomanager3/formats/nuget-repositories/nuget-proxy-repositories https://hub.docker.com/r/sonatype/nex..."
- 04:03, 3 September 2021 diff hist +126 Grafana Kubernetes current
- 19:39, 2 September 2021 diff hist +66 Grafana Kubernetes
- 18:48, 2 September 2021 diff hist +66 N Generate Random Password Created page with "``` < /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo; ```"
- 18:47, 2 September 2021 diff hist +69 N Grafana Kubernetes Created page with "https://grafana.com/docs/grafana/latest/administration/configuration/"
- 01:39, 1 September 2021 diff hist +275 N Github API Created page with "``` #!/usr/bin/env bash set -e shopt -s expand_aliases alias curl="curl --user \"$GITREPO_USERr:$GITREPO_PASS\"" getSecrets(){ curl \ -H "Accept: application/vnd.gith..." current