Engenheiro de software sênior
julho de 2024 - o momentoCriar nova branch e aplicar diff de outra
git checkout -b nova-branch master && git diff master..feature/GPP-398-b | git apply
Interromper serviços relacionados ao Intune
sudo systemctl stop microsoft-identity-device-broker.service && sudo systemctl stop intune-daemon.socket && sudo systemctl stop intune-daemon.service && sudo systemctl stop cpla.service && sudo systemctl stop sophos-spl.service
Scroll automático
setInterval(()=>scrollBy(0,.5),20)