Random Contributions
Knowledge that I've gathered and stored for your convenience and mine!
Pages
(Move to ...)
Home
▼
Tuesday, April 14, 2020
BASH Concatenate Exampls
›
Concatenating Strings in BASH The simplest way to concatenate two or more string variables is to write them one after another: VAR1=...
BASH exit codes
›
What are exit codes? On Unix and Linux systems, programs can pass a value to their parent process while terminating. This value is r...
Some BASH commands that might be helpful
›
These are some BASH commands that I use from time to time that help me Using EVAL to send commands to CLI In this example, i was tryin...
Asterisk - block SIP registrations from unapproved devices
›
Ok, so maybe you want to limit the types of devices that connect. This isn't perfect, only works for SIP on asterisk (not PJSIP yet) ...
Wednesday, April 1, 2020
Stream a ZOOM meeting on Facebook
›
First, make sure Facebook is enabled in your account settings in the GUI Start your meeting Then select MORE -> Live on Facebook ...
Tips on securing a Zoom meeting
›
Going to have a zoom meeting? Especially a large one? 50, 100, 500 people attending? This document focuses around large meetings where yo...
‹
›
Home
View web version