sudo apt-get install lsof
lsof -i:8080
kill $(lsof -t -i:8080)
This file contains 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
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"log" | |
"time" | |
) | |
type MyStruct struct { |
This file contains 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
Click on the wireless icon located in the upper right task bar. | |
Select 'eduroam' | |
In the Security field, select 'WPA & WPA2 Enterprise' | |
In the Authentication field, select 'Protected EAP (PEAP)' | |
Leave the Anonymous Identity field blank | |
The CA certificate field should be set to 'None' | |
The check box 'No CA certificate is required' should be checked | |
The PEAP version field should be set to 'Automatic' | |
The Inner Authentication field should be set to 'MSCHAPV2' | |
In the Username field, enter your [email protected] |
running:
bash create-vod-hls.sh beach.mkv
will produce:
beach/
|- playlist.m3u8
|- 360p.m3u8
NewerOlder