Posts

Showing posts from April, 2020

Make Bootable flash drive on linux

Look here: https://www.youtube.com/watch?v=V6m5ZPGIbcI firstly we must unmount flase drive for that: sudo umount /dev/sdb* (*unmount all partitions of drive) sudo cfdisk /dev/sdb sudo mkfs.vfat -n 'yourlabel' /dev/sdb1 in details , please look the video

Add CORS header for requests from browser to api server

Read these articles: https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9 https://github.com/Rob--W/cors-anywhere/#documentation