Skip to content

Instantly share code, notes, and snippets.

View tilmanschweitzer's full-sized avatar

Tilman Schweitzer tilmanschweitzer

View GitHub Profile
#!/bin/bash
#
# Bash script to setup headless Selenium (uses Xvfb and Chrome)
# (Tested on Ubuntu 12.04) trying on ubuntu server 14.04
# Add Google Chrome's repo to sources.list
sudo add-apt-repository ppa:chromium-daily/stable
sudo apt-get update
#echo "deb http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee -a /etc/apt/sources.list
@tilmanschweitzer
tilmanschweitzer / cdalias
Created November 10, 2011 13:34
Makes an alias for cd'ing to the current directory.
#!/bin/sh
###
# cdalias
###
# Makes an alias for cd'ing to the current directory.