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)- 07:09, 4 January 2025 Onnowpurbo talk contribs created page IMAP (en) (Created page with "In computing, the Internet Message Access Protocol (IMAP) is a standard Internet protocol used by email clients to retrieve email messages from a mail server via a TCP/IP conn...")
- 07:07, 4 January 2025 Onnowpurbo talk contribs created page POP3 (en) (Created page with "'''POP3''' (''Post Office Protocol version 3'') is a protocol used to retrieve electronic mail (email) from an email server. This protocol is closely...")
- 07:05, 4 January 2025 Onnowpurbo talk contribs created page List SMTP Servers various ISP (en) (Created page with "The format here uses the Postfix configuration format so it can be directly cut-and-pasted into the Postfix configuration in /etc/postfix/main.cf: relayhost = smtp.telkom.ne...")
- 07:02, 4 January 2025 Onnowpurbo talk contribs created page SquirrelMail: Installation on Ubuntu 16.04 (en) (Created page with "'''WARNING:''' Squirrelmail has issues with PHP 7.0. Downgrade to PHP 5.6 Set up POP3, IMAP & SMTP Server ==Set Up Additional Repo== sudo add-apt-repositor...")
- 06:58, 4 January 2025 Onnowpurbo talk contribs created page SquirrelMail: Installation (en) (Created page with "Set up POP3, IMAP & SMTP Server ==Ubuntu 16.04== apt-get install apache2 php7.0 php7.0-xmlrpc php7.0-mysql php7.0-gd php7.0-cli \ php7.0-curl mysql-client...")
- 06:53, 4 January 2025 Onnowpurbo talk contribs created page Squirrelmail (en) (Created page with "SquirrelMail is a standard web-based email package written in PHP. It includes built-in pure PHP support for IMAP and SMTP, and all pages are created purely in HTML 4.0 (witho...")
- 06:49, 4 January 2025 Onnowpurbo talk contribs created page Block Spam Using Postfix (en) (Created page with "Blocking spam using SpamAssassin for 1000 emails/minute can overload the CPU. A smarter way to block spam before it reaches SpamAssassin is using RBL (Realtime Blacklists) and...")
- 06:45, 4 January 2025 Onnowpurbo talk contribs created page Postfix: Block Spam (en) (Created page with "Edit /etc/postfix/main.cf Add smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access, reject_invalid_hostname, reject_unknown_recipient_do...")
- 06:44, 4 January 2025 Onnowpurbo talk contribs created page Postfix: Block Sender (en) (Created page with " cd /etc/postfix vi sender_access Enter the addresses you want to block: user@abadboy.com REJECT myfriend@example.com OK junk@spam.com REJECT market...")
- 06:41, 4 January 2025 Onnowpurbo talk contribs created page Postfix: Spam Blacklist Check (en) (Created page with "To check if the postfix server you are operating is on a blacklist, you can look at: https://mxtoolbox.com/blacklists.aspx ==Interesting Links== * Postfix")
- 06:39, 4 January 2025 Onnowpurbo talk contribs created page Postfix Installation (en) (Created page with "Installing postfix on Ubuntu can be done using the command: apt update apt -y install postfix During the installation process: * Select Postfix to operate as...")
- 06:37, 4 January 2025 Onnowpurbo talk contribs created page Postfix (en) (Created page with "What is Postfix? It is a mail server developed by Wietse Venema that started life at IBM research as an alternative to the widely used Sendmail program. Now at Google, Wietse...")
- 06:08, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: Legion (en) (Created page with "'''WARNING:''' Legion uses pip instead of pip3, which can be problematic in KALI 2020.2 and later versions. Legion, a branch from SECFORCE Sparta, is an open-source, easy-to-...")
- 06:00, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: OpenVAS Installation (en) (Created page with "==Installation of OpenVAS== apt update apt install openvas Set up OpenVAS, obtain your password at this stage, openvas-setup [*] [1/3] Updating: NVT --2018-05-17 15:...")
- 05:57, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: w3af (en) (Created page with "W3AF is a feature-rich web attack application and audit framework aimed at detecting and exploiting web vulnerabilities. The entire application security assessment process is...")
- 05:52, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: Scan Vulnerability using Grabber (en) (Created page with "Grabber is a web application scanner. It primarily detects various types of vulnerabilities on your site. Grabber is simple, not fast but portable and very easy to adapt. This...")
- 05:38, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: nikto Check DVWA (en) (Created page with "Nikto is an Open Source web server scanner (GPL) that performs comprehensive tests on web servers for multiple items, including more than 6700 potentially dangerous files/prog...")
- 05:32, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: nikto Search Web Vulnerability (en) (Created page with "Before attacking any website, it's crucial to conduct good reconnaissance. A few minutes of reconnaissance can save hours of hacking time. Attempting various hacking technique...")
- 05:27, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: Web Directory Traversal Vulnerability (en) (Created page with "Directory traversal (or path traversal) is the exploitation of a lack of security validation/sanitization of user-supplied file names, such as characters representing "travers...")
- 05:18, 4 January 2025 Onnowpurbo talk contribs created page Kali Linux: Network Target Penetration Testing Planning (en) (Created page with "In this writing, we will discuss the testing environment and how we choose the chosen platform. Here we will cover the following: * Introduction to advanced penetration testi...")
- 04:53, 4 January 2025 Onnowpurbo talk contribs created page Security: Basic OS Security (en) (Created page with "==Disable Services== * Disable Remote Desktop * Check active port ``` nmap -sT -O localhost netstat -tulpn netstat -ntlupa ``` * Check daemon, in Ubuntu, you can use...")
- 04:46, 4 January 2025 Onnowpurbo talk contribs created page Linux Security Howto (en) (Created page with "Source: http://tldp.org/HOWTO/html_single/Security-HOWTO/ **Linux Security HOWTO** **Authors:** Kevin Fenzi, tummy.com, ltd., <kevin-securityhowto@tummy.com>; Dave Wreski,...")
- 04:41, 4 January 2025 Onnowpurbo talk contribs created page 20 Linux Server Hardening Security Tips (en) (Created page with "Securing your Linux server is crucial to protect data, intellectual property, and time from the hands of malicious crackers. System administrators are responsible for...")
- 04:32, 4 January 2025 Onnowpurbo talk contribs created page Cyber Defence (en) (Redirected page to Cyber Defence) Tag: New redirect
- 04:28, 4 January 2025 Onnowpurbo talk contribs moved page Peta Teknologi Network Security (en) to Cyber Security Technology Map (en)
- 04:22, 4 January 2025 Onnowpurbo talk contribs created page Peta Teknologi Network Security (en) (Created page with "Network security has become essential knowledge for those who want to engage seriously in the Internet. Unfortunately, technology has evolved to such complexity that n...")
- 04:12, 4 January 2025 Onnowpurbo talk contribs created page Cyber Security (en) (Created page with "==KONSEP TCP/IP== ==SIMULATOR JARINGAN== ==IPv6== ==ROUTING== ==ADVANCED ROUTING== ==VoIP and OpenBTS== ==NETWORK BENCHMARKING== ==NETWORK PROGRAMMING== ==INTR...")
- 07:25, 22 December 2024 Onnowpurbo talk contribs created page Firewall: Melawan Ransomware (Created page with "Di bawah ini adalah panduan dalam bahasa Indonesia mengenai solusi firewall open-source di Linux untuk mengurangi risiko ransomware. Perlu diingat, firewall saja biasanya tida...")
- 07:24, 22 December 2024 Onnowpurbo talk contribs created page Firewall: Melawan Ransomware (en) (Created page with "When it comes to ransomware defense on Linux, it’s important to remember that a firewall alone usually isn’t enough. Most ransomware attacks originate via malicious links,...")
- 17:06, 18 December 2024 Onnowpurbo talk contribs created page OS: Android - Membuat Android X86 (Created page with "Berikut adalah penjelasan mengenai cara membangun sistem operasi Android untuk arsitektur x86. Proses ini secara umum melibatkan penggunaan kode sumber Android Open Source Pro...")
- 14:50, 16 December 2024 Onnowpurbo talk contribs created page Cloud Computing Market in Indonesia 2025 and beyond (Created page with "Talking Cloud Computing Trends in APJ and Indonesia with Akamai Jay Jenkins (https://www.linkedin.com/in/jaydotsocial/?originalSubdomain=sg), the CTO of Akamai Cloud Computin...")
- 08:11, 16 December 2024 Onnowpurbo talk contribs created page AWS: IAM (Created page with "Berikut adalah panduan umum untuk meng-setup infrastruktur di AWS agar dapat membangun pipeline yang melibatkan model Hugging Face, RAG (Retrieval-Augmented Generation), dan A...")
- 06:48, 16 December 2024 Onnowpurbo talk contribs created page AWS: LLM HuggingFace RAG (Created page with "Berikut adalah panduan umum dan langkah-langkah yang dapat Anda ambil untuk membangun pipeline Retrieval Augmented Generation (RAG) sederhana menggunakan LLM dari Hugging Face...")
- 06:26, 16 December 2024 Onnowpurbo talk contribs created page AWS: LLM (Created page with "Berikut adalah langkah-langkah dan panduan umum untuk menggunakan layanan AWS dalam membangun, melatih, maupun menjalankan Large Language Models (LLM): ==1. Tentukan Kebutuha...")
- 12:16, 15 December 2024 Onnowpurbo talk contribs created page AWS: Machine Learning (Created page with "AWS (Amazon Web Services) menyediakan serangkaian layanan dan platform yang dirancang untuk membantu perusahaan dan pengembang dalam membangun, melatih, dan menerapkan model m...")
- 12:07, 15 December 2024 Onnowpurbo talk contribs created page AWS: Upload (Redirected page to AWS: Upload File) Tag: New redirect
- 12:07, 15 December 2024 Onnowpurbo talk contribs created page AWS (Created page with " ==Pranala Menarik== * AWS: Upload * AWS: Machine Learning")
- 11:17, 15 December 2024 Onnowpurbo talk contribs created page AWS: Upload File (Created page with "Untuk memuat (upload) file ke AWS, langkah-langkahnya bergantung pada layanan AWS mana yang ingin Anda gunakan. Yang paling umum adalah mengunggah file ke Amazon S3 (Simple St...")
- 10:54, 15 December 2024 Onnowpurbo talk contribs created page 2024/04/30 : Muhammad Ichsan Wafat (Created page with " File:20240430-M-Ichsan-WAFAT.jpg")
- 10:53, 15 December 2024 Onnowpurbo talk contribs created page File:20240430-M-Ichsan-WAFAT.jpg
- 10:53, 15 December 2024 Onnowpurbo talk contribs uploaded File:20240430-M-Ichsan-WAFAT.jpg
- 10:46, 15 December 2024 Onnowpurbo talk contribs created page 2024/12/14 : Rachmat Samik Ibrahim Wafat (Created page with " File:20241214-RMSIbrahim-wafat.jpeg")
- 10:45, 15 December 2024 Onnowpurbo talk contribs created page File:20241214-RMSIbrahim-wafat.jpeg
- 10:45, 15 December 2024 Onnowpurbo talk contribs uploaded File:20241214-RMSIbrahim-wafat.jpeg
- 08:45, 12 December 2024 Onnowpurbo talk contribs created page Institut Teknologi Tangerang Selatan (Created page with "Institut Teknologi Tangerang Selatan adalah sebuah universitas yang berdiri pada tahun 2019 dengan kampus yang berada di daerah BSD, Serpong, Kota Tangerang Selatan. Universi...")
- 14:58, 3 December 2024 Onnowpurbo talk contribs created page Cyber Security: SIEM Open Source 1 (Created page with " Bayu SangkayaBayu Sangkaya • Ke-2 • Ke-2 Senior Information Security Engineer | Cybersecurity Learner, Practitioner, and Trainer | CCNA | ECIH | CEHSenior Information Se...")
- 10:53, 3 December 2024 Onnowpurbo talk contribs created page AWS: membuat RAG sederhana (Created page with "Berikut adalah langkah-langkah sederhana untuk membuat '''RAG (Retrieval-Augmented Generation)''' di AWS: ==1. '''Persiapan Data'''== * '''Kumpulkan Data:''' Siapkan dokumen...")
- 08:13, 30 November 2024 Onnowpurbo talk contribs created page LLM: RAG open source no API no Huggingface di google collab (Created page with "Creating a Python-based Retrieval-Augmented Generation (RAG) model without using APIs or Huggingface while utilizing Gemini for embeddings and Google Colab for execution invol...")
- 07:29, 30 November 2024 Onnowpurbo talk contribs created page LLM: RAG open source no API di google collab (Created page with "Here’s an example of a **Retrieval-Augmented Generation (RAG)** implementation in Python, using Gemini for vector embeddings and a local retrieval system. This setup does no...")
- 18:39, 25 November 2024 Onnowpurbo talk contribs created page MSF: msfvenom untuk linux (Created page with "'''MSFVenom''' adalah salah satu alat dalam Metasploit Framework yang digunakan untuk membuat payloads dan exploit binaries. Untuk membuat dan menggunakan '''Remote Access Tro...")