Wget, Curl and POST (refs): Difference between revisions
From WikiMLT
m Стадий: 6 [Фаза:Утвърждаване, Статус:Утвърден]; Категория:Linux Server |
m Text replacement - "Network Security" to "Network and Security" |
||
Line 15: | Line 15: | ||
{{devStage | {{devStage | ||
| Прндл = Linux Server | | Прндл = Linux Server | ||
| Прндл1 = Network Security | | Прндл1 = Network and Security | ||
| Стадий = 6 | | Стадий = 6 | ||
| Фаза = Утвърждаване | | Фаза = Утвърждаване |
Revision as of 08:40, 8 September 2022
Template:ContentArticleHeader/Network Security
Download a script from PasteBin by curl
:
curl https://pastebin.com/raw/HrLTibuR | \
sed -e 's/\r$//' | sudo tee /ust/local/bin/merge-video-sub.sh && \
sudo chmod +x /ust/local/bin/merge-video-sub.sh
References:
- GET and POST requests by Wget and/or CURL
- Auto login on page via CLI by the POST command
- Text Processing: Remove Carriage Return