This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
कृष्ण है विस्तार यदि तो,सार है राधा, | |
कृष्ण की हर बात का,आधार है राधा, | |
राधा बिना कृष्ण नहीं,कृष्ण बिना नहीं राधा, | |
जिस कण में राधा बसी,उस कण में बसे हैं कृष्ण सदा से, | |
राधा राधा राधा राधा,कृष्ण कृष्ण कृष्ण | |
कृष्ण है वंशी तो,राधा तान मतवारी, | |
कृष्ण है सृष्टा तो,राधा सृष्टि है सारी, | |
कृष्ण बिना राधा का,होना कहां संभव है, | |
कृष्ण यदि परमानंद,तो राधा उत्सव है, सदा से, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo su | |
sudo yum update -y | |
sudo yum groupinstall -y "Web Server" "MySQL Database" "PHP Support" | |
sudo yum install -y php-mysql | |
sudo service httpd start | |
sudo chkconfig httpd on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://stackoverflow.com/questions/9093741/manual-deployment-vs-amazon-elastic-beanstalk | |
http://stackoverflow.com/questions/25956193/amazon-ec2-vs-aws-elastic-beanstalk | |
EC2 by itself is not PAAS. It is more like IAAS (Infrastructure as a Service). You still have to take care of the server instances, install software on them, keep them updated, etc. | |
Elastic Beanstalk is a PAAS system. So are App Engine and Azure among many others. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html | |
http://stackoverflow.com/questions/24002369/how-to-call-objective-c-code-from-swift |