Skip to content

Instantly share code, notes, and snippets.

View unicolet's full-sized avatar

Umberto Nicoletti unicolet

View GitHub Profile
@unicolet
unicolet / zfs_report.sh
Last active July 26, 2018 17:08 — forked from cypres/zfs_report.sh
ZFS On Linux Version. Note that drive health is not reported since I am running ZFS on a VM
#!/bin/sh
echo "ZFS listing:"
/sbin/zfs list
echo
echo "ZFS compression ratio:"
/sbin/zfs get compressratio | /bin/grep -v @
echo
/********************
Core.js
********************/
MyApp = SC.Application.create(
/** @scope MyApp.prototype */ {
NAMESPACE: 'MyApp',
VERSION: '0.1.0',
store: SC.Store.create().from(SC.Record.fixtures)
If you have ruby-1.9.2, good. I used rvm, and did a recent install with
rvm install ruby-1.9.2
rvm --default use 1.9.2
Then to the SproutCore parts:
gem install sproutcore [The console output indicated SproutCore 1.6]
cd to your dev area, e.g. .../Development/sproutcore