Skip to content

Instantly share code, notes, and snippets.

View mamhadu's full-sized avatar
💭
chown -R us /your_base

mamhadu

💭
chown -R us /your_base
View GitHub Profile
@navarrothiago
navarrothiago / README.md
Last active July 18, 2024 16:42
Turn your smartphone or tablet camera into a WebCam to make video conference in Linux
@Shterneregen
Shterneregen / CreateScheduledTask.ps1
Last active June 13, 2024 12:12
Windows task to update Cisco AnyConnect InterfaceMetric to help with internet connectivity porblem with running VPN. After the first launch, the task will automatically start when you turn on the VPN
# - Create CreateScheduledTask.ps1 file with content below.
# - Run as admin command in PowerShell:
# Get-Content .\CreateScheduledTask.ps1 | PowerShell.exe -noprofile -
# - Restart Windows
# - Launch WSL
# - Launch VPN
# - Done! Metric automatically updated
$taskname="Fix VPN for WSL"
$scriptName = "UpdateAnyConnectInterfaceMetric.ps1"