New pages
From DevOps Notebook
- 19:56, 18 May 2026 Redirect pages with cloudfront function (hist) [441 bytes] MilosZ (talk | contribs) (Created page with "<pre> function handler(event) { var request = event.request; var uri = request.uri; if (uri === '/faq' || uri === '/faq/' || uri === '/terms' || uri =...")
- 19:56, 18 May 2026 Amazon Cloudfront (hist) [43 bytes] MilosZ (talk | contribs) (Created page with "Redirect pages with cloudfront function")
- 16:25, 28 February 2026 Quickly create folders for database on empty drives (hist) [293 bytes] MilosZ (talk | contribs) (Created page with "For powershell <br> <pre> foreach ($drive in 'A','D','R') { foreach ($folder in 'Data','Log') { New-Item -ItemType Directory -Force -Path "$drive`:\MSSQL\$folder"...")