User contributions for Karavi
Jump to navigation
Jump to search
27 October 2023
- 09:2809:28, 27 October 2023 diff hist +5,066 N Ubuntu odoo letsencrypt Created page with "'''1/ Install certbot :''' <nowiki>#</nowiki>> sudo apt update <nowiki>#</nowiki>> sudo apt install certbot '''2/ Generate Strong Dh (Diffie-Hellman) Group:''' sudo openssl dhparam -out /etc/ssl/certs/dhparam.pem 2048 '''3/ Map <code>.well-known/acme-challenge</code> to <code>/var/lib/letsencrypt</code> Directory:''' <nowiki>#</nowiki>> sudo mkdir -p /var/lib/letsencrypt/.well-known <nowiki>#</nowiki>> sudo chgrp www-data /var/lib/letsencrypt <nowiki>#</nowiki..." current Tag: Visual edit: Switched
26 October 2023
- 17:0217:02, 26 October 2023 diff hist +1,721 Mikrotik wireless No edit summary Tag: Visual edit
- 17:0117:01, 26 October 2023 diff hist +648 N Mikrotik wireless Created page with " اسپکترال می تواند تمام فرکانس هایی که کارت وایرلس دستگاه شما پشتیبانی می کند را اسکن کند. به قسمت ترمینال دستگاه خود بروید و دستور زیر را وارد کنید. Irmikro@MikroTik] interface wireless و پس از وارد شدن به مود وایرلس دستور زیر را وارد کنید. Irmikro@MikroTik] /interface wireless> spectral-history range=5000-..." Tag: Visual edit
- 06:3806:38, 26 October 2023 diff hist +112 Odoo install ubuntu No edit summary current
- 04:3804:38, 26 October 2023 diff hist +490 N Plesk windows repair Created page with " <code>"%plesk_cli%/repair" --reconfigure-mssql-webadmin-site</code> <code>"%plesk_cli%/repair" --update-mssql-users-permissions</code> <code>"%plesk_bin%\websrvmng.exe" --reconfigure-all</code> <code>"%plesk_bin%\ftpmng.exe" --reconfigure-all</code> <code>"%plesk_bin%\mchk.exe" --all --fix=all</code> <code>"%plesk_bin%\dnsmng.exe" update *</code> "%plesk_dir%admin\bin\defpackagemng.exe" --update --type=psa.task-manager --package=task-manager --fix sc query "Pl..." Tag: Visual edit
- 03:5803:58, 26 October 2023 diff hist +68 Odoo install ubuntu No edit summary Tag: Visual edit: Switched
25 October 2023
- 16:0516:05, 25 October 2023 diff hist +1,928 N Mikrotik firewall ddos Created page with "/ip firewall filter add action=MEMO chain=forward comment="::::::::::::::::::::::::::::::::::::::::::::: Filter Hack DDos :::::::::::::::::::::::::::::::::::::::::::::" disabled=yes add action=return chain=detect-ddos comment="DDoS Exit admin" src-address-list=Mangle_Allow_Admin add action=return chain=detect-ddos comment="DDoS Exit Web " dst-port=80 protocol=tcp add action=return chain=detect-ddos comment="DDoS Exit Web " dst-port=443 ..." Tag: Visual edit
- 16:0016:00, 25 October 2023 diff hist +7,340 N Mikrotik firewall cpanel linux Created page with "/ip firewall filter add action=log chain=MEMO comment="::::::::::::::::::::::::::::::::::::::::START NTK_Froward_To_Cpanel_Linux:::::::::::::::::::::::::::::::::::::::::::: :" disabled=yes add action=accept chain=NTK_Froward_To_CPANEL_Linux comment="CPANEL FTP" dst-port=20 protocol=tcp add action=accept chain=NTK_Froward_To_CPANEL_Linux comment="CPANEL FTP" dst-port=21 protocol=tcp add action=accept chain=NTK_Froward_To_CPANEL_Linux comment="C..." current Tag: Visual edit
- 15:5515:55, 25 October 2023 diff hist +3,317 N Mikrotik firewall plesk linux Created page with "/ip firewall filter add action=log chain=MEMO comment="::::::::::::::::::::::::::::::::::::::::START PLESK_Linux:::::::::::::::::::::::::::::::::::::::::::::" disabled=yes add action=accept chain=NTK_Froward_To_PLESK_Linux comment= "PLESK for FTP passive mode - incoming connections only" disabled=yes dst-port=49152-65535 protocol=tcp add action=accept chain=NTK_Froward_To_PLESK_Linux comment= "PLESK Plesk HTTP (TCP)" dst-port=8880 protocol=tcp add ac..." current Tag: Visual edit
- 15:5215:52, 25 October 2023 diff hist +4,576 N Mikrotik firewall plesk windows Created page with "/ip firewall filter add action=log chain=MEMO comment="::::::::::::::::::::::::::::::::::::::::START PLESK_Windows:::::::::::::::::::::::::::::::::::::::::::::" disabled= yes add action=accept chain=NTK_Froward_To_PLESK_Windows comment= "PLESK for FTP passive mode - incoming connections only" disabled=yes dst-port=49152-65535 protocol=tcp add action=accept chain=NTK_Froward_To_PLESK_Windows comment= "PLESK Plesk HTTP (TCP)" dst-port=8880 protocol=..." current Tag: Visual edit
- 15:1915:19, 25 October 2023 diff hist −1 Ubuntu zabbix agent2 No edit summary
24 October 2023
- 16:2416:24, 24 October 2023 diff hist +24 Ubuntu zabbix agent2 No edit summary Tag: Visual edit: Switched
- 16:0916:09, 24 October 2023 diff hist +227 N Ubuntu after install Created page with "lsb_release -a sudo -i sudo hostname sudo hostname s35.ntkhost.com sudo hostname hostnamectl hostnamectl set-hostname s35.ntkhost.com hostnamectl sudo apt update sudo apt upgrade -y sudo apt-get dist-upgrade -u"
23 October 2023
- 12:2012:20, 23 October 2023 diff hist +71 Ubuntu zabbix agent2 No edit summary
- 11:3011:30, 23 October 2023 diff hist +4 Ubuntu zabbix agent2 No edit summary
- 11:3011:30, 23 October 2023 diff hist +489 N 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:2911:29, 23 October 2023 diff hist +812 N 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..."
19 October 2023
- 04:0204:02, 19 October 2023 diff hist +1 Odoo install ubuntu No edit summary
- 04:0104:01, 19 October 2023 diff hist +185 Odoo install ubuntu No edit summary Tag: Visual edit: Switched
- 03:5603:56, 19 October 2023 diff hist −74 Odoo install ubuntu No edit summary Tags: Manual revert Visual edit: Switched
- 03:5603:56, 19 October 2023 diff hist +74 Odoo install ubuntu No edit summary Tags: Reverted Visual edit: Switched
18 October 2023
- 16:4816:48, 18 October 2023 diff hist +7,210 N 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..."