Changes between Version 4 and Version 5 of deployOnLinux


Ignore:
Timestamp:
02/24/2021 03:46:01 PM (5 years ago)
Author:
sokol
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • deployOnLinux

    v4 v5  
    44
    55{{{
    6 #!xml
     6#!application/x-sh
    77sed -i '/cdrom/d' /etc/apt/sources.list
    88}}}
     
    1111
    1212{{{
    13 #!xml
     13#!application/x-sh
    1414apt install -i mc git
    1515}}}
     
    1818 - вивести адреси:
    1919{{{
    20 #!xml
     20#!application/x-sh
    2121ip a
    2222}}}
    2323 - виключити:
    2424{{{
    25 #!xml
     25#!application/x-sh
    2626systemctl poweroff
    2727}}}
    2828 - перезагрузити:
    2929{{{
    30 #!xml
     30#!application/x-sh
    3131systemctl reboot
    3232}}}