Head on over to your YouTube live Events page (https://www.youtube.com/my_live_events).
Create a new live event that is unlisted (or private) and of Custom type.
Under Basic ingestion choose 1500 Kbps - 4000 kbps (720p).
Check the Enable 60fps box.
Head on over to your YouTube live Events page (https://www.youtube.com/my_live_events).
Create a new live event that is unlisted (or private) and of Custom type.
Under Basic ingestion choose 1500 Kbps - 4000 kbps (720p).
Check the Enable 60fps box.
| To make Pageant automatically run and load keys at startup: | |
| - Find the location of pageant.exe | |
| - Windows key + R to open the 'run' dialog box | |
| - Type: 'shell:startup' in the dialog box | |
| - Create a shortcut to the pageant.exe and put into this startup folder. |
| APPNAME=App | |
| BUILDNUMBER=123 | |
| CERTIFICATE="iPhone Distribution" | |
| cp "${APPNAME}.ipa" "${APPNAME}.zip" | |
| mkdir contents || true | |
| unzip "${APPNAME}.zip" -d contents | |
| codesign -d --entitlements :Entitlements.plist "contents/Payload/${APPNAME}.app" | |
| plutil -replace CFBundleVersion -string "${BUILDNUMBER}" "contents/Payload/${APPNAME}.app/Info.plist" | |
| rm -r "contents/Payload/${APPNAME}.app/_CodeSignature" |
| import React, {PureComponent} from 'react'; | |
| import {View} from 'react-native'; | |
| import Styles from './Styles'; | |
| @Styles({ | |
| root: { | |
| // ... | |
| }, | |
| }) | |
| export default class Example extends PureComponent { |
| #!/bin/bash | |
| # Stop cached listeners | |
| watchman watch-del-all | |
| # Remove installed modules | |
| rm -rf node_modules | |
| # Remove yarn meta files | |
| rm yarn* |
laptop ssh -> laptop stunnel -> evil network -> internet -> your server -> your server ssh
Sets up a stunnel process listening externally on port 2443/tcp, forwards to localhost 22/tcp
yum install stunnel/etc/stunnel/stunnel.conf| /* | |
| Let us re-create `Promise.all` | |
| `Promise.all` method returns a promise that resolves when all of the promises in the iterable argument have resolved, | |
| or rejects with the reason of the first passed promise that rejects. | |
| Read more about `Promise.all` on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all | |
| A basic example would be something like this: | |
| ############################################################################ | |
| # # | |
| # ------- Useful Docker Aliases -------- # | |
| # # | |
| # # Installation : # | |
| # copy/paste these lines into your .bashrc or .zshrc file or just # | |
| # type the following in your current shell to try it out: # | |
| # wget -O - https://gist.githubusercontent.com/jgrodziski/9ed4a17709baad10dbcd4530b60dfcbb/raw/d84ef1741c59e7ab07fb055a70df1830584c6c18/docker-aliases.sh | bash | |
| # # | |
| # # Usage: # |
dash_sniffer.service/lib/systemd/system/systemd using command: systemctl daemon-reloadsystemctl enable dash_sniffer.service