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 Nice Swipe Menu Functions

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo// open containerWindow $.containerWindow.open(); // Listen for android back button and close all Views on top that might be displayed $.containerWindow.addEventListener('android:back', closeNavigationView); // add app EventListener to openCloseMenu Ti.App.addEventListener('app:openCloseMenu', function(e) {    openDrawer();…

Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboLatest Appcelerator Titanium Alloy JPUSH Push Notification Module – iOS and Android, China Push Notification- NON GCM As you may know Chinese Android phones do not ship with the Google Play store –…

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.…

Mac Fastboot Flash Xiaomi Hongmi Recovery Rom when all else Fails

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a short guide on how to flash a Recovery Rom to any Xiaomi Device on a Mac Using Fastboot 1. Install Fastboot Use something like this – https://code.google.com/p/adb-fastboot-install/ Or directly from Google…

How to: Xiaomi HongMi Note 4G FDD-LTE MIUI V6 install Google Apps – Google Play – Google Services Framework

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboThis is a How to on installing Google Services Framework and then Google Play on your Xiaomi HongMi Note 4G MIUI 6. You could always flash to the MIUI V5 4G Global Rom…

SOLVED: BUG – CentOS – Yum – RPM Broken by nss-softokn-3.14.3-19.el6_6 Update – error: rpmts_HdrFromFdno – error: rpmdbNextIterator – Header V3 RSA/SHA1 Signature, key ID BAD

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin WeiboFor CentOS servers an update for the nss-softokn package was release today – nss-softokn-3.14.3-19 However, nss-softokn-3.14.3-19 needs nss-softokn-freebl-3.14.3-19 to operate properly, and vice versa, but those packages do not have checks in place…

How To: Virtualmin CentOS Upgrade PHP 5.3 to 5.4

Reddit Diggit Facebook Twitter Flipboard Pinterest Linkedin Weibo1. Enable the REMI repo and Upgrade software yum –-enablerepo=remi install mysql The reason for using install mysql is that the yum software utility will install/upgrade all dependencies to ensure that all the…