FBFadzali Bakarinfadzali.hashnode.dev·Dec 4, 2024 · 1 min readChatbot:Run flowise and ollama locallyPrerequisites Server: ollama run llama3.2 ollama run nomic-embed-text:la Install Flowise locally using NPM: npm install -g flowise Start Flowise: npx flowise start if successful: Steps: 1 . Create documents stores 2. Click Document store an...00
FBFadzali Bakarinfadzali.hashnode.dev·Jan 22, 2024 · 1 min readNagios monitoring Dell R740 using idrac(agentless) via snmpTested on Machine:Debian 10 (python 3.9)Dell R740 (idrac9) Step1: Download https://github.com/dangmocrang/check_idrac (Thanks to dangmocrang ) Step2: Dowload https://github.com/fadzali/check_idrac/blob/master/iDRAC-SMIv2.mib cp iDRAC-SMIv2.mib /usr/...00
FBFadzali Bakarinfadzali.hashnode.dev·Nov 7, 2023 · 1 min readHow to seamlessly integrate ClamAV and Maldet, and establish monitoring and alerting systems with Nagios and Slack on debian 11Step 1: Installing clamAV wget https://www.clamav.net/downloads/production/clamav-1.0.4.linux.x86_64.deb dpkg -i 1.0.4.linux.x86_64.deb apt install clamav-daemon inotify-tools note: My debian 11 machine not compatible with with clamav current ver...00
FBFadzali Bakarinfadzali.hashnode.dev·Sep 19, 2023 · 3 min readHow to configure Posit connect with Apache2.4(reverse proxy) and Modsecurity on ubuntu22.04Step 1 : Install posit connet without reverse proxy. Follow step at https://docs.posit.co/connect/admin/getting-started/local-install/manual-install/ After finish installation, the posit config in /etc/rstudio-connect/rstudio-connect.gcfg ; Posit ...00