User Manual Orange Pi Zero 3

  Features   |  Use   |    Linux     |  Linux SDK   |  Android   |  Android SRC   |

RU          EN  

Chapt 3. Instructions for use of Debian/Ubuntu Server and Xfce desktop system
Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122  


3.26. The installation method of the aapanel Linux panel
aapanel Linux panel is a server management software that improves operation and maintenance efficiency. It supports more than 100 server management functions such as one -click LAMP/LNMP/cluster/monitoring/website/FTP/database/Java (excerpted from Baota official website)

  • 1) First of all, you need to expand the/tmp memory. After setting, you need to restart the linux system of the development board and the command is shown below

    orangepi@orangepi:~$ sudo sed -i 's/nosuid/&,size=2G/' /etc/fstab
    orangepi@orangepi:~$ sudo reboot

  • 2) After restarting, you can see that the size of the/tmp space has become 2G

    orangepi@orangepi:~$ df -h | grep "/tmp"
    tmpfs
     2.0G 12K 2.0G 1% /tmp

  • 3) Then enter the following command in the Linux system to start the installation of the aapanel

    orangepi@orangepi:~$ sudo install_bt_panel.sh

  • 4) Then the aapanel installation program reminds whether to install the Bt-Panel to

  • 5) Then you have to wait patiently. When you see the printing information below the terminal output, it means that the pagoda has been installed. The entire installation process takes about 34 minutes. There may be some differences according to the difference in network speed


    Img 3.175

  • 6) At this time, enter the panel address displayed above in the browser to open the login interface of the aapanel Linux panel, and then enter the username and password displayed in the corresponding position to log in to the aapanel


    Img 3.176

  • 7) After successfully logging in to the aapanel, the following welcome interface will pop up. First, please take the intermediate user notice to read to the bottom, and then you can choose "I have agreed and read" User Agreement ", and then click" Enter the panel " You can enter the aapanel


    Img 3.177

  • 8) After entering the aapanel, you will first prompt that you need to bind the account of the aapanel official website. If you do n’t have an account, you can go to the aapanels official website (https://www.bt.cn) to register one


    Img 3.178

  • 9) The final display interface is shown in the figure below. You can intuitively see some status information of the development board Linux system, such as load state, CPU usage, memory usage and storage space usage


    Img 3.179

  • 10) For more functions of the aapanel, please refer to the following information to explore by yourself

    Use manual http://docs.bt.cn Forum website https://www.bt.cn/bbs GitHub Link https://github.com/aaPanel/BaoTa


     <         > 


  • Страница:   25    26    27    28    29    30    31    32    33    34    35    36    37    38    39    40    41    42    43    44    45    46    47    48    49    50    51    52    53    54    55    56    57    58    59    60    61    62    63    64    65    66    67    68    69    70    71    72    73    74    75    76    77    78    79    80    81    82    83    84    85    86    87    88    89    90    91    92    93    94    95    96    97    98    99    100    101    102    103    104    105    106    107    108    109    110    111    112    113    114    115    116    117    118    119    120    121    122