Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was recently working on setting up http to https redirects for multi domain site. Using Nginx I added the redirect rule as below: rewrite ^ https://$host$request_uri? permanent; But no matter no what…
How To: Count.ly Server Backup Script – Local, Remote, Rotate – Automated Daily via Cron
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a Linux Backup Script to Backup all the needed Count.ly Settings and Databases of your Count.ly Server It supports both Local and Remote Backups as well as Backup Rotation and can be…
How To: Linux SSH KEY Password Free Automatic Config Authentication – Backup, SFTP, SCP
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a guide on how to set up a Password Free SSH Key Automatic Config Authentication between two servers so that the Origin Server can log in to the Destination Server and write the files to the Destination…
How to Linux: Get Directory Size in Human Readable – How do I determine the size of a directory?
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLinux offers a nice command to check the size of a Directory The size of a directory and its contents can be determined using the “du” command in Linux. It has a variety…
ADB Xiaomi Mi Pad start Hardware Test app without Dailer – Calibrate Display, Proximity Sensor
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI recently had some display and button problems and wanted to calibrate the display and Proximity sensor on my Xiaomi Mi Pad. Xiaomi`s MIUI ships with a great app for testing and calibrating…
How To: Xiaomi MIUI V6 – Enable Developer Options and turn on and USB Debugging
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a Image how to on how to enable Developer Options and turn on USB Debugging on a Xiaomi Device running MIUI V6 1. Open Settings > About Phone (very Bottom) 2. Tap MIUI Version…
Titanium Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLatest Titanium Count.ly Modules with Messaging Support: Alloy iOS Android Modules: Count.ly Analytics, Push Notifications – Events, User Profiles, Messaging – Google Analytics Alternative. Countly is an innovative, real-time, open source mobile analytics application.…
SOLVED: iOS APP Webview Arabic Ligature Font Paragraph Overflow – Kerning Issues
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboI was recently asked to help find a solution for an iOS App using a Webview to display Arabic Text – the text in the paragraphs where flowing over other elements in the…
How to: QR Code – Multi Platform – Apple App Store and Android Google Play Store – redirect PHP
Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboBelow is a simple PHP script to detect the users device type and then redirect them to the appropriate Apple iTunes App Store or Google Play store – in my case I actually…