There is no excerpt because this is a protected post.
Development
Residential Ip, Scraping websites successfully
https://www.ithacatogo.com/restaurants?collapsable=1 Lets try this command on my local computer https://stackabuse.com/follow-redirects-in-curl/ Now lets try this command on a EC2 server Does’nt seem to work on my server, the website below got me started on certain steps websites follow to stop sites from scraping their content https://help.apify.com/en/articles/1961361-several-tips-on-how-to-bypass-website-anti-scraping-protections I searched in google “runs[…]
Version code 1 has already been used. Try another version code.
https://docs.expo.dev/distribution/building-standalone-apps/?redirected
Install Apk on Android Device
https://www.lifewire.com/install-apk-on-android-4177185 Transfer the APK Installer via USB https://www.android.com/filetransfer/ move to download folder I had to uninstall pl8it in order for me to install it this way
Nginx proxy and SSL creation for multiple sites
docker volume ls docker volume inspect nginx-proxy_conf
Session Manager
https://aws.amazon.com/premiumsupport/knowledge-center/systems-manager-ec2-instance-not-appear/ https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-ssm-agent.html https://aws.amazon.com/premiumsupport/knowledge-center/install-ssm-agent-ec2-linux/ got this message https://github.com/openresty/openresty/issues/444 sudo yum install openresty sudo yum install openresty –skip-broken go back to session manager
Expected {pem} to be a symlink
I have nginx on the host running on port 80. the container for this site is running on another port. nginx on the host is responsible for ssl termination. nginx on the host does not respect the certificates in a letsencrypt containers live folder that is mounted because they are[…]
Developer Options in android device
https://www.technipages.com/android-developer-options-is-missing Open the “Settings” app. Scroll down to the bottom and select “About device“, “About phone” or “About tablet“. On some models, select “General” before this step. Scroll down to the bottom and tap “Build number” repeatedly. A message should appear on the screen that says “You are now * steps away[…]
Creating and using your own Svg icon in react and Material-ui
Material-ui (ratings component) In my case I wanted the custom SVG below to fill well into the material-ui rating component structure Visually this is how that structure should look like my icon should get filled with the right colors. I should’nt have to write custom css to match whats already[…]
Illustrator – Things to know
Slicing through a vector, as simple as it sounds can cause confusing at first. But its actually a problem quite simple to fix. Converting images to svg https://react-svgr.com/playground/ Converting paths/lines to shapes Select all paths you want to convert to shapes