Category: linux

Help Needed : __telemetry_main_invoke_trigger 0

Help Needed : __telemetry_main_invoke_trigger

Help Needed ! After installing Nuance's Dragon Naturally Speaking 13, and then uninstalling it, you get: The procedure entry point __telemetry_main_invoke_trigger could not be located in the dynamic link library VCRUNTIME140.dll.   Nuance offers an...

The many faces of sudo 0

The many faces of sudo

To use the command line as root with you user password if you are in sudoer $> sudo bash $> To switch to user root, r $> su $> To run a single command...

> assets/less/company.less: [L421:C2] .box-shadows is undefined"> Running > assets/less/company.less: [L421:C2] .box-shadows is undefined" /> 0

> assets/less/company.less: [L421:C2] .box-shadows is undefined">Running "less:compile" (less) task >> assets/less/company.less: [L421:C2] .box-shadows is undefined

Running "less:compile" (less) task >> assets/less/company.less: [L421:C2] .box-shadows is undefined But the top of cool-startup.less does contains correctly utils.less which defines .box-shadows @import "utils.less"; @import "buttons.less"; @import "formElements.less"; @import "slider.less"; @import "graph.less"; (...) .heading-gradient...

How to backup & restore mySQL database 0

How to backup & restore mySQL database

How to backup and restore. This works for wordpress for example To backup : mysqldump -u root -p"yourRootPass" databaseName | gzip > ~/backup-mysql-`date +%Y-%m-%d,%Hh00`.sql.gz To restore : $> gunzip backup-mysql-xxxx-.sql.gz $> mysql -u root...

Force accept of different ssh key 0

Force accept of different ssh key

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that...

Backbone validation examples 0

Backbone validation examples

Required with Range: validation: { "port": { required: function(value, name, settings) { if (settings.mode == "file") return false; return true; }, range: [1025, 65535] msg: "Port must be a valid number between 1025 and...