Brandon Ros
Brandon Ros
``` Brandons-MacBook-Pro-2:api brandonros$ node --experimental-modules index.mjs (node:10262) ExperimentalWarning: The ESM module loader is experimental. /Users/brandonros/Desktop/foo/api/node_modules/require-dir/index.js:11 var parentFile = parent.filename; ^ TypeError: Cannot read property 'filename' of undefined at Object. (/Users/brandonros/Desktop/foo/api/node_modules/require-dir/index.js:11:25)...
``` ls -l /Applications/Docker.app/Contents/Resources/linuxkit/ total 1215712 -rw-r--r-- 1 brandonros admin 111 Jan 13 07:02 cmdline -rw-r--r-- 1 brandonros admin 345293312 Mar 22 12:03 docker.tar -rw-r--r-- 1 brandonros admin 109999418 Mar...
@kbakk very helpful, thank you. So to be clear, you aren't using this Docker image at all: https://hub.docker.com/r/erichough/nfs-server/ but instead just `debian`? Do you think in the context of this...
> I run the NFS server in `erichough/nfs-server`, the only the `modprobe` command was run in the Debian image. gotcha, thanks. I misunderstood what the `nsenter` command does ``` nsenter...
Can somebody push to Dockerhub with this?
```yaml --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: local-storage provisioner: kubernetes.io/no-provisioner volumeBindingMode: Immediate --- apiVersion: v1 kind: PersistentVolume metadata: name: nfs-server-volume spec: storageClassName: local-storage capacity: storage: 2Gi accessModes: ["ReadWriteOnce"] hostPath:...
I wonder what it'd look like if somebody cloned it + benchmarked it versus today's technologies?
 Can you recommend what pins I would need to connect? I have a 2x5 (10-pin) JTAG header I am trying to reverse engineer with a Teensy 4 and could...
https://www.continental.com/en/press/press-releases/2017-03-28-control-unit-e-class-64576 > Next we would want to check if the MCU has any security features to disable JTAG through fuses, which we may or may not find in the general...
