Skip to content

Instantly share code, notes, and snippets.

View valgibson's full-sized avatar
💭
Lekker coden mensen!

Valerie valgibson

💭
Lekker coden mensen!
View GitHub Profile
@valgibson
valgibson / selenium-start-stop.sh
Created November 21, 2022 12:27 — forked from alexnederlof/selenium-start-stop.sh
Selenium start-stop script
#!/bin/bash
# Note that this script requires you to have
# an X window running on Display :90
# This can be done by running: /usr/bin/Xvfb :90 -ac -screen 0 1024x768x8 &
#
# You can save this script as /etc/init.d/selenium to start and stop selenium
PORT=4443
DESC="Selenium server"