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)- 09:54, 26 July 2026 Onnowpurbo talk contribs created page MCP: Reset dari nol, embed semua doc, isi vector database (Created page with "# Rekomendasi **Tidak perlu install ulang AnythingLLM.** Gunakan reset melalui API lalu lakukan **restart normal**, bukan `docker kill` atau force restart. Menghapus dan mem...")
- 09:40, 26 July 2026 Onnowpurbo talk contribs created page MCP: Regenerate Vector Database untuk update content documents (Created blank page)
- 09:04, 26 July 2026 Onnowpurbo talk contribs created page MCP: Instalasi pip (Created page with "Error tersebut berarti Python sudah ada, tetapi modul **pip** belum terpasang. Gunakan virtual environment supaya tidak mengganggu Python sistem Ubuntu. Ubuntu juga merekomend...")
- 08:47, 26 July 2026 Onnowpurbo talk contribs created page Batch pdf to md.sh (Created page with "<pre> #!/usr/bin/env bash # Batch wrapper untuk pdf_to_rag_md.py # # Penggunaan: # ./batch_pdf_to_md.sh /path/folder_pdf # ./batch_pdf_to_md.sh /path/folder_pdf /path/fol...")
- 08:44, 26 July 2026 Onnowpurbo talk contribs created page MCP: Convert PDF ke .md (Created page with "Shell script sudah dibuat berdasarkan opsi CLI pada Python terlampir. ### File * [Download paket lengkap ZIP](sandbox:/mnt/data/pdf_batch_converter.zip) * [Download shell s...")
- 04:03, 25 July 2026 Onnowpurbo talk contribs created page Pdf to rag md.py (Created page with "<pre> #!/usr/bin/env python3 """ Convert a text-based PDF into RAG-friendly Markdown files, one file per topic. Main features ------------- - Uses the PDF table of contents w...")
- 03:57, 25 July 2026 Onnowpurbo talk contribs created page Requirements-pdf-to-rag-md.txt (Created page with " pymupdf>=1.26,<2 pyyaml>=6,<7")
- 03:54, 25 July 2026 Onnowpurbo talk contribs created page RAG: PDF to md (Created page with "## File Python * [Unduh `pdf_to_rag_md.py`](sandbox:/mnt/data/pdf_to_rag_md.py) * [Unduh `requirements-pdf-to-rag-md.txt`](sandbox:/mnt/data/requirements-pdf-to-rag-md.txt)...")
- 03:53, 25 July 2026 Onnowpurbo talk contribs created page RAG (Created page with " ==Pranala Menarik== * RAG: PDF to md")
- 16:56, 24 July 2026 Onnowpurbo talk contribs created page MCP: Instalasi (Created page with "# PANDUAN INSTALASI LOCAL AI STACK BERBASIS DOCKER ## Ollama + Open WebUI + AnythingLLM + MCP + n8n **Perangkat:** ```text Laptop : Dell RAM : 16 GB GPU...")
- 06:43, 24 July 2026 Onnowpurbo talk contribs created page ComfyUI: Text to Speech (Created page with "Saya sudah membuat workflow **Text-to-Speech Bahasa Indonesia** paling sederhana: [Download workflow JSON ComfyUI TTS Indonesia](sandbox:/mnt/data/comfyui_tts_bahasa_indonesi...")
- 01:10, 24 July 2026 Onnowpurbo talk contribs created page LLM: Ubuntu 26.04 server Ollama GPU + Open-WebUI + n8n + WAHA + ComfyUI docker (Created page with "# Instalasi AI Stack di Ubuntu Server 26.04 Target perangkat: * Laptop Dell * NVIDIA GeForce RTX 4060 Laptop GPU 8 GB * Ubuntu Server 26.04 * Docker Engine + Docker Compose...")
- 16:17, 21 July 2026 Onnowpurbo talk contribs created page ComfyUI: Instalasi via docker compose (Created page with "## Menambahkan ComfyUI ke Docker Compose yang sudah ada Cara yang relatif aman adalah **membangun image ComfyUI sendiri dari repositori resmi**, bukan memakai image komunitas...")
- 09:41, 20 July 2026 Onnowpurbo talk contribs created page Internet OFFLINE: Ubuntu 26.04 install asterisk (Created page with "# Instalasi Asterisk Ubuntu Server 26.04 ## Extension SIP 1000–1100 Panduan berikut mengadaptasi pendekatan buku *VoIP Desa Menggunakan Asterisk*: instalasi melalui APT, p...")
- 08:20, 4 July 2026 Onnowpurbo talk contribs created page DVWP (Created page with "Ahh siap — '''DVWP = Damn Vulnerable WordPress'''. DVWP lebih realistis dibanding DVWA untuk latihan WordPress security, karena kamu belajar hal-hal yang sering muncul di p...")
- 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...")
- 15:53, 14 June 2026 Onnowpurbo talk contribs created page Cyber Security: Ollama: startegi analisa log JSONL (Created page with "## Metode terbaik: jangan kirim seluruh `alerts.json` langsung ke Ollama Pipeline tercepat dan paling akurat adalah: ```text alerts.json ↓ Python: parsing, filter, agr...")
- 12:20, 14 June 2026 Onnowpurbo talk contribs created page Cyber Security: Ubuntu 24.04: Wazuh Install (Created page with "'''Disarankan menggunakan Ubuntu Server 22.04 atau 24.04.''' Instalasi native Wazuh saat ini belum mencantumkan Ubuntu 26.04 sebagai sistem yang didukung resmi. ([Dokumentasi...")
- 10:09, 14 June 2026 Onnowpurbo talk contribs created page Cyber Security: Ubuntu 26.04: Wazuh Install (Created page with "Instalasi Wazuh Server di Ubuntu 26.04== '''Catatan penting:''' Ubuntu 26.04 LTS belum tercantum sebagai sistem operasi yang didukung resmi oleh instalasi native Wazuh. Dokum...")
- 14:37, 28 May 2026 Onnowpurbo talk contribs created page DEM (Created page with " ==URL== * https://tanahair.indonesia.go.id/portal-web/unduh/demnas (DEMNAS)")
- 18:32, 20 May 2026 Onnowpurbo talk contribs created page Mikrotik 7: BGP Sedehana (Created page with "center|400px|thumb Sambungan ISP1: eth0 --> ISP3 eth0 eth1 --> ISP2 eth1 ISP2 eth0 --> ISP3 eth1 eth1 --> ISP1 eth1 ISP3 eth0 -->...")
- 06:30, 11 May 2026 Onnowpurbo talk contribs created page File:Ilmu-AI.jpeg
- 06:30, 11 May 2026 Onnowpurbo talk contribs uploaded File:Ilmu-AI.jpeg
- 05:07, 30 April 2026 Onnowpurbo talk contribs created page NVME: Ubuntu 26.04 Deteksi (Created page with "```wiki = Detect NVMe di Ubuntu = Untuk '''detect NVMe di Ubuntu''', jalankan beberapa perintah berikut dari Terminal. == 1. Cek disk NVMe paling cepat == <syntaxhighlight...")
- 04:55, 30 April 2026 Onnowpurbo talk contribs created page Ubuntu: Install 26.04 di laptop HP nvme (Created page with "Berikut cara **format laptop HP dengan NVMe dan install Ubuntu 26.04**. Ubuntu 26.04 LTS sudah tersedia sebagai rilis resmi Canonical, dan Ubuntu menyediakan ISO Desktop 64-bi...")
- 15:51, 29 April 2026 Onnowpurbo talk contribs created page GNS3: Instalasi di Ubuntu 26.04 (Created page with "Tambahkan sudo su apt update apt -y install virtualbox Tambahkan repository sudo su sudo add-apt-repository ppa:gns3/ppa Install GNS3 sudo apt update && sudo apt -y...")
- 13:16, 20 April 2026 Onnowpurbo talk contribs created page Python: Nulis nama di PDF Sertifikat (Created page with "Bisa. Cara paling aman biasanya begini: * siapkan '''1 file template sertifikat PDF''' * siapkan '''1 file daftar nama''' * jalankan script untuk membuat '''1 PDF per nama'''...")
- 06:26, 26 March 2026 Onnowpurbo talk contribs created page ComfyUI: Instalasi venv GPU (Created page with "Berikut '''panduan lengkap tapi singkat''' untuk '''Ubuntu 24.04 + GPU kelas RTX 5070/5070 Ti''' menjalankan '''ComfyUI''' dengan model '''grafik/gambar''' dan '''audio'''. C...")