echo "Enter m3u8 link:";read link;echo "Enter output filename:";read filename;ffmpeg -i "$link" -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 $filename.mp4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| node { | |
| echo 'Results included as an inline comment exactly how they are returned as of Jenkins 2.121, with $BUILD_NUMBER = 1' | |
| echo 'No quotes, pipeline command in single quotes' | |
| sh 'echo $BUILD_NUMBER' // 1 | |
| echo 'Double quotes are silently dropped' | |
| sh 'echo "$BUILD_NUMBER"' // 1 | |
| echo 'Even escaped with a single backslash they are dropped' | |
| sh 'echo \"$BUILD_NUMBER\"' // 1 | |
| echo 'Using two backslashes, the quotes are preserved' | |
| sh 'echo \\"$BUILD_NUMBER\\"' // "1" |
- Enable USB debugging (and allow RSA key fingerprint from connected computer)
- Allow OEM unlocking
- Have Android SDK installed on computer
- Clone kali-nethunter repository
- Pull a Python Docker image
python:2.7.14-jessie(even my local fresh macOS has problem of building) - Run Python Docker container:
docker run -it -v [your-cloned-kali-nethunter-repo]:/root/kali-nethunter python:2.7.14-jessie bash - Build:
python /root/kali-nethunter/nethunter-installer/build.py -d flounder --nougat --rootfs full(you have to build the Nougat version on your own, because the latest official version is only for Marshmallow)
Note-taking for What the heck is the event loop anyway? by Philip Roberts.
JavaScript: a single-threaded, non-blocking, asynchronous, concurrent language.
JavaScript has a call stack, an event loop, a callback queue, some other APIs and stuff.
V8 has a call stack and a heap.
DOM, Ajax (XMLHttpRequest), setTimeout are from Web APIs provided by browser.
- http://fritz.box/
- Internet -> Zugangsdaten
- Internetanbieter:
Telekom
- Internetanbieter:
- Zugangsart:
Einrichtung mit manueller Eingabe von Zugangsdaten
This is inspired by A half-hour to learn Rust and Zig in 30 minutes.
Your first Go program as a classical "Hello World" is pretty simple:
First we create a workspace for our project:
OlderNewer
