Wget, Curl and POST (refs): Difference between revisions

From WikiMLT
m (Стадий: 4 [Фаза:Авторизиране, Статус:Разработен]; Категория:Linux Server)
m (Text replacement - "Network_Security" to "Network_and_Security")
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude><!--[[Category:Linux_Server|?]]-->{{ContentArticleHeader/Linux_Server}}</noinclude>
<noinclude>{{ContentArticleHeader/Linux_Server|toc=off}}{{ContentArticleHeader/Network_and_Security}}</noinclude>
== References ==


* ...
* ...
== Section 1 ==
...
Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>:
Download a script from [https://pastebin.com/raw/HrLTibuR PasteBin] by <code>curl</code>:
<syntaxhighlight lang="shell" line="1">
<syntaxhighlight lang="shell" line="1">
Line 22: Line 15:
{{devStage  
{{devStage  
  | Прндл  = Linux Server
  | Прндл  = Linux Server
  | Стадий = 4
| Прндл1 = Network and Security
  | Фаза  = Авторизиране
  | Стадий = 6
  | Статус = Разработен
  | Фаза  = Утвърждаване
  | Статус = Утвърден
  | ИдтПт  = Spas
  | ИдтПт  = Spas
  | РзбПт  = Spas
  | РзбПт  = Spas
  | АвтПт  = {{REVISIONUSER}}
  | АвтПт = Spas
| УтвПт = {{REVISIONUSER}}
  | ИдтДт  = 5.08.2022
  | ИдтДт  = 5.08.2022
  | РзбДт  = 5.08.2022
  | РзбДт  = 5.08.2022
  | АвтДт  = {{Today}}
  | АвтДт = 5.08.2022
| УтвДт = {{Today}}
  | ИдтРв  = [[Special:Permalink/29951|29951]]
  | ИдтРв  = [[Special:Permalink/29951|29951]]
  | РзбРв  = [[Special:Permalink/29953|29953]]
  | РзбРв  = [[Special:Permalink/29953|29953]]
  | АвтРв  = {{REVISIONID}}
  | АвтРв = [[Special:Permalink/29956|29956]]
| УтвРв = {{REVISIONID}}
}}
}}
</div>
</div>
</noinclude>
</noinclude>

Latest revision as of 09:41, 8 September 2022

Down­load a script from Paste­Bin 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

Ref­er­ences: