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: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")
- 04:26, 20 March 2022 Onnowpurbo talk contribs created page Android Studio: video in mp4 (Created page with "Video format .mp4 mpeg4 HD 720p Low Quality")
- 20:38, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: Call Sederhana 2 Button (Created page with "==AndroidManifest.xml== <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="itts.onno.hms.testcall">...")
- 20:19, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: Call Sederhana (Created page with "==AndroidManifest.xml== <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="itts.onno.hms.testcall">...")
- 18:34, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: transfer APK ke HP via python3 web server (Created page with " cd ~/AndroidStudioProjects/ITTSInternetOFFLINE/app/build/intermediates/apk/debug/ python3 -m http.server 8000 Dari HP http://ip-address:8000")
- 18:21, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: onClick (Created page with "A. Make sure your other activity is declared in manifest: <activity android:name="MyOtherActivity" android:label="@string/app_name"> </activity> All activities m...")
- 17:53, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: Link Activity to Class (Created page with " The much i got is that you want to go SurfaceViewExample from your main activity for that you need to use intent on button click like Intent i = new Intent(this, SurfaceVie...")
- 15:04, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: text (Created page with " <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Hello World!" app:layout_constraintBottom...")
- 13:28, 19 March 2022 Onnowpurbo talk contribs created page Android Studio: Video Player Multi Activities (Created page with " mkdir -p ~/AndroidStudioProjects/videoplayer/app/src/main/res/raw cp *avi ~/AndroidStudioProjects/videoplayer/app/src/main/res/raw")
- 14:29, 17 March 2022 Onnowpurbo talk contribs created page Android Studio: Video Player URL Sederhana 4 (Created page with "==AndroidManifest.xml == <uses-permission android:name="android.permission.INTERNET"/> ==activity_main.xml== <?xml version="1.0" encoding="utf-8"?> <RelativeLayout...")
- 14:01, 17 March 2022 Onnowpurbo talk contribs created page Android Studio: Video Player Sederhana 2 (Created page with "==Copy Video .AVI== mkdir ~/AndroidStudioProjects/videoplayer2/app/src/main/res/raw cp video1.avi ~/AndroidStudioProjects/videoplayer2/app/src/main/res/raw ==activity_main...")
- 12:18, 17 March 2022 Onnowpurbo talk contribs created page Android Studio: python3 web server untuk transfer apk ke HP (Created page with " python3 -m http.server 8000")