gsettings set com.canonical.desktop.interface scrollbar-mode normal
Install cinnamon.
| #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 |
| { | |
| "segments": { | |
| "left": [ | |
| { | |
| "function": "powerline.segments.shell.mode" | |
| }, | |
| { | |
| "function": "powerline.segments.common.net.hostname", | |
| "priority": 10, | |
| "args": { |