|
You are here |
blog.shashank.co | ||
| | | | |
scrapfly.io
|
|
| | | | | selenium error "chromedriver executable needs to be in PATH" means that chrome driver is not installed or reachable - here's how to fix it. | |
| | | | |
techtldr.com
|
|
| | | | | I just saw an articled on Hacker News announcing that Chrome 59 is going to have cross-platform headless support. A lot of people are excited by this announcement, mainly because it will allow them to move away from PhantomJS - a buggy headless browser currently used as a de-facto solution to run unit tests and [...] | |
| | | | |
blog.superautomation.co.uk
|
|
| | | | | Packer for Nutanix AHV Packer for Nutanix AHV Packer automates the creation of virtual machine images. It's quite a bi... | |
| | | | |
blog.chand1012.dev
|
|
| | | In this tutorial, we will be setting up a Flask server using Gunicorn and NGINX on Ubuntu 18.04 LTS. Requirements Any system running Ubuntu 18.04 LTS with SSH enabled. An SSH client. Installing After connecting via SSH to your server as root, run the following commands to install the required programs: apt update apt upgrade -y apt install nginx python3 python3-pip python3-venv This will install Python, NGINX, and the virtual environment needed to run the app. | ||