Policies JSON file locations:
- Chromium:
/etc/chromium/policies/managed/ - Google Chrome:
/etc/opt/chrome/policies/managed
See https://github.com/RKNF404/chromium-hardening-guide?tab=readme-ov-file
Policies JSON file locations:
/etc/chromium/policies/managed//etc/opt/chrome/policies/managedSee https://github.com/RKNF404/chromium-hardening-guide?tab=readme-ov-file
OpenOCD + ESP32 Support for embedded development from Nico Mexis (link)flash task at least once, so the bootloader and partition bin files are createdcmake-build-debug-esp-idf-54/bootloader/bootloader.bin versus cmake-build-esp-idf-54/bootloader/bootloader.binprogram_esp and not program_esp32~/.espressif/tools/openocd-esp32/v0.12.0-esp32-20241016/openocd-esp32/share/openocd/contrib in /etc/udev/rules.dudevadm control --reload-rules && udevadm trigger| dtoverlay=gpio-fan,gpiopin=18,temp=55000 |
| ### Keybase proof | |
| I hereby claim: | |
| * I am kenvanhoeylandt on github. | |
| * I am kenvanhoeylandt (https://keybase.io/kenvanhoeylandt) on keybase. | |
| * I have a public key ASBJbi0m2-2IPdNszByqbjObBSaGRHJoQOH40pjqeE-Vwwo | |
| To claim this, I am signing this object: |
| # Bind Docker socket to port | |
| socat -d TCP-LISTEN:2376,range=127.0.0.1/32,reuseaddr,fork UNIX:/var/run/docker.sock |
| #2e3136,#ffffff,#1e2124,#ffffff,#f04747,#282b30,#738bd7,#738bd7,#43b581,#faa61a,#faa61a,#ffffff,#36393e,#b0b0b8,#f04747,#4a433a,#738bd7,#0096cf,#26a970,#ffffff,monokai |
| // Source: http://product.reverb.com/2015/06/06/disabling-animations-in-espresso-for-android-testing/ | |
| public class DisableAnimationsRule implements TestRule { | |
| private Method mSetAnimationScalesMethod; | |
| private Method mGetAnimationScalesMethod; | |
| private Object mWindowManagerObject; | |
| public DisableAnimationsRule() { | |
| try { | |
| Class<?> windowManagerStubClazz = Class.forName("android.view.IWindowManager$Stub"); | |
| Method asInterface = windowManagerStubClazz.getDeclaredMethod("asInterface", IBinder.class); |
Building and installing OpenCV on OS X for your Java project:
JAVA_HOME is setant is installedOpenCV:
mkdir buildcd buildcmake -G "Unix Makefiles" ..make -j8| #!/bin/bash | |
| # from http://stackoverflow.com/a/8672540/3848666 | |
| # Script adb+ | |
| # Usage | |
| # You can run any command adb provide on all your current devices | |
| # ./adb+ <command> is the equivalent of ./adb -s <serial number> <command> | |
| # | |
| # Examples | |
| # ./adb+ version | |
| # ./adb+ install apidemo.apk |
| apply from: rootProject.file('gradle/install-git-hooks.gradle') |