Posts

Install CMake, pkg-config,GNU Getopt,GCC,poppler,fontforge,pdf2htmlEX in Ubuntu 15.05

This blog is for those of you who may have seen problem to install pdf2htmlEX at Ubuntu 15.05. Dependencies are: CMake, pkg-config GNU Getopt GCC poppler fontforge I tried to prepare a shell script to have pdf2htmlEX installed on Ubuntu 15.

Openssl CSR SHA-2

For those of you who may have seen This site makes use of a SHA-1 Certificate; it's recommended you use certificates with signature algorithms that use hash functions stronger than SHA-1.

Oauth2 Doorkeeper WorkFlow

An Introduction to OAuth 2 Introduction OAuth 2 is an authorization framework that enables applications to obtain limited access to resources on an HTTP service, such as Facebook, GitHub, and DigitalOcean.

Understanding Nginx HTTP Proxying

General Proxying Information One reason to proxy to other servers from Nginx is the ability to scale out your infrastructure. Nginx is built to handle many concurrent connections at the same time.

Ionic cordova-Geolocation

Install cordova plugin by running this command Try to handle every possible situations like Location services disbaled / Or user don’t allow permission to your application cordova plugin add org.

Ionic Hide keyBoard

On both Android and iOS, Ionic will attempt to prevent the keyboard from obscuring inputs and focusable elements when it appears by scrolling them into view. In order for this to work, any focusable elements must be within a Scroll View or a directive such as Content that has a Scroll View.

Install Android, Cordova, and Ionic Framework in Ubuntu

Requirements: Java JDK Apache Ant Android SDK NodeJS / NPM Apache Cordova Ionic Framework Steps: * Download a shell script by clicking on this link ** https://github.com/nraboy/ubuntu-ionic-installer/archive/master.zip * Extract and goto extracted folder.