Torrserv - установка на Debian 11: различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
(Новая страница: «=== Torrserv - установка на Debian 11 === '''TorrServe – приложение, которое преобразует торрент-поток в ht...»)
 
 
(не показана 1 промежуточная версия этого же участника)
Строка 4: Строка 4:
  
 
  # curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i
 
  # curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i
 +
 +
curl опции:
 +
-s, --silent - тихий режим
 +
 +
bash опции:
 +
      -i        If the -i option is present, the shell is interactive.
 +
      -s        If the -s option is present, or if no arguments remain after option processing, then commands are read from the standard input.  This option allows the
 +
                positional parameters to be set when invoking an interactive shell or when reading input through a pipe.
  
  

Текущая версия на 15:54, 25 мая 2022

Torrserv - установка на Debian 11

TorrServe – приложение, которое преобразует торрент-поток в http-адрес

# curl -s http://lampa.mx/ads/torrserv.sh | bash -s -- -i
curl опции:
-s, --silent - тихий режим
bash опции:
      -i        If the -i option is present, the shell is interactive.
      -s        If the -s option is present, or if no arguments remain after option processing, then commands are read from the standard input.   This option allows the
                positional parameters to be set when invoking an interactive shell or when reading input through a pipe.


Проверка:

# ss -plunt | grep TorrServer
udp   UNCONN 0      0                        0.0.0.0:32000      0.0.0.0:*    users:(("TorrServer-linu",pid=767,fd=8))
tcp   LISTEN 0      4096                     0.0.0.0:32000      0.0.0.0:*    users:(("TorrServer-linu",pid=767,fd=7))
tcp   LISTEN 0      4096                           *:80               *:*    users:(("TorrServer-linu",pid=767,fd=9))