TGTGInsighttelegram intelligenceLIVE / telegram public index
← GitHub Trends

TGINSIGHT SIMILAR POSTS

Find similar content

Source channel @githubtrending · Post #15380 · Jan 1

#shell#android#android_emulator#ci_pipeline#docker#docker_android docker-android is a small, customizable Docker image with Android emulator, KVM, and ADB for remote control via scrcpy. Run it easily with `docker run --device /dev/kvm -p 55555555`. Customize Android versions (like API 33), add Play Store, or mount SDK externally for tiny sizes (138MB compressed without). It benefits you by enabling fast, consistent, headless Android testing in CI/CD pipelines, saving setup time and resources. https://github.com/HQarroum/docker-android

Results

10 similar posts found

djangoproject

@djangoproject · Post #250 · 02/02/2017, 06:03 PM

Django Q on Windows We're developing with Django Q and Mac OS and it runs on our Linux Servers. Now we hired external developers which work on Windows machines and we discovered that Django Q is not working on Windows due to missing fork implementation. Does anyone use Django Q on Windows? answer: Use #Docker with local windows code directory mounted inside container, run the docker container interactively and forward a port 8000 to host machine, then run migrations, test server and other stuff inside the container.

Hashtags

Mirraの杂货铺 | Link to World!

@NekoMirra · Post #1600 · 02/04/2026, 05:38 AM

记录一下 Docker默认安装到C盘,由于众所周知的原因,需要更改Docker的安装位置 Docker for Windows 安装到其他盘教程 1. https://www.docker.com/ 下载安装exe 2. 在下载目录打开Cmd "Docker Desktop Installer.exe" install --installation-dir="D:\Docker" 3.完成后续安装 4.还需要在Docker设置中更改储存路径为D盘(可以为安装目录的一个子目录)(请以管理员身份运行) 注意: 1.需要提前建好文件夹,否则会报错 2.Docker不允许更改已有安装位置,若已安装Docker请先卸载再执行,注意备份 #Docker

Hashtags

The Devs

@thedevs · Post #2010 · 11/09/2022, 10:43 AM

Shell script best practices. #article#shell @thedevs https://thedevs.link/YFwReN

Libreware

@libreware · Post #1408 · 02/11/2025, 03:44 AM

Warning for #Android gapps traitors: Uninstall the application: Android System SafetyCore, which has been automatically installed on most devices. It is used by Google to scan your data, just like Apple has been doing on iOS, but you have the choice to uninstall it. If you don't have it yet, watch out for it being installed silently over the next few days! https://play.google.com/store/apps/details?id=com.google.android.safetycore Be careful on GrapheneOS too if you have Google services installed. While GrapheneOS will stop it from auto installing, it can nag you about installing it. And it won't tell you what it really is. Nor will most online resources. Sandboxed Google Play compatibility layer: stop Play Store from attempting to auto-install some system component packages, such as "Android System SafetyCore" (com.google.android.safetycore) and "Android System Key Verifier" (com.google.android.contactkeys) https://grapheneos.org/releases The phone is asking me to install this app, anyone knows information about if its truly need it or not? Im with the Google Play Services sandbox install https://discuss.grapheneos.org/d/19193-android-system-safety-core If you don't have GrapheneOS, it's going to automatically install itself again at some point after uninstalling it. Locating the App Go to Settings → Apps (or Apps & Notifications) → Show system apps. Look for “Android System SafetyCore.” Check whether the app has any special permissions (e.g., internet access). Uninstalling or Disabling In many cases, you can uninstall an update or at least disable the app. Check the available options in the app info. This is client side scanning. It's a way to spy on your device before it's encrypted. Other information on the topic: https://www.androidauthority.com/google-messages-nudes-3499420/ https://www.androidauthority.com/android-system-key-verifier-3499353/

Hashtags

Libreware

@libreware · Post #1151 · 06/22/2023, 02:55 PM

LibreMobileOS AOSP-based mobile OS aiming to ease transition to de-googled(*) #Android use-cases, while also supporting using Google services. Supports microg or gms https://libremobileos.com/lmodroid https://get.libremobileos.com

Hashtags

Libreware

@libreware · Post #1112 · 02/22/2023, 07:02 AM

OpenAndroidInstaller https://openandroidinstaller.org The graphical installer that makes installing alternative #Android distributions nice and easy from your computer.

Hashtags

The Hacker News

@thehackernews · Post #8950 · 05/06/2026, 08:22 PM

🚨 A Mirai-based botnet dubbed xlabs_v1 is exploiting exposed #Android Debug Bridge (ADB) services on port 5555 to hijack IoT devices. It enables 21 DDoS attack methods and uses bandwidth profiling to tier attacks, targeting game servers. Read: https://thehackernews.com/2026/05/mirai-based-xlabsv1-botnet-exploits-adb.html

Hashtags

The Hacker News

@thehackernews · Post #8774 · 04/09/2026, 05:27 PM

🛑 ALERT - A flaw in EngageLab’s #Android SDK exposed 30M+ crypto wallet installs to potential data access. The intent redirection bug allowed sandbox bypass via a malicious app on the same device. No active exploitation found. 🔗Read → https://thehackernews.com/2026/04/engagelab-sdk-flaw-exposed-50m-android.html

Hashtags

The Hacker News

@thehackernews · Post #8631 · 03/19/2026, 12:50 PM

🛑 Perseus, a new #Android malware, enables full device takeover via Accessibility abuse. It runs live remote sessions, steals banking credentials, and scans notes apps for sensitive data. It spreads through IPTV-style apps delivered via phishing and sideloading. 🔗 Read → https://thehackernews.com/2026/03/new-perseus-android-banking-malware.html

Hashtags

djangoproject

@djangoproject · Post #476 · 10/30/2017, 11:37 AM

https://gist.github.com/Yogendra0Sharma/5aa96ebfd0854623a5451c53672088d5 Guide on how to create and set up a Dockerized web app using #Django REST APIs and #React #docker