Skip to content

Instantly share code, notes, and snippets.

@taarimalta
taarimalta / setup_selenium.sh
Created July 21, 2016 11:12 — forked from curtismcmullan/setup_selenium.sh
Setup Selenium Server on Ubuntu 14.04
#!/bin/bash
# Following the guide found at this page
# http://programmingarehard.com/2014/03/17/behat-and-selenium-in-vagrant.html
echo "\r\nUpdating system ...\r\n"
sudo apt-get update
# Create folder to place selenium in
@taarimalta
taarimalta / PhoksundoLakeTravelPlan.md
Last active October 11, 2016 16:02
Travel Plan to Phoksundo Lake, Dolpa, Nepal

Travel Plan to Phoksundo Lake

Day Morning Evening Travel Time
0 - Take Night Bus to Nepalgunj 12 hrs
1 Reach Nepalgunj at 5:00 am (NPG)
| Flight to Juphal at 8:00 am | | 30 min
| Reach Juphal at 8:30 am | | 
| Walk to Chepka | 7:00 pm Chepka | 11 hrs
@taarimalta
taarimalta / lua_dynamic_module_installation_onto_nginx_centos_7.md
Created January 4, 2020 11:54
Lua dynamic module installation onto Nginx (CentOS 7)
@taarimalta
taarimalta / move-code-from-a-repo-to-a-monorepo-as-a-subdirectory.md
Last active February 22, 2024 10:20
Move code from a repo to a monorepo as a subdirectory

Move code in old repo to a subdirectory

cd <oldRepo>
git filter-repo --to-subdirectory-filter <module-name> --force

# Note branch Name
git branch