User contributions
Jump to navigation
Jump to search
- 06:13, 6 March 2021 diff hist +821 N Sftpgo Created page with "https://github.com/drakkan/sftpgo # Bash Examples up ``` for dir in /app/sftpgo/data /app/sftpgo/home /app/sftpgo/share; do mkdir -p $dir done docker run --name sftpgo..."
- 04:22, 6 March 2021 diff hist +47 PGP current
- 04:21, 6 March 2021 diff hist -30 PGP
- 04:18, 6 March 2021 diff hist +643 PGP
- 03:58, 6 March 2021 diff hist +77 PGP
- 03:46, 6 March 2021 diff hist +35 PGP
- 03:45, 6 March 2021 diff hist +223 PGP
- 03:45, 6 March 2021 diff hist +423 PGP
- 03:37, 6 March 2021 diff hist +84 PGP
- 21:18, 5 March 2021 diff hist +278 PGP
- 21:11, 5 March 2021 diff hist +43 PGP
- 21:10, 5 March 2021 diff hist +2 PGP
- 21:10, 5 March 2021 diff hist +129 PGP
- 20:59, 5 March 2021 diff hist +97 PGP
- 20:59, 5 March 2021 diff hist +141 PGP
- 20:52, 5 March 2021 diff hist +367 PGP
- 20:04, 5 March 2021 diff hist +4,603 N PGP Created page with " # Windows Install - https://docs.microsoft.com/en-us/system-center/orchestrator/standard-activities/pgp-encrypt-file?view=sc-orch-2019 - https://www.gnupg.org/ - DONATE Chea..."
- 19:49, 4 March 2021 diff hist +29 N Get-psdrive Created page with "# Get windows drive info size" current
- 19:49, 4 March 2021 diff hist +190 Powershell Oneliners
- 19:48, 4 March 2021 diff hist +211 N Powershell Oneliners Created page with " ### Get process owner ``` Get-WmiObject Win32_Process -Filter "name='sensu-agent.exe'" | Select Name, @{Name="UserName";Expression={$_.GetOwner().Domain+"\"+$_.GetOwner().Use..."
- 02:06, 3 March 2021 diff hist +77 Get-Eventog current
- 22:13, 2 March 2021 diff hist +91 Tshark
- 21:40, 2 March 2021 diff hist +63 Tshark
- 17:51, 1 March 2021 diff hist +64 N LXD on CentOS Created page with "https://www.cyberciti.biz/faq/set-up-use-lxd-on-centos-rhel-8-x/" current
- 19:19, 27 February 2021 diff hist +78 N Python Flask Docker-Compose Created page with "https://testdriven.io/blog/dockerizing-flask-with-postgres-gunicorn-and-nginx/" current
- 18:51, 26 February 2021 diff hist +124 N Windows SSH Server Created page with "https://techcommunity.microsoft.com/t5/itops-talk-blog/installing-and-configuring-openssh-on-windows-server-2019/ba-p/309540" current
- 16:45, 26 February 2021 diff hist +24 LVM
- 16:44, 26 February 2021 diff hist +314 LVM
- 14:02, 23 February 2021 diff hist +119 Bash current
- 01:13, 22 February 2021 diff hist +2,730 Resume 2021 current
- 00:23, 22 February 2021 diff hist -182 Resume 2021
- 00:10, 22 February 2021 diff hist +7 Resume 2021
- 00:10, 22 February 2021 diff hist +23,688 N Resume 2021 Created page with "My Wiki: https://tech.uvoo.io/ (Dumping ground for things I’m working on.) Open Sourced Project: https://gitlab.com/pyrofex/numifex look under cicd for my work Git: https://..."
- 23:40, 21 February 2021 diff hist +6,910 N Golang Cheatsheet Created page with "Shameless rip from https://devhints.io/go ``` Introduction A tour of Go (tour.golang.org) Go repl (repl.it) Golang wiki (github.com) Hello world hello.go package main import..." current
- 20:23, 21 February 2021 diff hist +2,135 Docker Swarm
- 20:14, 21 February 2021 diff hist +80 Docker Swarm
- 18:44, 21 February 2021 diff hist +121 Docker Swarm
- 18:41, 21 February 2021 diff hist +762 Docker Swarm
- 18:28, 21 February 2021 diff hist +590 Docker Swarm
- 18:27, 21 February 2021 diff hist +74 N Docker Swarm Created page with "List all containers over swarm ``` docker node ps $(docker node ls -q) ```"
- 22:07, 19 February 2021 diff hist +114 N DevOps Flows Created page with "DevOps lifecyle breakdown and examles Code(git repo) -> Build -> Test -> Deploy -> Operate -> Monitor -> Code ..." current
- 16:43, 18 February 2021 diff hist +2,507 N Vmware Extend Disk Redhat Created page with "https://kb.vmware.com/s/article/1006371 ``` To extend the logical volume: Caution: VMware recommends to take a complete backup of the virtual machine prior to making these..." current
- 01:41, 17 February 2021 diff hist +371 N Windows DNS Created page with "Update A record ``` get-dnsserverresourcerecord -name "hostname" -ZoneName "example.com" Remove-DnsServerResourceRecord -ZoneName "example.com" -RRType "A" -Name "hostname" -R..."
- 15:43, 16 February 2021 diff hist +60 Docker-volume current
- 23:15, 15 February 2021 diff hist +1,079 Docker-compose
- 23:08, 15 February 2021 diff hist +56 Docker-compose
- 23:08, 15 February 2021 diff hist +188 N Docker-compose Created page with "``` docker-compose up -d --force-recreate ``` -V, --renew-anon-volumes Recreate anonymous volumes instead of retrieving data from the previou..."
- 20:58, 15 February 2021 diff hist +172 Docker Shared Storage current
- 20:58, 15 February 2021 diff hist +845 N Docker Shared Storage Created page with "``` # create a reusable volume $ docker volume create --driver local \ --opt type=nfs \ --opt o=nfsvers=4,addr=192.168.1.1,rw \ --opt device=:/path/to/dir..."
- 19:52, 15 February 2021 diff hist +88 N Docker-inspect Created page with "docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' 5e1335481c38" current