These are some of the things you probably should do after get installed Nextcloud.
Using your local terminal connect with VPS:
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>A simple clock</title> | |
</head> | |
<body translate="no" > |
// Arduino YM2149 MIDI Synth | |
// by yukimizake | |
// video: https://youtu.be/hUPs2pv5d_g | |
// schematics: http://electronicfields.wordpress.com/?attachment_id=128 (Vcc/GND not shown) | |
// This program is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. |
--- sbin/Makefile 2015-07-04 07:26:20.000000000 -0700 | |
+++ updates/src/sbin/Makefile 2015-07-04 10:47:16.664406000 -0700 | |
@@ -49,6 +49,7 @@ | |
mount_nfs \ | |
mount_nullfs \ | |
mount_udf \ | |
+ mount_udf2 \ | |
mount_unionfs \ | |
newfs \ | |
newfs_msdos \ |
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible). | |
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export. | |
var FORMAT_ONELINE = 'One-line'; | |
var FORMAT_MULTILINE = 'Multi-line'; | |
var FORMAT_PRETTY = 'Pretty'; | |
var LANGUAGE_JS = 'JavaScript'; | |
var LANGUAGE_PYTHON = 'Python'; |