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)- 14:48, 29 April 2022 Onnowpurbo talk contribs created page JAVA: Classes and Objects (Created page with "Classes and Objects are basic concepts of Object Oriented Programming which revolve around the real life entities. Class A class is a user defined blueprint or prototype from...")
- 11:30, 29 April 2022 Onnowpurbo talk contribs created page File:Object-Oriented-Programming-Concepts.jpg
- 11:30, 29 April 2022 Onnowpurbo talk contribs uploaded File:Object-Oriented-Programming-Concepts.jpg
- 10:31, 29 April 2022 Onnowpurbo talk contribs created page JAVA: OOPS Concept (Created page with "As the name suggests, Object-Oriented Programming or OOPs refers to languages that uses objects in programming. Object-oriented programming aims to implement real-world entiti...")
- 14:09, 28 April 2022 Onnowpurbo talk contribs created page ACR39U Smart Card Reader Writer (Created page with " ==Referensi== * https://www.acs.com.hk/en/driver/302/acr39u-smart-card-reader/")
- 14:04, 28 April 2022 Onnowpurbo talk contribs created page Open5GS (Created page with " ==Referensi== * https://open5gs.org/ * https://github.com/open5gs")
- 07:37, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: commercial eNodeB gNodeB (Created page with "eNodeBs / gNodeBs tested on Open5GS 2022-04-22 08:43 This page lists Radio hardware that has been tested by members of the Open5GS community, If you have tested radio hardwa...")
- 07:35, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: Quick Start (Created page with "Quickstart 2022-04-22 08:43 1. Introduction to Open5GS Welcome! If you want to set up your first Open5GS core you have come to the right place. Before we get started, we’ll...")
- 07:32, 25 April 2022 Onnowpurbo talk contribs created page 5G: Open5GS: Your First LTE (Created page with "Your First LTE 2022-04-22 08:43 This post is the perfect starting point for learning to build your own LTE network. View this lession as a guided introduction – including t...")
- 12:01, 23 April 2022 Onnowpurbo talk contribs created page Ubuntu: decoder H.264 High 4:4:4 Profile (Created page with " sudo apt -y install ubuntu-restricted-extras sudo apt -y install libavcodec58 ffmpeg libav-tools")
- 10:34, 21 April 2022 Onnowpurbo talk contribs created page IDS: cicflowmeter.py (Created page with "Installation git clone https://gitlab.com/hieulw/cicflowmeter cd cicflowmeter python setup.py install or pip install cicflowmeter Usage usage: cicflowmeter [-h] (-i...")
- 09:37, 21 April 2022 Onnowpurbo talk contribs created page IDS: flow-tools install ubuntu 20.04 (Created page with " sudo apt-get update -y sudo apt-get install -y flow-tools")
- 06:33, 21 April 2022 Onnowpurbo talk contribs created page IDS: YaF SiLK catatan dari CERT NetSA (Created page with " ==Referensi== * https://tools.netsa.cert.org/silk/silk-on-box-deb.html")
- 09:20, 20 April 2022 Onnowpurbo talk contribs created page IDS: YaF SiLK untuk Menangkap Packet Flow (Created page with "building a yaf+silk testing vm Mar 9, 2017 I am currently in the process of developing a collection of tools to provide network security monitoring and traffic analysis capab...")
- 08:40, 20 April 2022 Onnowpurbo talk contribs created page IDS: NetFlow Data Format / Struktur (Created page with " total Fwd Packet Total packets in the forward direction total Bwd packets Total packets in the backward direction total Length of Fwd Packet Total size of packet in forwa...")
- 14:43, 16 April 2022 Onnowpurbo talk contribs created page ITTS MQTT Test Client: Privacy Policy (Created page with "==Privacy Policy== built the ITTS MQTT Test Client app as a Free app. This SERVICE is provided by at no cost and is intended for use as is. This page is used to inform visit...")
- 08:15, 16 April 2022 Onnowpurbo talk contribs created page MQTT: Android Studio MQTT Test Client (Created page with "==settings.gradle== pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url "https:/...")
- 16:28, 14 April 2022 Onnowpurbo talk contribs created page Android Studio: HMS Tool Kit Integration to Android Studio (Created page with " * Start Android Studio, * go to File > Settings > Plugins > Marketplace, enter HMS Toolkit in the search box, * click Install. * After the installation is complete, restart A...")
- 14:40, 13 April 2022 Onnowpurbo talk contribs created page Android Studio: Input Text (Created page with "Overview The EditText is the standard text entry widget in Android apps. If the user needs to enter text into an app, this is the primary way for them to do that. EditText T...")
- 13:40, 13 April 2022 Onnowpurbo talk contribs created page Android Studio: Call Activity & Passing Variable (Created page with " ==activity_main.xml== <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"...")
- 08:56, 13 April 2022 Onnowpurbo talk contribs created page Android Studio: Passing Variable between Activities (Created page with " In your current Activity, create a new Intent: String value="Hello world"; Intent i = new Intent(CurrentActivity.this, NewActivity.class); i.putExtra("key",value);...")
- 08:24, 13 April 2022 Onnowpurbo talk contribs created page Android Studio: EditText (Created page with " We can create a EditText instance by declaring it inside a layout(XML file) or by instantiating it programmatically (i.e. in Java Class). EditText code in XML: <EditText...")
- 05:45, 12 April 2022 Onnowpurbo talk contribs created page MQTT: Android EventBus (Created page with "I think to share some facts with you which I collected from my current android project.I have to handle lots of API callings while developing that app.So when we come to netwo...")
- 06:09, 11 April 2022 Onnowpurbo talk contribs created page Android Studio: simpleTextView (Created page with " TextView code in XML: <TextView android:id="@+id/simpleTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="AbhiAndroid" />...")
- 05:43, 11 April 2022 Onnowpurbo talk contribs created page MQTT: Android Studio MQTT Test (Created page with "==settings.gradle== pluginManagement { repositories { gradlePluginPortal() google() mavenCentral() maven { url "https:/...")
- 05:15, 8 April 2022 Onnowpurbo talk contribs created page MQTT: mosquitto.conf (Created page with "==Option 1== pid_file /run/mosquitto/mosquitto.pid allow_anonymous true persistence true persistence_location /var/lib/mosquitto/ log_dest file /var/log/mosquitto/mosqui...")
- 13:37, 7 April 2022 Onnowpurbo talk contribs created page MQTT: install di Debian 11 (Created page with "Instalasi sudo apt update -y && sudo apt install mosquitto mosquitto-clients -y Check & Start sudo systemctl status mosquitto sudo systemctl start mosquitto sudo system...")
- 14:19, 4 April 2022 Onnowpurbo talk contribs created page MQTT: Android iGenius (Created page with " ==Referensi== * https://github.com/iGenius-Srl/android-mqtt-service")
- 11:11, 4 April 2022 Onnowpurbo talk contribs created page MQTT: Kotlin MQTT Android (Created page with " ==Referensi== * https://www.emqx.com/en/blog/android-connects-mqtt-using-kotlin")
- 08:37, 2 April 2022 Onnowpurbo talk contribs created page MQTT: install di Ubuntu 20.04 lebih simple (Created page with " ==Referensi== * https://www.arubacloud.com/tutorial/how-to-install-and-secure-mosquitto-on-ubuntu-20-04.aspx#HowtoinstallandsecureMosquittoonUbuntu20.04")
- 05:07, 2 April 2022 Onnowpurbo talk contribs created page Debian: rsync (Created page with " apt install rsync")
- 04:18, 2 April 2022 Onnowpurbo talk contribs created page Debian: net-tools (Created page with "Install apt install net-tools Maka akan ada * netstat * ifconfig")
- 05:09, 31 March 2022 Onnowpurbo talk contribs created page MQTT: Paho MQTT Android Example (Created page with " ==Referensi== * https://github.com/eclipse/paho.mqtt.android/tree/master/paho.mqtt.android.example")
- 18:53, 30 March 2022 Onnowpurbo talk contribs created page Android Studio: HMS Push Kit (Created page with " ==Referensi== * https://github.com/HMS-Core/hms-push-clientdemo-android")
- 03:09, 29 March 2022 Onnowpurbo talk contribs created page Android Studio: HMS Analytics (Created page with " ==Referensi== * https://developer.huawei.com/consumer/en/doc/development/HMSCore-Guides/introduction-0000001050745149")
- 10:43, 28 March 2022 Onnowpurbo talk contribs created page Android Studio: Build Signed Release Apps (Created page with "Untuk membuat Signed Relase Apps ==Pastikan ICON bukan Android Avatar== * Delete Folder res/drawable res/mipmap * Generate Project > app > res > New > Image Asset & pili...")
- 05:07, 26 March 2022 Onnowpurbo talk contribs created page MQTT: Android Simple Connect (Created page with " ==Referensi== * https://www.hivemq.com/blog/mqtt-client-library-enyclopedia-paho-android-service/")
- 19:32, 24 March 2022 Onnowpurbo talk contribs created page MQTT: Android Paho Service (Created page with " ==Referensi== * https://github.com/eclipse/paho.mqtt.android * https://www.hivemq.com/blog/mqtt-client-library-enyclopedia-paho-android-service/")
- 12:36, 24 March 2022 Onnowpurbo talk contribs created page MQTT: Android Client Example (Created page with " It also contain one textView that will subscribe and show the message received from the MQTT service. * When click button Publish, you will see the “the payload” in the...")
- 09:26, 24 March 2022 Onnowpurbo talk contribs created page MQTT: Android Client Simple (Created page with "Android and MQTT: A Simple Guide How to develop an MQTT Client with Android Simplicity is the keynote of all true elegance MQTT stands for Message Queuing Telemetry Transport...")
- 06:34, 23 March 2022 Onnowpurbo talk contribs created page MQTT: Android Client Encryption (Created page with "Creating an SSL/TLS Android MQTT Client Photo by cottonbro from Pexels In this guide, we will be creating an Android MQTT client application that can send and receive message...")
- 06:32, 23 March 2022 Onnowpurbo talk contribs created page MQTT: ESP8266 Encryption (Created page with "Using ESP8266 as an IoT Endpoint with Encrypted MQTT Transport A while back, I purchased a few SparkFun Thing Dev boards (featuring the venerable ESP8266 WiFi chipset) and Spa...")
- 11:13, 22 March 2022 Onnowpurbo talk contribs created page OpenWRT: Menggunakan di mesin yang hanya ada python3 (Created page with "Tidak bisa pakai python3 harus buat virtualenv di python2 1 Since Python3 is not backward compatible you need to provide Python2 for installation. Follow this instructions...")
- 09:42, 21 March 2022 Onnowpurbo talk contribs created page Android Studio: Siapkan App Signing untuk Upload ke App Gallery (Created page with " /usr/local/android-studio-bumblebee/jre/bin/keytool -export -rfc -keystore ittsinternetoffline.jks -alias key0 -file upload_certificate.pem Enter keystore password: C...")
- 09:34, 21 March 2022 Onnowpurbo talk contribs created page ITTS Internet OFFLINE: Privacy Policy (Created page with "==Privacy Policy== built the ITTS Internet OFFLINE app as a Free app. This SERVICE is provided by at no cost and is intended for use as is. This page is used to inform visit...")
- 09:26, 21 March 2022 Onnowpurbo talk contribs created page Android Studio: App Privacy Policy Generator (Created page with " ==Referensi== * https://app-privacy-policy-generator.firebaseapp.com/")
- 09:20, 21 March 2022 Onnowpurbo talk contribs created page Android Studio: Release Folder (Created page with "Saat kita build release maka release folder ada di ~/AndroidStudioProjects/ITTSInternetOFFLINE/app/release$ debug folder ada di ~/AndroidStudioProjects/ITTSInternetOFFLIN...")
- 08:07, 21 March 2022 Onnowpurbo talk contribs created page Android Studio: HMS Upload Apps and Publish App (Created page with " ==Referensi== * https://developer.huawei.com/consumer/en/appgallery/#:~:text=and%20release%20your%20app%20on%20HUAWEI%20Developer%3F&text")
- 13:51, 20 March 2022 Onnowpurbo talk contribs created page Android Studio: Activity - Upward Navigation (Created page with " <activity android:name=".DisplayMessageActivity" android:parentActivityName=".MainActivity"> <meta-data android:name="android.support.PARENT_ACTIVI...")
- 09:04, 20 March 2022 Onnowpurbo talk contribs created page Android Studio: video format save for android (Created page with "==OK== ==NOT OK== * AVI mpeg4")