This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| swapoff -a | |
| dpkg --add-architecture i386 | |
| apt-get update | |
| apt-get dist-upgrade | |
| apt-get install virtualbox-guest-x11 | |
| reboot |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define(['lib'], function (lib) { | |
| var PresetWidgetView = lib.marionette.ItemView.extend({ | |
| template: lib.handlebars.compile( | |
| '<div>{{displayName}}</div>' + | |
| '<div class="col-sm-9 col-xs-9">' + | |
| '<div class="btn-group btn-group-justified">' + | |
| '<a href="#" class="btn btn-default th-pointer js-btn-load"> Load </a>' + | |
| '</div>' + | |
| '</div>' + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| define(['lib'], function (lib) { | |
| var SetterWidgetView = lib.marionette.ItemView.extend({ | |
| template: lib.handlebars.compile( | |
| '{{displayName}}' + | |
| '<div class="btn-group-justified">' + | |
| '<a href="#" class="btn btn-default nooui-button js-btn-set" data="0"> On</a>' + | |
| '<a href="#" class="btn btn-default nooui-button js-btn-set" data="100"> Off</a>' + | |
| '</div>'), | |
| className: 'nooui-widget', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "always_show_minimap_viewport": false, | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai Bright.tmTheme", | |
| "copy_with_empty_selection": false, | |
| "default_encoding": "UTF-8", | |
| "detect_indentation": false, | |
| "font_size": 10, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": |