by hegars | Jun 29, 2018 | Python, Script, VoIP
from this https://www.twilio.com/blog/2016/05/bulk-delete-your-twilio-recordings-with-python.html but updated for new API from twilio.rest import Client from datetime import datetime import os # Your Account SID from twilio.com/console account_sid = "SID"...
by hegars | Jun 25, 2018 | FiberChannel, Linux, Script
#!/bin/bash SLEEP_INTERVAL=300 echo "Scanning all fibre channel host adapters" for i in `ls /sys/class/fc_host` do echo "Rescanning /sys/class/fc_host/${i}:" echo " Issuing a loop initialization on ${i}:" echo "1" >...
by hegars | Jun 20, 2018 | Wordpress
https://codex.wordpress.org/Create_A_Network
by hegars | Jun 20, 2018 | Powershell, Windows
Find a process by its name and and kill it Get-Process VLC | Stop-Process
by hegars | Jun 20, 2018 | Debian, Install, Linux
https://www.cyrius.com/debian/kirkwood/qnap/ts-41x/install/