Skip to content

Instantly share code, notes, and snippets.

View saikiranmothe's full-sized avatar

Sai Kiran Mothe saikiranmothe

  • Qwinix Technologies
  • Denver
View GitHub Profile
@saikiranmothe
saikiranmothe / passenger_install
Created October 29, 2013 17:43
passenger_rails
install passenger gem
gem uninstall passenger
gem install passenger
##gem 'passenger'
#check for passenger process
passenger start -p 80
passenger start -p 80 -d
@saikiranmothe
saikiranmothe / IPHONE + RAILS
Created October 31, 2013 20:43
IPHONE + RAILS
https://github.com/PRX/apn_on_rails
http://rubydoc.info/github/PRX/apn_on_rails/master/frames
http://www.slideshare.net/llch/using-iphones-nsurlconnection-class-presentation
https://github.com/leonho/iphone-libs
http://www.takeofflabs.com/posts/8-Rails-and-iOS-a-sample-starting-setup
https://github.com/clarkware/iphone-rails-tutorial
http://en.oreilly.com/rails2010/public/schedule/detail/14136
http://nathanhoad.net/intro-to-iphone-optimising-your-rails-site
http://archives.ryandaigle.com/articles/2009/2/5/get-your-iphone-and-rails-apps-talkin
http://restkit.org/
@saikiranmothe
saikiranmothe / REST API WITH RAILS
Created October 31, 2013 20:55
REST API WITH RAILS
https://github.com/intridea/grape/wiki
https://github.com/dblock/grape-on-rails
https://github.com/intridea/grape
http://railscasts.com/episodes/348-the-rails-api-gem?view=asciicast
https://github.com/rails-api/rails-api
@saikiranmothe
saikiranmothe / activeadmin
Created October 31, 2013 21:23
activeadmin
http://net.tutsplus.com/tutorials/ruby/create-beautiful-administration-interfaces-with-active-admin/
django_cloud
============
== Django WorkBook
============
Django Installation
============
1. sudo apt-ge install python-setuptools
2. sudo easy-install virtualenv
@saikiranmothe
saikiranmothe / install_wordpress
Created May 26, 2014 12:04
install_wordpress
https://www.digitalocean.com/community/articles/how-to-install-wordpress-on-ubuntu-12-04
http://www.andrewgertig.com/2013/05/set-up-wordpress-on-heroku
@saikiranmothe
saikiranmothe / digital_signage_links
Created May 27, 2014 13:25
digital_signage_links
@saikiranmothe
saikiranmothe / raspberry_links
Last active May 1, 2019 20:15
raspberry_links
ssh -i /path/to/private-key ubuntu@<ec2-public-dns-address>
ssh -i /path/to/private-key username@serverip
@saikiranmothe
saikiranmothe / reset_mysql_password
Created July 11, 2014 04:38
reset_mysql_password
sudo dpkg-reconfigure mysql-server-5.1