desk2mob.com
Desk2Mob
http://www.desk2mob.com/posts/11
Share Your Knowledge and Experience. Install Apache On Windows 7. Open Command Prompt with administrator privileges, please see following image for more information. A right click on Command Prompt and click on Run as administrator. Now run following command. Msiexec /i httpd-2.2.25-win32-x86-no ssl.msi. Now press Enter Key from Keyboard, installation wizard will appear, click Next to continue. Accept the license agreement and click Next. Read, Read This First if you wish, and click Next to continue.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/posts/8
Share Your Knowledge and Experience. Display only Directory or file using ls command. If you want to display only list of directory, type the following command on console. Ls -l grep ` d'. If you want to display only list of file, type the following command on console. Ls -l grep -v ' d'. Posted on February 10, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/posts/5
Share Your Knowledge and Experience. Difference between % % and %= %? Posted on February 03, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/welcome/Database
Share Your Knowledge and Experience. SQL (Structured Query Language) categories. SQL (Structured Query Language) categories in three Languages. Posted on February 06, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/tags/SQL
Share Your Knowledge and Experience. SQL (Structured Query Language) categories. SQL (Structured Query Language) categories in three Languages. Data Definition Language (DDL). Which is also known for Data Description Language used for specifying the database schema like to create, modify and destroy tables, view, index and stored procedure. 1 A CREATE statement (example of Create Table). 2 A DROP statement (example of Drop Table). Posted on February 06, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/tags/Rails
Share Your Knowledge and Experience. How to create rails application for specific rails version? If you have multiple Rails versions installed on your application and if you want to create Rails application using below command. In this case, it will create Rails application "apps" with latest version installed on our machine. If you want to create Rails application for specific rails versions, use below command. Rails x.x.x appn. Posted on February 03, 2014 by Amit Pandya. Ruby script/server -p 8888.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/tags/Ruby%20-%20String%20Class
Share Your Knowledge and Experience. Ruby - String Class. Ruby - String Class. Posted on February 21, 2014 by Amit Pandya. Ruby - String Class.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/posts/2
Share Your Knowledge and Experience. How to rollback Rails database migrations? To rollback your most recent migration, execute below command. If you want to rollback specific migration, you need to execute below command. Rake db:migrate VERSION= version to rollback to. Posted on February 03, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/tags/Linux
Share Your Knowledge and Experience. How to install gitk in linux? Sudo yum install gitk. Posted on February 06, 2014 by Amit Pandya. Display only Directory or file using ls command. If you want to display only list of directory, type the following command on console. Ls -l grep ` d'. If you want to display only list of file, type the following command on console. Ls -l grep -v ' d'. Posted on February 10, 2014 by Amit Pandya.
desk2mob.com
Desk2Mob
http://www.desk2mob.com/posts/1
Share Your Knowledge and Experience. How to create rails application for specific rails version? If you have multiple Rails versions installed on your application and if you want to create Rails application using below command. In this case, it will create Rails application "apps" with latest version installed on our machine. If you want to create Rails application for specific rails versions, use below command. Rails x.x.x appname example of rails 2.2.2 demo apps.