Yii2 simpleApp with Yii2 admin, user, AdminLTE and few more
This is a pre-configured Yii2 app with UserProfile with RBAC package. I have created a yii2 package with RBAC, UserProfile and few more features. Most projects might be need these…
MongoDB basic shell commands
MongoDB is a NoSQL, 10gen Database system. Its scalability and high performance earning rapid popularity growth. Lets see some basic shell commands of MongoDB. 1. Command to Create: ({ first:…
HandleBars with ExpressJS
To see her, to love her! HandleBars! loving it! Usage: {{!1.}} <h1>{{title}}</h1> <h1>{{}}</h1> <h1>{{article/title}}</h1> {{!2.}} {{{link "See " }}} {{{link }}} {{{link "See " href=}}} {{!3.}} {{#list people}}{{firstName}} {{lastName}}{{/list}} {{!4.}}…
Scraping library for CodeIgniter Framework
This tutorial is about how to build a scraping library for your CodeIgniter MVC Framework. I am using CI version and SimpleHtmlDom version for this tutorial. In this tutorial, I…
Git for your Linux
Default repository often install old version of software. To get the latest version, best way is, install it from the source. Here I am going to present how to install…
Changing document root – data directoy of apache – MySql
A. Shifting the Document Root of Apache: If you want to shift the Document root of Apache, just follow the steps: 1. Copy the default settings to the new one…
Some tips on LAMP – phpmyadmin
This is for Ubuntu LTS. If your system is with other distro, change the systax accordingly. Case 1: No root password If your MySql root user have no password ,…
Setting up LAMP server on Ubuntu 12.04 LTS
As the first post of this site, I think this is the most appropriate topic. Lets go through installation process of LAMP(on Ubuntu ), checking issue and then install phpmyadmin…