User contributions
Jump to navigation
Jump to search
- 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"
- 20:00, 25 July 2023 diff hist +39 Get-AD current
- 17:53, 25 July 2023 diff hist +37 Zabbix templates modifications current
- 15:20, 25 July 2023 diff hist +135 N Zabbix templates modifications Created page with "Windows/Linux by Zabbix agent active ``` {$MEMORY.UTIL.MAX} 90->95 {$VFS.FS.PUSED.MAX.CRIT} 90->95 {$VFS.FS.PUSED.MAX.WARN} 80->90 ```"
- 02:07, 25 July 2023 diff hist +727 Zabbix sql queries current
- 23:45, 24 July 2023 diff hist +281 Zabbix sql queries
- 18:10, 24 July 2023 diff hist +234 Zabbix template upgrade current
- 17:30, 24 July 2023 diff hist +1,073 N Zabbix template upgrade Created page with "https://www.zabbix.com/forum/zabbix-troubleshooting-and-problems/444292-unable-to-update-existing-templates-zabbix-6-0-4 ``` Hi! Same problem here (upgrade from 5.4 to 6.0)...."
- 00:57, 20 July 2023 diff hist +49 Wordpress free themes current
- 21:58, 19 July 2023 diff hist +101 F5 sdk
- 16:05, 19 July 2023 diff hist +31 F5 cleanup
- 16:04, 19 July 2023 diff hist +376 F5 cleanup