Skip to content

Instantly share code, notes, and snippets.

@jamchamb
jamchamb / phabbackup.sh
Last active January 11, 2020 22:53
Phabricator automatic backup script
#!/bin/bash
# Backup Phabricator database, storage engine, and config files
# NOTE: This script is to be run by cron. See /etc/cron.d/phabricator
# Don't use unset variables
set -u
# Exit if any commands fail (unless they begin a pipe, etc.)
set -e
# Output an error message and set the errors flag
@jamchamb
jamchamb / phd
Last active March 28, 2016 23:20
Centos init.d script for Phabricator PHD
#!/bin/sh
### BEGIN INIT INFO
# Provides: phd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: phabricator
# Description: manages phd
### END INIT INFO
@jamchamb
jamchamb / oss_android_studio_setup.md
Last active September 9, 2018 15:01
How to set up Android Studio on Fedora Workstation with a network home mount

Android Studio likes to run in Oracle's runtime, and the cache and config files it stores in the user's home directory (including virtual device images) start to eat up too much space on our network home mount. Here's how to set up Oracle JDK and Android Studio on Fedora Workstation, and configure Android Studio to keep its files on a local drive.

Setting up Oracle JDK

Get the latest Java SE Development Kit "critical patch update" release from oracle.com, and if OpenJDK is already installed then configure these alternatives: