User contributions
Jump to navigation
Jump to search
- 16:48, 11 January 2021 diff hist +200 Invoke-Command
- 16:38, 11 January 2021 diff hist +216 N Invoke-Command Created page with "Running command or local script on remote host ``` Invoke-Command -ComputerName $host -ScriptBlock { Get-ChildItem C:\ } -credential $username Invoke-Command -ComputerName $h..."
- 04:28, 10 January 2021 diff hist +75 N Golang Snippets Created page with "``` xType := fmt.Sprintf("%T", a) fmt.Println(xType) // "[]int" ```" current
- 04:27, 10 January 2021 diff hist +193 N Golang Pointers Created page with "``` Because Golang string is a read-only slices of bytes. However, a pointer to a string (*string) can be nil: var s *string s = nil readonly := "readonly" s = &readonly der..." current
- 01:00, 10 January 2021 diff hist +35 N Golang Rosetta Created page with "https://mholt.github.io/curl-to-go/" current
- 23:41, 9 January 2021 diff hist +76 Golang Postgres
- 23:39, 9 January 2021 diff hist +192 N Golang Postgres Created page with "- https://www.calhoun.io/inserting-records-into-a-postgresql-database-with-gos-database-sql-package/ - https://www.calhoun.io/connecting-to-a-postgresql-database-with-gos-data..."
- 22:09, 9 January 2021 diff hist +84 N Unode Scratchpad Created page with "``` gosandbox unode-agent1 unode-server psql -h unode-server -U agent1 -d unode ```"
- 22:00, 9 January 2021 diff hist +303 N PostgresSQL Encryption Created page with "https://www.enterprisedb.com/blog/how-to-secure-postgresql-security-hardening-best-practices-checklist-tips-encryption-authentication-vulnerabilities?utm_source=google&utm_med..." current
- 21:13, 9 January 2021 diff hist +693 N F5 Big IP Created page with "``` #!/usr/bin/env bash set -e username=youruser userpass=yourpass host=api.f5.example.com api_auth_test() { r=$(curl -sk https://$host/mgmt/shared/authn/login -X POST -H "..." current
- 21:10, 9 January 2021 diff hist +162 Curl
- 00:09, 7 January 2021 diff hist +195 Sshd
- 00:06, 7 January 2021 diff hist +837 N Sshd Created page with "# Secure with specific ciphers ``` ~]$ sudo sshd -T | grep ^macs macs umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,umac-128@openssh.co..."
- 16:40, 6 January 2021 diff hist +136 N Ansible Created page with "# Presentations - https://www.cisco.com/c/dam/m/sr_rs/events/2019/cisco-connect/pdf/using_ansible_in_dc_automation_radenko_citakovic.pdf"
- 21:33, 5 January 2021 diff hist +318 N Firewall-cmd Created page with "Firewalld is not well done but ``` firewall-cmd --zone=public --add-port=22/tcp --permanent firewall-cmd --zone=public --remove-port=22/tcp --permanent firewall-cmd --add-ric..." current
- 20:35, 4 January 2021 diff hist +178 Journalctl current
- 00:21, 1 January 2021 diff hist -13 Information Security current
- 00:20, 1 January 2021 diff hist -2 Information Security
- 00:20, 1 January 2021 diff hist +12 Information Security
- 00:19, 1 January 2021 diff hist +507 N Information Security Created page with "- https://www.sans.org/ - https://www.isc2.org/# -https://en.wikipedia.org/wiki/Certified_Information_Systems_Security_Professional https://www.reddit.com/r/cissp/comments/92..."
- 22:38, 29 December 2020 diff hist +41 N Golang Created page with "https://github.com/a8m/golang-cheat-sheet" current
- 03:24, 23 December 2020 diff hist +40 N Sed Created page with "https://opensource.com/article/20/12/sed"
- 05:07, 22 December 2020 diff hist +100 Postgres Row-level Security current
- 04:48, 22 December 2020 diff hist +20 Unode current
- 04:13, 22 December 2020 diff hist +28,332 Postgres Row-level Security
- 04:11, 22 December 2020 diff hist +108 Postgres Row-level Security
- 04:10, 22 December 2020 diff hist +76 N Postgres Row-level Security Created page with "https://www.2ndquadrant.com/en/blog/application-users-vs-row-level-security/"
- 04:05, 22 December 2020 diff hist +221 Unode
- 03:55, 22 December 2020 diff hist +74 Unode
- 03:52, 22 December 2020 diff hist +69 Unode
- 03:49, 22 December 2020 diff hist +25 Unode
- 03:48, 22 December 2020 diff hist +302 Unode
- 03:39, 22 December 2020 diff hist +72 N Unode Created page with "CREATE ROLE agent1 WITH LOGIN PASSWORD 'agent1' VALID UNTIL '2205-01-01'"
- 03:28, 22 December 2020 diff hist +89 N Ssh-agent Created page with "ssh-agent bash -c 'ssh-add /somewhere/yourkey; git clone git@github.com:user/project.git'"
- 00:53, 21 December 2020 diff hist -75 PowerDNS LUA Install current
- 00:08, 21 December 2020 diff hist +4,402 N PowerDNS LUA Install Created page with "``` #!/usr/bin/env bash set -ex systemctl stop systemd-resolved touch /etc/dnsmasq.hosts systemctl disable systemd-resolved systemctl mask systemd-resolved rm /etc/resolv.con..."
- 15:27, 20 December 2020 diff hist +81 N Postgres Active-Active Created page with "https://info.crunchydata.com/blog/active-active-postgres-federation-on-kubernetes" current
- 05:13, 18 December 2020 diff hist +42 N Windows Domain Controller Created page with "WINDOWS LOGIN - No logon servers available" current
- 19:41, 17 December 2020 diff hist +84 N Email Created page with "https://wiki.zimbra.com/wiki/Best_Practices_on_Email_Protection:_SPF,_DKIM_and_DMARC" current
- 19:41, 16 December 2020 diff hist +69 Windows DHCP
- 20:43, 15 December 2020 diff hist +772 N DNS Options Created page with "# CoreDNS - https://github.com/coredns/coredns (Part of Kubernetes) - https://tech.uvoo.io/index.php/CoreDNS # ISC BIND - https://www.isc.org/bind/ - https://github.com/jere..." current
- 00:15, 9 December 2020 diff hist +11 Ubuntu Active Directory
- 00:12, 9 December 2020 diff hist +20 Ubuntu Active Directory
- 21:39, 8 December 2020 diff hist +531 N Golang ssh Created page with "https://stackoverflow.com/questions/37679939/how-do-i-execute-a-command-on-a-remote-machine-in-a-golang-cli ``` package main import ( "bytes" "log" "os/exec" )..." current
- 01:00, 8 December 2020 diff hist +19 Active Directory CentOS
- 00:49, 8 December 2020 diff hist +472 Active Directory CentOS
- 17:05, 5 December 2020 diff hist +81 N Active Directory CentOS Created page with "https://computingforgeeks.com/join-centos-rhel-system-to-active-directory-domain/"
- 23:32, 3 December 2020 diff hist +132 Ubuntu Active Directory
- 21:56, 3 December 2020 diff hist +540 Windows DHCP
- 21:21, 3 December 2020 diff hist +57 N Windows DHCP Created page with "# Dynamic DNS https://access.redhat.com/solutions/3905181"