All public logs
Jump to navigation
Jump to search
Combined display of all available logs of OnnoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 16:32, 28 June 2026 Onnowpurbo talk contribs created page PM: Install Virtual Environment (Created page with "Berikut langkah lengkap membuat '''virtualenv PM4Py di `~/Apps/PM4Py`''' untuk *process mining*. PM4Py resmi bisa di-install dengan `pip install -U pm4py`, dan saat ini menduk...")
- 14:31, 28 June 2026 Onnowpurbo talk contribs created page GNS3: Instalasi di Ubuntu 26.04 + VENV + docker (Created page with "Berikut cara instalasi '''GNS3 di Python virtual environment''' menggunakan folder: ~/Apps/GNS3 Catatan penting: instalasi via `pip/venv` cocok untuk '''GNS3 GUI + GNS3 ser...")
- 05:25, 28 June 2026 Onnowpurbo talk contribs created page ML: Python Virtual Environment Keras + GPU (Created page with "Bisa. Tapi untuk '''Ubuntu 26.04''', hati-hati: TensorFlow resmi masih mensyaratkan '''Python 3.9–3.12''' untuk instalasi pip, sedangkan Ubuntu 26.04 memakai Python lebih ba...")
- 05:14, 28 June 2026 Onnowpurbo talk contribs created page ML: Python Virtual Environment + GPU (Created page with "Berikut setup praktis di Ubuntu/Linux. mkdir -p ~/Apps/Python cd ~/Apps/Python == 1. Install paket dasar== sudo apt update sudo apt install -y python3 python3-venv pyth...")
- 05:09, 28 June 2026 Onnowpurbo talk contribs created page ML: Python Virtual Environment (Created page with "Berikut langkah sederhana di Ubuntu: mkdir -p ~/Apps/Python cd ~/Apps/Python Install paket dasar: sudo apt update sudo apt install -y python3 python3-pip python3-venv p...")
- 03:55, 28 June 2026 Onnowpurbo talk contribs created page LMStudio: Ubuntu 26.04 NVIDIA Install (Created page with "= Install NVIDIA Driver di Ubuntu 26.04 Desktop= == 1. Cek GPU== lspci | grep -Ei "vga|3d|display|nvidia" == 2. Update sistem== sudo apt update sudo apt upgrade -y sud...")
- 03:49, 28 June 2026 Onnowpurbo talk contribs created page LMStudio: Ubuntu 26.04 Install (Created page with "= Instalasi LM Studio di Ubuntu 26.04 Desktop= > '''Catatan penting:''' Secara resmi LM Studio mendukung Linux melalui '''AppImage'''. Dokumentasi resminya menyatakan Ubuntu...")
- 19:15, 23 June 2026 Onnowpurbo talk contribs created page Roundcube: Ubuntu 26.04 Instalasi (Created page with "Berikut setup '''Roundcube + SMTP + IMAP + POP3''' di Ubuntu 26.04 untuk '''latihan pentest lokal''', '''tanpa firewall''', dan '''tanpa database server'''. Roundcube tetap bu...")
- 11:43, 23 June 2026 Onnowpurbo talk contribs created page LLM: Ubuntu 26.04 server Ollama GPU + Open-WebUI + n8n + WAHA + Wazuh docker (Created page with "Prompt: <pre> Instalasi di Ubuntu 26.04 server via docker untuk - IP address server 192.168.0.105 - Ollama dengan GPU nvidia - Open-WebUI - n8n:1.123.9 - WAHA env - WH...")
- 09:49, 23 June 2026 Onnowpurbo talk contribs created page LLM: Ubuntu 26.04 server Ollama GPU + Open-WebUI + n8n + WAHA + Wazuh + Webmail docker (Created page with "Prompt: <pre> Instalasi di Ubuntu 26.04 server via docker untuk - IP address server 192.168.0.105 - Ollama dengan GPU nvidia - Open-WebUI - n8n:1.123.9 - WAHA - Wazuh - webma...")
- 04:41, 23 June 2026 Onnowpurbo talk contribs created page Cyber Security: Python: Compare Isolasi Outliar vs Alert (Created page with "<pre> #!/usr/bin/env python3 """ compare_outlier_alerts.py Membandingkan hasil outlier Wazuh dengan alerts.json. Tujuan: - Membaca semua file hasil outlier dari folder terte...")
- 04:11, 23 June 2026 Onnowpurbo talk contribs created page Cyber Security: Python: Isolasi Outliar (Created page with "Bisa. Ini skrip Python '''read-only''' untuk menganalisis: /opt/wazuh-data/logs/archives/archives.json Tujuannya: membaca log Wazuh, membuat fitur sederhana, lalu memakai '...")
- 03:30, 23 June 2026 Onnowpurbo talk contribs created page Cyber Security: Ubuntu 26.04: Wazuh Agent Install (Created page with "Prompt: install wazuh agent untuk IP wazuh manager 192.168.0.5 nama device server-korban-192.168.0.100 CLI: sudo apt-get update sudo apt-get install -y gnupg apt-transpo...")
- 02:28, 23 June 2026 Onnowpurbo talk contribs created page LLM: ollama pull models minimalist (Created page with "Cek https://ollama.com/library https://ollama.com/library?sort=popular Contoh ollama pull qwen3-embedding ollama pull nomic-embed-text:latest ollama pull embeddinggemm...")
- 02:06, 23 June 2026 Onnowpurbo talk contribs created page LLM: Ubuntu 26.04 server Ollama GPU + Open-WebUI + n8n + WAHA docker (Created page with "Di bawah ini versi '''siap copy-paste''' untuk Ubuntu 26.04 Server IP `192.168.0.105`: Target service: Ollama GPU NVIDIA : http://127.0.0.1:11434 Open-WebUI : http:...")
- 13:29, 19 June 2026 Onnowpurbo talk contribs created page Cyber Security: Ollama: Analisa Full Log JSONL (Created page with "== Script Python== [Download `wazuh_sensor_to_ollama.py`](sandbox:/mnt/data/wazuh_sensor_to_ollama.py) Script sudah: * diperiksa sintaks Python-nya; * diuji dengan contoh e...")
- 16:09, 17 June 2026 Onnowpurbo talk contribs created page Mediawiki 1.31 Instalasi Docker Ubuntu 24.04 (Created page with "== Catatan penting== '''MediaWiki 1.31.16 sudah berstatus *End of Life* sejak 30 September 2021''' dan tidak lagi menerima perbaikan keamanan. Versi ini mensyaratkan minimal...")
- 08:29, 17 June 2026 Onnowpurbo talk contribs created page Download `wazuh sensor to ollama.py` (Created page with "<pre> #!/usr/bin/env python3 """ wazuh_sensor_to_ollama.py Pipeline data sensor penuh Wazuh: archives.json -> validasi JSON -> normalisasi field...")
- 08:28, 17 June 2026 Onnowpurbo talk contribs created page Cyber Security: Python: kirim Wazuh Archive ke Ollama (Created page with "== Script Python== [Download `wazuh_sensor_to_ollama.py`] Script sudah: * diperiksa sintaks Python-nya; * diuji dengan contoh event Wazuh; * tidak membutuhkan library Pyth...")
- 08:20, 17 June 2026 Onnowpurbo talk contribs created page DVWA: instalasi Ubuntu 26.04 (Created page with "= Instalasi DVWA Versi Terbaru di Ubuntu Server 26.04= Metode yang direkomendasikan adalah memakai '''Docker Compose dari repositori resmi DVWA'''. Image resminya berada di `...")
- 05:26, 17 June 2026 Onnowpurbo talk contribs created page Wazuh to ollama.py (Created page with "<code><nowiki> #!/usr/bin/env python3 """ wazuh_to_ollama.py Membaca alert JSONL Wazuh, menyaring berdasarkan level rule, mengirim alert ke Ollama, lalu menyimpan hasil ana...")
- 05:23, 17 June 2026 Onnowpurbo talk contribs created page Cyber Security: Python: kirim Wazuh Alert ke Ollama (Created page with "## Script Python [Download `wazuh_to_ollama.py`](sandbox:/mnt/data/wazuh_to_ollama.py) Script sudah diperiksa sintaksnya dan diuji menggunakan contoh alert Wazuh dalam mode...")
- 05:01, 17 June 2026 Onnowpurbo talk contribs created page LLM: docker shell access (Created page with "Untuk masuk ke shell container Docker Ollama: docker ps Cari nama container Ollama pada kolom `NAMES`, misalnya: CONTAINER ID IMAGE NAMES abc123456789 o...")