Rename npm.cmd to npm1.cmd and then deleted other npm files: npm, npx.cmd, npx. Then I ran npm1 install -g npm Pay attention, v8.40+ of npm not working with windows
Category: Uncategorized
Openvpn private key password in –daemon
Edit your openvpn.conf: verb 3 askpass /etc/openvpn/my.pass <<< new line here The file /etc/openvpn/my.pass just contains the password. You can chmod this file to 600.
React: CRA with TypeScript enable HOT
Add these lines of code to enable it in index.tsx if((module as any).hot && process.env.NODE_ENV !== ‘production’){ (module as any).hot.accept() }
Linux, Debian remove / stop service
To stop a service sudo service servicename stop To disable service autostart sudo update-rc.d servicename disable
ESP8266 WiFi module
Link for add board manager http://arduino.esp8266.com/stable/package_esp8266com_index.json Erase the esp esptool.py erase_flash Code to flash AT firmware to ESP8266 (ESP8266_AT_Bin_V1.5.1) esptool.py –baud 115200 –port /dev/tty.wchusbserial1420 write_flash -fm dio -ff 40m -fs detect 0x00000 boot_v1.7.bin 0x01000 user1.1024.new.2.bin 0xfc000 esp_init_data_default.bin 0x7e000 blank.bin 0xfe000 blank.bin
Dev Portal
In the meanwhile I’ll finish the developer section, I suggest you never stop reading and investigating new techniques, frameworks and everything else you need to become a better developer. Avoid wasting time in useless things, unless you need them to relax a bit. For example, I really like playing video games, but I (should) do… Continue reading Dev Portal
Books
I’m collecting a big part of the best books I read, I’ll upload the section as soon as it’s ready. I’ll give you a pill, if you don’t know him check this YouTube Channel, Primitive Technology and read this really interesting book. We take so many things for granted. This is the modern society, but… Continue reading Books
Sharing the knowledge
“The new heroes are political militants. In the Twenties were sportsmen. The stars of the cinema in the thirties and forties, then the new heroes became musicians. I believe the next heroes will be more intellectuals, politicians or scientists, or computer experts. In short, people of this type: those who understand, those who can understand… Continue reading Sharing the knowledge