If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
If you have any issues with macOS, or need anything related to it check this documentation
Install Xcode Command Line tools :
| <audio crossorigin="anonymous" id="audio_source" controls preload="none" style="width:16em;padding:0;"> | |
| <source src="http://www.example.com:8000/sample?type=http&nocache=4" type='audio/mpeg'> | |
| </audio> | |
| <script> | |
| const AudioContext = window.AudioContext || window.webkitAudioContext; | |
| const audio = document.querySelector( "audio" ); | |
| var convolverBuffer; | |
| var convolverNode; |
| Description: > | |
| Script to create a SSL certificate, S3 bucket and Cloudfront distribution. | |
| ############################################################################### | |
| Parameters: | |
| ############################################################################### | |
| DomainName: | |
| Type: String | |
| Description: The domain name. |
In Users/hugomatilla.bash_profile add
export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools
export PATH=$PATH:/Users/hugomatilla/Documents/AndroidSDKs/sdk/tools
cd /Users/hugomatilla/Documents/AndroidSDKs/sdk/platform-tools| echo "Creating an SSH key for you..." | |
| ssh-keygen -t rsa | |
| echo "Please add this public key to Github \n" | |
| echo "https://github.com/account/ssh \n" | |
| read -p "Press [Enter] key after this..." | |
| echo "Installing xcode-stuff" | |
| xcode-select --install |
create different ssh key according the article Mac Set-Up Git
$ ssh-keygen -t rsa -C "[email protected]"