/*auto readmore*/ /*auto readmore*/ /* an hien script*/ // an hien password /*an hien ma chuong trinh cong tru */ /*Scrollbox thanh cuon*/ /***Nhung CODE***/ /* dòng xanh dòng trắng */ /* https://cdnjs.com/libraries/prism lay thu vien, can vao ten file ma goi 1. copy link vao vi du:prism-python.min.js 2. ten ngon nua la python */ /*=== New posts ===*/ /*header slider*/ /*=== bai viet lien quan===*/ /*===tabcode===*/

Học Python Qua Ví Dụ #011 - While Loops, Range/ Vòng Lặp While, Range Trong Python

Yêu cầu:1. Vòng Lặp While  2. Range - Cú pháp của range()Thực hiện: 1. Vòng Lặp While  Code: i = 0 while i <= 5: # khi nhỏ hơn hoặc bằng 5 thì thực hiện (i = 6 sẽ dừng) print("Hello world!") i += 1 # i = i + 1, tăng i lên một đơn vị else: print("Done!") Kết quả: C:\python>python Demo.py Hello world! Hello world! (...)

Reset Password Zabbix Admin Via MySQL

Thông tin Username và Password mặc định của zabbix là: Username: Admin Password: zabbix Nếu như chúng ta quên password thì không thể đăng nhập vào được. Tuy nhiên chúng ta có thể reset password của zabbix thông qua MySQL từ linux console. Thực hiện: Kết nối với MySQL với username root: [root@CentOS ~]# mysql -u root -p (...)

Reset Password Zabbix Admin Via MySQL

Thông tin Username và Password mặc định của zabbix là: Username: Admin Password: zabbix Nếu như chúng ta quên password thì không thể đăng nhập vào được. Tuy nhiên chúng ta có thể reset password của zabbix thông qua MySQL từ linux console. Thực hiện: Kết nối với MySQL với username root: [root@CentOS ~]# mysql -u root -p Enter(...)

Học Python Qua Ví Dụ #010 - Condition, Loop For Continue & Break - Hàm Điều Kiện, Vòng Lặp For, Continue & Break Trong Python

Yêu cầu 1. Điều kiện IF 2. Lặp For Continue, For Break , For Lồng Thực hiện: 1. Cấu trúc lệnh if: tạm hiểu theo tiếng Việt là: NẾU đùng THÌ làm.... if condition 1: # lệnh # hoặc khối lệnh elif condition 2: # lệnh # hoặc khối lệnh elif condition 3: # lệnh # hoặc khối lệnh else: # lệnh (...)

Zabbix, Cấu Hình Zabbix Cơ Bản / SNMP Template - Monitoring Graph 3/5

Yêu cầu: 1. Cấu hình SNMP trên Windows2. Cấu hình SNMP trên Cisco IOS3. Add Host Monitor SNMP trên Zabbix Thực hiện 1. Cấu hình SNMP trên Windows Cài SNMP bằng Windows PowerShell PS C:\Users\Administrator> import-module servermanager PS C:\Users\Administrator> Install-WindowsFeature SNMP-Service -IncludeManagementTools Success Restart Needed Exit (...)

Zabbix, Cấu Hình Zabbix Cơ Bản / SNMP Template - Monitoring Graph 3/5

Yêu cầu: 1. Cấu hình SNMP trên Windows 2. Cấu hình SNMP trên Cisco IOS 3. Add Host Monitor SNMP trên Zabbix Thực hiện 1. Cấu hình SNMP trên Windows Cài SNMP bằng Windows PowerShell PS C:\Users\Administrator> import-module servermanager PS C:\Users\Administrator> Install-WindowsFeature SNMP-Service -IncludeManagementTools Success Restart Needed Exit (...)
/*header slide*/