New pages
From DevOps Notebook
- 21:17, 2 April 2025 Setup Microsoft ODBC drivers for use with pyodbc (hist) [275 bytes] MilosZ (talk | contribs) (Created page with "<syntaxhighlight lang="bash"> /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" brew tap microsoft/mssql-release https://github...")
- 15:37, 15 September 2024 Windows update are stuck on downloading or install (hist) [1,682 bytes] MilosZ (talk | contribs) (Created page with " Method 1: Reset Windows update components. Resetting Windows Update Components will fix corrupt Windows Update Components and help you to install the Windows Updates. Please...")
- 15:36, 15 September 2024 Windows troubleshooting (hist) [58 bytes] MilosZ (talk | contribs) (Created page with "Windows update are stuck on downloading or install<br>")
- 11:55, 25 July 2024 Netstat (hist) [159 bytes] MilosZ (talk | contribs) (Created page with "=== Get connections per IP sorted === <syntaxhighlight lang="bash"> # netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n </syntaxhighlight>")