Skip to content

Instantly share code, notes, and snippets.

View Vaibhav-Narkhede's full-sized avatar
🏠
Working from home

Vaibhav Narkhede Vaibhav-Narkhede

🏠
Working from home
View GitHub Profile
We couldn’t find that file to show.
@Vaibhav-Narkhede
Vaibhav-Narkhede / Krishna hai vistar yadi to saar hai Radha lyrics.txt
Last active February 16, 2021 07:31
Krishna hai vistar yadi to saar hai Radha lyrics in hindi (कृष्ण है विस्तार यदि तो,सार है राधा...)
कृष्ण है विस्तार यदि तो,सार है राधा,
कृष्ण की हर बात का,आधार है राधा,
राधा बिना कृष्ण नहीं,कृष्ण बिना नहीं राधा,
जिस कण में राधा बसी,उस कण में बसे हैं कृष्ण सदा से,
राधा राधा राधा राधा,कृष्ण कृष्ण कृष्ण
कृष्ण है वंशी तो,राधा तान मतवारी,
कृष्ण है सृष्टा तो,राधा सृष्टि है सारी,
कृष्ण बिना राधा का,होना कहां संभव है,
कृष्ण यदि परमानंद,तो राधा उत्सव है, सदा से,
@Vaibhav-Narkhede
Vaibhav-Narkhede / AWS EC2 Instance Setup on Amazon Linux
Last active August 29, 2015 14:17
AWS EC2 Instance Setup on Amazon Linux
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
@Vaibhav-Narkhede
Vaibhav-Narkhede / EC2 vs Elastic Beanstalk
Last active August 29, 2015 14:17
EC2 vs Elastic Beanstalk in AWS
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.
@Vaibhav-Narkhede
Vaibhav-Narkhede / using Swift with Objective-C
Last active August 29, 2015 14:11
using Objective-C classes in Swift programming
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