Today when running rails application using agains MySQL Database, got the following error : The strange thing is mysql already installed on my machine :…
Unix
Installing Linuxbrew on Ubuntu
Linuxbrew is fork form famous package manager homebrew for mac os. You can read about how to install Homebrew on OSX machine here. Below will be…
Install stuff what apple didn’t provide [HomeBrew]
Just like other unix based machine, apple provide repository called app store for installing various tools and software. But not like any other unix machine which…
Scheduler FTP Upload for multiple files
Upload multiple files is pretty easy when invoked manually, using command line or ftp client. but a little bit tricky when we need to upload…