Best of iOSOctober 2022

  1. 1
    Article
    Avatar of pointerPointer·4y

    mikeroyal/Self-Hosting-Guide: Self-Hosting Guide. Learn all about locally hosting(on premises & private web servers) and managing software applications by yourself or your organization.

    Most self-hosted software can be installed using Docker, a packaging system which allows software to bundle their configuration and dependencies. Shipwright is a WebUI to generate templates for Yacht, Portainer, Docker-Compose, and Unraid. Dozzle is a small lightweight application with a web based interface to monitor Docker logs. Diun is a tool that receive notifications when a Docker image is updated.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    What is wrong with Apple Passkeys?

    Apple introduced a controversial ‘improvement’ to webauthn called Passkeys, which could impair the security of your most valuable online resources. With ‘pre-Passkeys passwordless’, you could secure the trust relationship between your computer and a service, say, a crypto exchange. When Passkeys proponents say it is a huge step forward.

  3. 3
    Article
    Avatar of dzDZone·4y

    Why Is the Flutter Framework Better Than React Native?

    Flutter is a new framework for developing mobile apps that promise to be faster and more efficient than React Native. It uses Dart programming language, which is similar to JavaScript, but with some important differences. Flutter apps are compiled using ahead of time (AOT) compilation, which means that the app is compiled into.

  4. 4
    Article
    Avatar of flutter_comFlutter Community·4y

    Flutter — Google Map with Custom Marker📍

    The new API key is listed on the Credentials page under API keys. To rename it click on the edit icon.

  5. 5
    Article
    Avatar of infosecwriteupsInfoSec Write-ups·4y

    SSH: Introduction, How to Secure and Working

    SSH is an acronym for Secure Shell. It is a protocol that allows two machines to communicate securely on a network. It means whenever two machines are connected, the data exchange between them happens with encryption. The information which is to be used is encrypted and by encryption it means that the actual data is converted into some cipher.

  6. 6
    Article
    Avatar of systemweaknessSystem Weakness·4y

    Setting up Mobile Hacking Environment (Part-1)

    The device has to be rooted in the pentest planned for Android. Jailbreaking an iOS device allows testers to boot it and have administrator/root access to the OS. For binary analysis on Android, pentesters are recommended to use the MOBSF and apktool kit.

  7. 7
    Article
    Avatar of asayerasayer·4y

    Deep Linking in React Native apps

    Deep Linking in React Native apps is the reason why you click on a link and it opens up an app that’s installed on your device. Deep linking is the configuring of an application and the screens of that application so that the application can be launched and navigate to a screen within the application when a certain link is opened.