Author: frank

Supporting IE 8 0

Supporting IE 8

Why would anyone care about IE8 ? Well sometime we have to if our clients is still on it, and yes in 2015, there are groups in the federal business that still only use...

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...

Backbone LayoutManager view not rendering 0

Backbone LayoutManager view not rendering

Troubleshooting #1 - Did everything load in the network debugger window ? Missing one or several template views could cause the whole UI not to render #2 - Any Javascript errors in Console ?...

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...

Add a subdomain name to Virtualmin 0

Add a subdomain name to Virtualmin

Login into the admin panel. There are two ways to create subdomains. The way I prefer is this: Click on "Create Virtual Server" Select "Sub-server" as the type of virtual server on the top...