: All Posts
MySQL Cloning a MySQL database on the same MySql instance
I would like to write a script which copies my current database sitedb1 to sitedb2 on the same mysql database instance I know I can dump the sitedb1 to a sql
Read more →
MySQL select one column DISTINCT with corresponding other columns
ID FirstName LastName 1 John Doe 2 Bugs Bunny 3 John Johnson I want to select DISTINCT results from the FirstName column but I need the corresponding ID and
Read more →
Nodejs and CPU intensive requests
Ive started tinkering with Nodejs HTTP server and really like to write server side Javascript but something is keeping me from starting to use Nodejs for my
Read more →
nodejs TypeError path must be absolute or specify root to ressendFile failed to parse JSON
add So my next problem is that when i try adding a new dependence npm install save socketio The JSON file is also valid I get this error Failed to parse json
Read more →
npm failed to install time with make not found error
When i try to install time on nodejs server i get the below error emailnbspprotected install varwwwtracknodemodulestime nodegyp rebuild gyp ERR build error gyp
Read more →
Parser Error Message Could not load type in Globalasax
Im working on an MVC3 project and receive the following error Parser Error Message Could not load type GodsCreationTaxidermyMvcApplication Source Error Line 1
Read more →
Perform an action in every sub-directory using Bash
I am working on a script that needs to perform an action in every subdirectory of a specific folder What is the most efficient way to write
Read more →
PHP error The zip extension and unzip command are both missing skipping
When I run a composer update I get this error message Loading composer repositories with package information Updating dependencies including requiredev Failed
Read more →
Piping both stdout and stderr in bash
It seems that newer versions of bash have the ampgt operator which if I understand correctly redirects both stdout and stderr to a file ampgtgt appends to the
Read more →