If you are using the gitlab runner on your system you probably already saw the pile of cache containers he leaves after running pipelines. Thats nessecary cause .. well its a cache and could be reused. But I think after a certain amount of time its ok to clean-up the mess. If you search for it you probably end up with the gitlab-runner-docker-cleanup repository. It will clean-up cache containers after a certain threshold is reached. Since the git […]
//edit: You need a rooted device for this kind of flashing Hi, ever wondered about how you can flash a recovery.img via adb shell? A lot of posts suggest flashing it via fastboot. Well my Samsung phone is not detected by fastboot. Then there is the option to install a dubious binary file which is called flash_image.. thank u internet! Well damn I have the recover.img whats so hard to use dd and flash it with a single shell command? For those who […]