Skip to content

Instantly share code, notes, and snippets.

Disable Overlay scrollbar in Ubuntu 12.10

gsettings set com.canonical.desktop.interface scrollbar-mode normal

How to remove unity and replace it with cinnamon

Install cinnamon.

@klynch
klynch / jenkins-android.sh
Created June 12, 2014 17:52
Helps set up Android on a jenkins node
#https://www.digitalocean.com/community/tutorials/how-to-build-android-apps-with-jenkins
#https://github.com/thecodepath/android_guides/wiki/Building-Gradle-Projects-with-Jenkins-CI
#http://www.snap-interactive.com/blog/automating-our-android-app-with-gradle-and-deploygate/
ANDROID_SDK=android-sdk_r22.6.2-linux.tgz
wget http://dl.google.com/android/$ANDROID_SDK
tar zxvf $ANDROID_SDK
#Make sure the Android tools are on the PATH
---
# ^^^ YAML documents must begin with the document separator "---"
#
#### Example docblock, I like to put a descriptive comment at the top of my
#### playbooks.
#
# Overview: Playbook to bootstrap a new host for configuration management.
# Applies to: production
# Description:
# Ensures that a host is configured for management with Ansible.
sudo python -m smtpd -n -c DebuggingServer localhost:25
@klynch
klynch / custom.json
Last active March 15, 2022 02:24
A powerline configuration file that goes in `~/.config/powerline/themes/shell/custom.json`
{
"segments": {
"left": [
{
"function": "powerline.segments.shell.mode"
},
{
"function": "powerline.segments.common.net.hostname",
"priority": 10,
"args": {