Skip to content

Instantly share code, notes, and snippets.

View dzungvu's full-sized avatar

Vũ Thế Dũng dzungvu

  • Hochiminh City
View GitHub Profile
@dzungvu
dzungvu / compose.yaml
Created March 14, 2026 15:01 — forked from ironicbadger/compose.yaml
searxng docker compose yaml
services:
searxng:
container_name: searxng
image: docker.io/searxng/searxng:latest
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./searxng:/etc/searxng:rw
environment:
@dzungvu
dzungvu / README.md
Created February 10, 2022 10:30 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

@dzungvu
dzungvu / AdbCommands
Created June 28, 2021 03:37 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader