Skip to content

Instantly share code, notes, and snippets.

View toymak3r's full-sized avatar
🏠
Working from home

Edward Facundo toymak3r

🏠
Working from home
View GitHub Profile
@djfdyuruiry
djfdyuruiry / README.md
Last active February 27, 2025 10:21
WSL 2 - Fix DNS Issues

Fix DNS Issues in WSL 2

This guide will help overcome the DNS issues present in WSL 2 while still making the Windows host IP autogenerated by WSL available for use. Note: this was tested on Windows 10 Build 2004, running Ubuntu 20.04 LTS in WSL 2.

  • Open a WSL terminal

  • Copy the contents of configure-wsl-dns.sh to /opt/configure-wsl-dns.sh:

sudo nano /opt/configure-wsl-dns.sh

@Pulimet
Pulimet / AdbCommands
Last active April 26, 2025 13:51
Adb useful commands list
Hi All!
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future.
Feel free to request any features you'd like to see, and I'll prioritize them accordingly.
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it.
Here's the link to the repository: https://github.com/Pulimet/ADBugger
App Description:
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups.