User contributions
Jump to navigation
Jump to search
- 05:49, 27 January 2021 diff hist +94 Mysql replication current
- 05:33, 27 January 2021 diff hist +67 N Mysql replication Created page with "https://github.com/wagnerjfr/mysql-group-replication-docker-compose"
- 03:18, 27 January 2021 diff hist +39 N Powerdns Docker Created page with "https://github.com/pschiffe/docker-pdns"
- 01:28, 26 January 2021 diff hist +124 Get-adcomputer current
- 01:26, 26 January 2021 diff hist +276 N Get-adcomputer Created page with "Used for searching objects in Active Directory # Getting computer attributes ``` Get-ADComputer -Filter 'Name -like "myhost-name*"' -SearchBase "DC=example,DC=com" -Server dc..."
- 16:06, 25 January 2021 diff hist +58 N LUA NGINX Links Created page with "https://tarunlalwani.com/post/request-capturing-nginx-lua/" current
- 02:13, 25 January 2021 diff hist +250 N Postgres Proxy Created page with "https://github.com/CrunchyData/crunchy-proxy https://www.envoyproxy.io/docs/envoy/latest/configuration/listeners/network_filters/postgres_proxy_filter#:~:text=The%20Postgres%2..." current
- 19:37, 23 January 2021 diff hist +4,394 N NGINX + LUA Compile Created page with "Shameless rip from here. Will clean this up later. - https://tarunlalwani.com/post/building-nginx-with-lua/ Building Nginx from source with LuaJIT Nginx is a great webserver...." current
- 19:15, 22 January 2021 diff hist +123 N Active Directory Created page with "Powershell Join Domain ``` add-computer –domainname example.com -Credential example.com\myusername -restart –force ```" current
- 19:14, 22 January 2021 diff hist +100 N Windows Active Directory Created page with "``` add-computer –domainname example.com -Credential example.com\myusername -restart –force ```" current
- 19:36, 20 January 2021 diff hist +229 Tshark
- 02:19, 20 January 2021 diff hist +78 N PostgreSQL Getting Started Created page with "https://www3.ntu.edu.sg/home/ehchua/programming/sql/PostgreSQL_GetStarted.html" current
- 17:35, 18 January 2021 diff hist +60 N Postgres Upgrade Created page with "https://www.kostolansky.sk/posts/upgrading-to-postgresql-12/" current
- 17:11, 18 January 2021 diff hist +29 Pgadmin4 current
- 17:09, 18 January 2021 diff hist +47 Pgadmin4
- 16:38, 18 January 2021 diff hist +65 N Pgadmin4 Created page with "https://www.tecmint.com/install-postgresql-and-pgadmin-in-ubuntu/"
- 03:37, 18 January 2021 diff hist +17 LuaSQL current
- 03:35, 18 January 2021 diff hist 0 LuaSQL
- 03:32, 18 January 2021 diff hist +28 LuaSQL
- 03:31, 18 January 2021 diff hist +1,200 LuaSQL
- 03:28, 18 January 2021 diff hist +94 N LuaSQL Created page with "Use this for connecting to databases in lua https://keplerproject.github.io/luasql/index.html"
- 20:15, 17 January 2021 diff hist +115 N PostgresSQL Authentication Created page with "https://info.crunchydata.com/blog/how-to-upgrade-postgresql-passwords-to-scram password_encryption = scram-sha-256" current
- 19:50, 17 January 2021 diff hist +72 Unode Scratchpad current
- 16:52, 17 January 2021 diff hist +74 Wireguard current
- 07:12, 17 January 2021 diff hist +107 N Openssh Created page with "# Hardening - https://www.digitalocean.com/community/tutorials/how-to-harden-openssh-client-on-ubuntu-18-04"
- 04:14, 17 January 2021 diff hist +77 N NGINX Postgres Created page with "https://hostadvice.com/how-to/how-to-install-postgresql-on-nginx-web-servers/" current
- 02:10, 17 January 2021 diff hist +4,363 N Psql Created page with "``` 1) Connect to PostgreSQL database The following command connects to a database under a specific user. After pressing Enter PostgreSQL will ask for the password of the user..."
- 01:54, 17 January 2021 diff hist +4 Postgres Access Control
- 01:12, 17 January 2021 diff hist +99 Pgbouncer
- 01:07, 17 January 2021 diff hist +87 Pgbouncer
- 01:04, 17 January 2021 diff hist +192 Pgbouncer
- 00:54, 17 January 2021 diff hist +48 Pgbouncer
- 00:54, 17 January 2021 diff hist 0 Pgbouncer
- 00:53, 17 January 2021 diff hist +206 Pgbouncer
- 00:41, 17 January 2021 diff hist +483 N Pgbouncer Created page with "# Install ``` apt install pgbouncer ``` ``` create role someuser; create role someadmin; ALTER ROLE someadmin WITH PASSWORD 'test'; ALTER ROLE someuser WITH PASSWORD 'test';..."
- 00:27, 17 January 2021 diff hist +51 Postgres Access Control
- 00:26, 17 January 2021 diff hist +429 Postgres Access Control
- 23:44, 16 January 2021 diff hist +1,102 Postgres Access Control
- 23:21, 16 January 2021 diff hist +58 Postgres Access Control
- 14:46, 16 January 2021 diff hist +102 N Postgres Access Control Created page with "https://www.enterprisedb.com/postgres-tutorials/how-implement-column-and-row-level-security-postgresql"
- 19:53, 15 January 2021 diff hist +77 NTP
- 04:32, 15 January 2021 diff hist +80 Wine current
- 19:28, 14 January 2021 diff hist +65 Tshark
- 23:26, 13 January 2021 diff hist +104 Invoke-Command
- 22:30, 13 January 2021 diff hist +141 N Stop-process Created page with "``` Stop-Process -f -processname slack sudo salt -t 120 -C 'G@os:Windows' cmd.run '(Stop-Process -f -processname slack)' shell=powershell ```" current
- 21:48, 13 January 2021 diff hist +85 Salt run.cmd current
- 21:47, 13 January 2021 diff hist +213 N Salt run.cmd Created page with "``` sudo salt -C 'G@os:Windows and myhost*' cmd.run '(stop-service -name sumo-collector)' shell=powershell sudo salt -C 'G@os:Windows and myhost*' cmd.run '(get-service -name..."
- 20:24, 13 January 2021 diff hist +90 N Windows Disks Created page with "Resize-Partition -DriveLetter C -Size $(Get-PartitionSupportedSize -DriveLetter C).SizeMax"
- 00:35, 12 January 2021 diff hist +120 Tshark
- 00:03, 12 January 2021 diff hist +277 Tshark