Ubiquity UniFi AP – LED Color Pattern guide
Status of Access Points is determined by the pattern of the LED indicators. There are two general categories, identified by their LED colors: White and Blue Green and Amber (Legacy … Read More
Status of Access Points is determined by the pattern of the LED indicators. There are two general categories, identified by their LED colors: White and Blue Green and Amber (Legacy … Read More
Add to the standard :ffmpeg -i source destination” :: 1-c:v h264_videotoolbox Also – it is critical that the bitrate be set, otherwise the default drops quality down to 600kb/s. to … Read More
AWS command line interface user guide can be found here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html Installing for OSX in cli: 12curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target / **The … Read More
Simple methods to combine Audio & Video files. For example, update a video file with a new mix, resulting in a single new MOV file. *This will work on OSX, … Read More
Simple methods to combine Audio & Video files. For example, update a video file with a new mix, resulting in a single new MOV file.** Assumption is that the length … Read More
Running xcode-select –install will trigger the standard gui interface confirming download, etc. So trying this over an ssh connection will note be possible. StackExchange to the rescue! 12345678touch /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress; … Read More
DEFINITIONS:ComputerName = The computer name as visible in the OSX GUI (System Preferences / Sharing …) Also known as the AppleTalk name, and is used by Finder’s Network Browser.LocalHostName = … Read More
To split an IP address into separate columns for each octet use: 1234A2:=LEFT(A1,FIND(".",A1)-1) A3:=MID(A1,FIND(".",A1)+1,FIND(".",A1,FIND(".",A1)+1)-FIND(".",A1)-1) A4:=MID(A1,FIND(".",A1,FIND(".",A1)+1)+1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)-(FIND(".",A1,FIND(".",A1)+1)+1)) A5:=MID(A1,FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)+1,LEN(A1)-FIND(".",A1,FIND(".",A1,FIND(".",A1)+1)+1)) Source: StackOverflow
easings.net is a fantastic resource for a fast function reference, with Math, TypeScript, Gradient, and CSS examples. t easeInSine xt easeOutSine xt easeInOutSine xt easeInQuad xt easeOutQuadxt easeInOutQuadxt easeInCubicxt easeOutCubicxt … Read More
A good analogy is to think of it as a drainpipe and a tennis ball. The tennis ball is the data and the width of the pipe signifies available bandwidth. … Read More