User contributions
Jump to navigation
Jump to search
- 21:11, 19 March 2020 diff hist +380 N Python Install Methods Created page with "## Install Python 3.7 from source on Centos 7 ``` #!/usr/bin/env bash set -eo pipefail version='3.7.7' yum -y install gcc openssl-devel zlib-devel wget make wget https://www...."
- 21:11, 19 March 2020 diff hist +2 Python Home
- 21:10, 19 March 2020 diff hist -329 Python Home
- 21:09, 19 March 2020 diff hist +5 Python Home
- 21:07, 19 March 2020 diff hist +373 Python Home
- 05:17, 18 March 2020 diff hist +88 Robinhood current
- 05:17, 18 March 2020 diff hist +59 Robinhood
- 05:01, 18 March 2020 diff hist +134 Robinhood
- 04:52, 18 March 2020 diff hist +534 Robinhood
- 03:47, 18 March 2020 diff hist +1,385 N Robinhood Created page with " - https://stackoverflow.com/questions/55902967/is-there-any-way-to-get-a-bearer-token-now-since-robinhood-has-changed-the-api/56841942 - https://github.com/robinhood-unoffici..."
- 03:46, 18 March 2020 diff hist +15 N Finance Created page with "Robinhood " current
- 03:46, 18 March 2020 diff hist +16 Main Page
- 22:03, 16 March 2020 diff hist +73 Windows Troubleshooting current
- 02:55, 16 March 2020 diff hist +2,427 Windows Troubleshooting
- 23:50, 12 March 2020 diff hist +70 N Windows Troubleshooting Created page with "- https://www.reddit.com/r/PowerShell/comments/66nsr9/treesize_script/"
- 23:50, 12 March 2020 diff hist +31 Windows
- 23:50, 12 March 2020 diff hist +16 Main Page
- 23:12, 12 March 2020 diff hist +50 N Pstree Created page with "https://haydenjames.io/kill-inactive-ssh-sessions/" current
- 23:11, 12 March 2020 diff hist +15 Systems Home
- 04:24, 12 March 2020 diff hist +91 Suricata current
- 04:17, 12 March 2020 diff hist +88 Suricata
- 04:11, 12 March 2020 diff hist +189 N Suricata Created page with "apt install suricata # Update data https://github.com/OISF/suricata-update /var/log/suricata/ /etc/suricata /etc/suricata/rules pip3 install --upgrade suricata-update s..."
- 04:09, 12 March 2020 diff hist +17 Systems Home
- 05:29, 9 March 2020 diff hist +4 Zabbix
- 05:28, 9 March 2020 diff hist +84 Zabbix
- 22:35, 5 March 2020 diff hist +57 N Curl Created page with "https://daniel.haxx.se/blog/2018/04/05/curl-another-host/"
- 22:35, 5 March 2020 diff hist +13 CLI Tools current
- 20:52, 3 March 2020 diff hist +513 Vault
- 20:43, 3 March 2020 diff hist +204 Vault
- 20:37, 3 March 2020 diff hist +60 Vault
- 20:28, 3 March 2020 diff hist +64 Vault
- 20:06, 3 March 2020 diff hist +105 Vault
- 19:58, 3 March 2020 diff hist +119 Vault
- 18:05, 3 March 2020 diff hist -44 Consul current
- 18:04, 3 March 2020 diff hist +324 N Consul Created page with "``` curl -L -O https://releases.hashicorp.com/consul/1.7.1/consul_1.7.1_linux_amd64.zip unzip https://releases.hashicorp.com/consul/1.7.1/consul_1.7.1_linux_amd64.zip cp consu..."
- 18:02, 3 March 2020 diff hist +15 Systems Home
- 22:39, 29 February 2020 diff hist +88 Simple Zabbix Create Screen Script current
- 22:31, 29 February 2020 diff hist +7,454 N Simple Zabbix Create Screen Script Created page with "== Prep <= Debian 10 /Ubuntu 18.04 == <pre> apt install python3-requests </pre> or using virtual env <pre> apt insatll python3-venv python3 -m venv venv source venv/bin/act..."
- 22:30, 29 February 2020 diff hist +40 N Zabbix Code Created page with "Simple Zabbix Create Screen Script " current
- 22:30, 29 February 2020 diff hist +19 Code current
- 04:19, 26 February 2020 diff hist +24 Upgrade Ubuntu Release
- 04:12, 26 February 2020 diff hist +25 Upgrade PostgreSQL current
- 04:09, 26 February 2020 diff hist +62 Upgrade PostgreSQL
- 04:07, 26 February 2020 diff hist +8 Upgrade PostgreSQL
- 04:07, 26 February 2020 diff hist +95 N Upgrade PostgreSQL Created page with "sudo pg_dropcluster 10 main --stop sudo pg_upgradecluster 9.5 main sudo pg_dropcluster 9.5 main"
- 04:07, 26 February 2020 diff hist +26 PostgreSQL Home current
- 03:15, 24 February 2020 diff hist +65 N PostgreSQL Home Created page with "- https://wiki.postgresql.org/wiki/LDAP_Authentication_against_AD"
- 03:15, 24 February 2020 diff hist +24 Main Page
- 02:18, 24 February 2020 diff hist +188 N Python Home Created page with "# Getting Started Prep python virtual environment. ``` sudo apt-get install python3-venv mkdir app cd app python3 -m venv venv source venv/bin/activate pip install --upgrade..."
- 02:16, 24 February 2020 diff hist +17 N Code Created page with "Python Home "