Skip to content

Instantly share code, notes, and snippets.

View cormite's full-sized avatar

Carlos Fernández San Millán cormite

View GitHub Profile
@cormite
cormite / intragrity-report
Created March 12, 2018 16:33
ownCloud Integrity
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
occ config:list
{
"system": {
"instanceid": "516d71bc38a74",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"tempdirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "10.0.1.5",
"version.hide": true,
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"tempdirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "10.0.1.5",
"version.hide": true,
"installed": true,
Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.
Results
=======
- core
- INVALID_HASH
@cormite
cormite / 0_reuse_code.js
Created January 5, 2017 10:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console