User contributions
Jump to navigation
Jump to search
- 13:28, 29 August 2023 diff hist +1,074 N Pandas examples Created page with "# Pandas Example of Reading Excel Spreadsheets ## Example of reading existing excel ``` #!/usr/bin/env python3 import pandas as pd import ast from openpyxl import load_workb..." current
- 21:35, 28 August 2023 diff hist +85 F5 backup
- 21:34, 28 August 2023 diff hist +232 F5 backup
- 20:49, 23 August 2023 diff hist +1,124 Winget
- 20:45, 23 August 2023 diff hist +288 Winget
- 15:03, 23 August 2023 diff hist +217 N Import-pfxCertificate Created page with "``` Get-ChildItem Cert:\ -Recurse $mypwd = ConvertTo-SecureString -String "foo" -Force –AsPlainText Import-PfxCertificate –FilePath .\NA26-P-VenSQL01.extendhealth.com.pfx..." current
- 21:31, 22 August 2023 diff hist +337 Winrm renew tls cert current
- 16:05, 21 August 2023 diff hist +11 Visudo current
- 16:04, 21 August 2023 diff hist +48 Visudo
- 16:04, 21 August 2023 diff hist +256 N Visudo Created page with "visudo ``` %sudo ALL=(ALL:ALL) ALL If you want to override entries in /etc/sudoers just put the new entries after them. The new entry should look like myuser ALL=(ALL) NOP..."
- 17:39, 19 August 2023 diff hist +107 F5 sdk current
- 19:59, 17 August 2023 diff hist +86 N Azure certifications Created page with "https://tutorialsdojo.com/courses/az-104-microsoft-azure-administrator-practice-exams/"
- 21:52, 16 August 2023 diff hist +71 N Postgres change data captures Created page with "https://datacater.io/blog/2021-09-02/postgresql-cdc-complete-guide.html" current
- 15:41, 16 August 2023 diff hist +186 F5 backup
- 20:35, 15 August 2023 diff hist +24 F5 python scripts current
- 20:34, 15 August 2023 diff hist +6,955 N F5 python scripts Created page with "# F5 Python Scripts ## requirements.txt ``` requests pydig fuzzywuzzy pandas tabulate office365 Office365-REST-Python-Client flake8 ``` ## setup virtual environment ``` sudo..."
- 18:33, 15 August 2023 diff hist +566 Sumologic Queries
- 13:49, 15 August 2023 diff hist +484 N Audit policy windows Created page with "https://stackoverflow.com/questions/67974297/using-powershell-to-get-the-audit-policy-security-setting-value https://www.techtarget.com/searchitchannel/feature/Using-AuditPol-..." current
- 20:16, 9 August 2023 diff hist +148 K6 large tests current
- 20:15, 9 August 2023 diff hist +140 K6 large tests
- 20:13, 9 August 2023 diff hist +277 N K6 large tests Created page with "# Network connections - https://k6.io/docs/testing-guides/running-large-tests/ - https://serverfault.com/questions/234534/is-it-dangerous-to-change-the-value-of-proc-sys-net..."
- 20:04, 8 August 2023 diff hist +423 F5 traffic throughput current
- 19:56, 8 August 2023 diff hist +136 N F5 traffic throughput Created page with "- https://my.f5.com/manage/s/article/K17054255 - https://my.f5.com/manage/s/article/K15831 - https://my.f5.com/manage/s/article/K14810"
- 02:08, 8 August 2023 diff hist +46 F5 upgrade current
- 21:37, 7 August 2023 diff hist +381 F5 upgrade
- 21:33, 7 August 2023 diff hist +76 F5 upgrade
- 21:31, 7 August 2023 diff hist +25 F5 upgrade
- 21:26, 7 August 2023 diff hist +90 F5 upgrade
- 20:44, 7 August 2023 diff hist +163 F5 upgrade
- 20:36, 7 August 2023 diff hist +1 F5 upgrade
- 20:17, 7 August 2023 diff hist +56 N F5 upgrade Created page with "cli ``` https://my.f5.com/manage/s/article/K34745165 ```"
- 22:57, 6 August 2023 diff hist +1 F5 sdk
- 22:57, 6 August 2023 diff hist +157 F5 sdk
- 22:28, 6 August 2023 diff hist +127 F5 sdk
- 18:04, 6 August 2023 diff hist +182 Pandas parsing delimited file current
- 17:12, 6 August 2023 diff hist +199 N Pandas parsing delimited file Created page with " # No header space delimited ``` import pandas as pd df = pd.read_csv('virtualsevers.out', header=None, sep='\s+') df[0][0] for index, row in df.iterrows(): if row[3] != '0..."
- 15:35, 4 August 2023 diff hist +131 N Zfs export Created page with "https://www.cyberciti.biz/faq/how-to-backup-and-restore-lxd-containers/ ``` lxc export k8s3 /bkp/tar/k8s3.tar.xz lxc info k8s3 ```" current
- 20:53, 3 August 2023 diff hist +1,159 F5 sdk
- 14:37, 3 August 2023 diff hist +105 F5 sdk
- 19:05, 1 August 2023 diff hist +52 N Github Actions Runner Controller Created page with "https://github.com/actions/actions-runner-controller" current
- 00:56, 1 August 2023 diff hist +100 Zabbix Cleanup From Hanging Triggers Items current
- 00:25, 1 August 2023 diff hist +66 Zabbix Cleanup From Hanging Triggers Items
- 00:23, 1 August 2023 diff hist +1,528 Zabbix Cleanup From Hanging Triggers Items
- 21:08, 31 July 2023 diff hist +220 N Zabbix Cleanup From Hanging Triggers Items Created page with "``` delete from items where (name not like '%DEVNAME%' and key_ like 'perf_counter_en%PhysicalDisk%') or (name not like '%DEVNAME%' and key_ like 'net.if.%vmxnet3 Ethernet Ada..."
- 21:10, 28 July 2023 diff hist +168 F5 cleanup current
- 19:39, 26 July 2023 diff hist +113 Zabbix agent powershell scripts current
- 15:31, 26 July 2023 diff hist +15 Zabbix agent powershell scripts
- 15:30, 26 July 2023 diff hist +545 N Zabbix agent powershell scripts Created page with "``` ``` $file = "C:\app\zabbix\zabbix_agent2.win.conf" $content = Get-Content $file -Encoding UTF8 -Raw $startString = "UserParameter=zbx.getIpaddr" $newString = "UserParamete..."
- 14:04, 26 July 2023 diff hist +62 Get-ComputerInfo current
- 14:04, 26 July 2023 diff hist +89 N Get-ComputerInfo Created page with "Get-ComputerInfo OsName,OsVersion,OsBuildNumber,OsHardwareAbstractionLayer,WindowsVersion"