Cài gói cho automation trên Ubuntu18

>> Cài python3.6 :đã có sẵn trên ubuntu18, không cần cài

>> Tải ubuntu 18 https://releases.ubuntu.com/18.04/ (chọn bản desktop image)

>> Enable SSH trên Ubuntu18: sudo apt-get install -y openssh-server

>> Cài gói pip3sudo apt-get update
                            sudo apt-get install python3-pip

>> Nâng cấp gói pip3: pip3 install --upgrade pip

>> Cài gói exchangelib: python3 -m pip install exchangelib (để gửi mail exchange)

>> Cài Netmikosudo apt-get update

                            sudo apt-get install -y python3-netmiko

 

>> Cài gói openpyxl để ghi file excel: sudo apt-get update

                                                                sudo apt-get install -y python3-openpyxl

 

>> Để xem version của gói đã cài:  python3

                                                            import openpyxl

                                                            print(openpyxl.__version__)

 

>> [not support after 31/5/2022] Để bật tính năng less secure gmail: theo hướng dẫn ở đây https://support.google.com/a/answer/6260879?hl=en

 

>> Khi bị lỗi không install được do thiếu tài nguyên apt Not enough resource: ps -aux | grep apt; sau đó kill -9   và thử lại

==> Tham khảo bộ script automation cho network: bit.ly/hai-python

Bài viết cùng danh mục