All public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki karavi. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:30, 23 October 2023 Karavi talk contribs created page Ubuntu zabbix agent2 (Created page with "#Install and configure Zabbix for your platform wget https://repo.zabbix.com/zabbix/6.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.4-1+ubuntu22.04_all.deb dpkg -i zabbix-release_6.4-1+ubuntu22.04_all.deb apt update apt install zabbix-agent2 zabbix-agent2-plugin-* sudo nano /etc/zabbix/zabbix_agentd.conf ... Server=<Zabbix_Server_IP> ServerActive=<Zabbix_Server_IP> Hostname=<Hostname_Of_Ubuntu_Client> ... systemctl restart zabbix-agent2 systemctl enable...")
- 11:29, 23 October 2023 Karavi talk contribs created page Ubuntu zabbix agent (Created page with "#Step 1: Update Your System sudo apt update sudo apt upgrade -y Step 2: Install Zabbix Agent wget https://repo.zabbix.com/zabbix/6.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.0-4+ubuntu22.04_all.deb sudo dpkg -i zabbix-release_6.0-4+ubuntu22.04_all.deb sudo apt update sudo apt install zabbix-agent #Step 3: Configure Zabbix Agent sudo nano /etc/zabbix/zabbix_agentd.conf ... Server=<Zabbix_Server_IP> ServerActive=<Zabbix_Server_IP> Hostname=<H...")
- 16:48, 18 October 2023 Karavi talk contribs created page Odoo install ubuntu (Created page with "#-------------------------------------------------- #Step 1: Update Package Manager #-------------------------------------------------- lsb_release -a && ip r sudo apt-get update sudo apt-get upgrade -y sudo apt install git wget python3 build-essential libzip-dev python3-dev libxslt1-dev python3-pip libldap2-dev python3-wheel libsasl2-dev python3-venv python3-setuptools node-less libjpeg-dev xfonts-75dpi xfonts-base libxrender1 libpq-dev libffi-dev fontconfig sudo apt...")