-Admin réseau
-Admin de matos "exotiques" du style badgeuses, linutop, supervision etc
- gestion de projets
- développements (powershell, vba, python, PHP, js/typescript...)
- lowcode (powerapps, power automate)
- admin serveurs intranet
- assistance utilisateurs niv3
-Admin réseau
-Admin de matos "exotiques" du style badgeuses, linutop, supervision etc
- gestion de projets
- développements (powershell, vba, python, PHP, js/typescript...)
- lowcode (powerapps, power automate)
- admin serveurs intranet
- assistance utilisateurs niv3
www.menzel.it/post/2023/10...
www.menzel.it/post/2023/10...
Because I like not having a file that's 4-5x as large generated by some shitty makefile build system while also spending 2 seconds putting data into my executable instead of 70+ seconds, thanks!
Because I like not having a file that's 4-5x as large generated by some shitty makefile build system while also spending 2 seconds putting data into my executable instead of 70+ seconds, thanks!
www.rheinwerk-verlag.de/konferenzen/microsoft-365-fuer-admins
www.rheinwerk-verlag.de/konferenzen/microsoft-365-fuer-admins
#!/bin/bash
pwsh -noprofile -File "$0.ps1"
exit $?
Which mean I can very easily setup git hooks in powershell 😁 (I don't need to customise anything, just copy and rename)
#!/bin/bash
pwsh -noprofile -File "$0.ps1"
exit $?
Which mean I can very easily setup git hooks in powershell 😁 (I don't need to customise anything, just copy and rename)
在台灣的專案現場,熟悉 PyCharm 的終端機位置能提升效率。終端機常在底部工具視窗,亦可 View > Tool Windows > Terminal 開啟。快捷鍵:Windows/Linux Alt+F12、macOS Option+F12。若要自訂,Settings/Preferences > Tools > Terminal,改 Shell path 為 cmd.exe、PowerShell、WSL 或 /bin/bash。對使用 WSL 的開發者尤為方便。
在台灣的專案現場,熟悉 PyCharm 的終端機位置能提升效率。終端機常在底部工具視窗,亦可 View > Tool Windows > Terminal 開啟。快捷鍵:Windows/Linux Alt+F12、macOS Option+F12。若要自訂,Settings/Preferences > Tools > Terminal,改 Shell path 為 cmd.exe、PowerShell、WSL 或 /bin/bash。對使用 WSL 的開發者尤為方便。
github.com/neovim/neovi...
Use the winget command and not the choco command please (run powershell as admin)
Add the ~/Program Files/Neovim/bin to your user PATH in system settings
Open powershell, type nvim
github.com/neovim/neovi...
Use the winget command and not the choco command please (run powershell as admin)
Add the ~/Program Files/Neovim/bin to your user PATH in system settings
Open powershell, type nvim
I want to be able to delete all bin and obj folder starting at a top level folder.
I want to be able to delete all bin and obj folder starting at a top level folder.
Will sagen: Fühle.
Will sagen: Fühle.
#intune #automation #powershell
rozemuller.com/deploy-initi...
#intune #automation #powershell
rozemuller.com/deploy-initi...
sudo mkdir -p /opt/microsoft/powershell/7
sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7
sudo chmod +x /opt/microsoft/powershell/7/pwsh
sudo ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
sudo mkdir -p /opt/microsoft/powershell/7
sudo tar zxf /tmp/powershell.tar.gz -C /opt/microsoft/powershell/7
sudo chmod +x /opt/microsoft/powershell/7/pwsh
sudo ln -s /opt/microsoft/powershell/7/pwsh /usr/bin/pwsh
#!/usr/bin/env python3'''This tool allows to exfiltrate data using screen capture of a user activity.Author: Viral Maniar Twitter: os, sysimport subprocessfrom subprocess import check_output def logo(): logo = ''' __ ___ // ) ___--"" "-. \ |,"( /`--"" `. _ _ _ _ _ _ _ _ _ _ _ _ _…
#!/usr/bin/env python3'''This tool allows to exfiltrate data using screen capture of a user activity.Author: Viral Maniar Twitter: os, sysimport subprocessfrom subprocess import check_output def logo(): logo = ''' __ ___ // ) ___--"" "-. \ |,"( /`--"" `. _ _ _ _ _ _ _ _ _ _ _ _ _…