Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Nov 7, 2024Update network access for Autonomous DBIn Oracle Cloud Infrastructure (OCI) > Autonomous Database (ADB), the "Choose Network Access" setting lets you control how users can connect to your database. Important: If you make a change, it changes the connections in the Wallet. So you must re-d...2 likes·139 readsorclapex
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Sep 30, 2024Reverse Proxy Container Approaches for Oracle Autonomous DB + CloudflareThis blog differs from other methods in these regards: Use of Docker instead of Non-containerized deployment Use of Cloudflare 15 year Certificates instead of Let’s Encrypt 3 monthlies This is the only guide, I believe, that includes steps for Ngi...4 likes·281 readsOCI
Christine Coomanschristinecdev.hashnode.dev·Jul 24, 2024Android: How to Install ADB, APK's, and JADX-GUI on Parrot OSRecently I have dived into the journey of learning how to hack, or more precisely pen-testing. Since I focused previously on Android Pentesting when I explained how to install Genymotion and VirtualBox on Parrot OS, I thought, why don't I write anoth...adb
Muhammad Mushlihmushlih.hashnode.dev·Jul 15, 2024How to Connect an Android Emulator to WSLConnecting an Android Emulator or a real Android device to WSL (Windows Subsystem for Linux) can be very useful for development purposes. This tutorial will guide you through the steps required to establish this connection over USB. Step 1: Configure...105 readspentesting
Md. Minhazul Haqueblog.mdminhazulhaque.io·Jun 24, 2024Optimize Your Sharp Smart TV: Disable Built-in Apps for Faster PerformanceYou can speed up your smart tv experience by disabling some annoying, built in apps. First, enable ADB on your Android TV unit. To Activate Developer Options: Navigate to Settings > About. Tap Build number seven times to enable developer mode. Once d...265 readsAndroid
Jyoti Mauryajyotimaurya.hashnode.dev·Jun 22, 2024ADB commands TutorialIntroduction Android Debug Bridge or ADB is a versatile command line tool that lets you communicate with your android device for debugging purposes. ADB provides access to a shell environment on your device, allowing you to run powerful commands dire...React Native App Developmentadb
Simran mehtasimranmehta18.hashnode.dev·Feb 26, 2024The problems you might face while setting up React Native and Android StudioProblem1:Android Debug Bridge not found: The problem most people face after installing android studio is that Android Debug Bridge(adb) can't be located. It a major reason behind the failing of app build. To solve this issue follow the following step...12 likes·185 readsReact Native
Saiful Alamblog.msar.me·Feb 4, 2024Hello ADB - Cheat SheetAndroid Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device. The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a Unix shell that you can u...Android Debug
AKSHAY GADDIakshaygaddi.hashnode.dev·Jan 21, 2024How to install React Native in Linux (pop OS)Download VS Code and JDK VS Code I would recommend to install it as .deb package from official website https://code.visualstudio.com/download -To install the .deb package just double click and the "Eddy" (Package Installer for Linux) will handle the ...35 readsLinux
Veeresh Charantimathveereshcharantimath.hashnode.dev·Dec 25, 2023Android Window Manager: Emulate Device Dimensions with EaseThe Challenge Often times you might encounter production issues where certain parts of your app’s UI appear cropped, missing “Call to Action” (CTA), or are not aligned correctly, but this only happens on specific devices. This is just one of the side...android app development