Install Docker Engine and Docker Compose on Ubuntu Linux: set up official Docker apt repository, add user to docker group, and verify hello-world.
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Continue exploring
Control Android background services from command line: execute adb shell am startservice, am start-foreground-service, and am stopservice.
Explore guideManage Linux user accounts on Ubuntu: add users with adduser, grant sudo privileges, delete users with deluser --remove-home, and inspect /etc/passwd.
Explore guideBrackets is an open-source code editor focused on web development and front-end design. Its standout feature, Live Preview, synchronizes changes made in HTML and CSS directly to Google Chrome in real time.
Explore guideAcquire and release Android power wakelocks forcefully from ADB shell: use cmd wakelock acquire, inspect /sys/power/wake_lock, and debug battery drain.
Explore guideThe iwlist command-line utility displays detailed diagnostic information from wireless network interfaces on Linux. It allows developers and sysadmins to scan for nearby access points, inspect signal quality, check operating frequencies, and verify encryption schemes without needing a graphical de
Explore guideHandle Android button clicks in Kotlin: master setOnClickListener, ViewBinding binding.btnSubmit, Toast notifications, and lambda listeners.
Explore guideCleaning raw logs or subscriber export files to get a unique list of email addresses is a common data cleanup task. Rather than importing large files into spreadsheets or writing custom scripts, standard Linux terminal utilities like grep , tr , sort , and uniq can extract and deduplicate thous
Explore guideTrace the Android OS power-off shutdown sequence in AOSP: inspect ShutdownThread.java, PowerManagerService, init reboot property, and kernel halt.
Explore guide