This is my take on Android Permissions. In this article I'll try to describe permissions which are often associated with security or other risk and very often used by applications...
Read full article →I get this asked quite often, so here is a simple example of using MySQL command for replacing one string with another in multiple rows: This command will replace a...
Read full article →I guess you're here because you've updated to 4.3 and lost the root access to your HTC One. This is simple to fix, just follow below instructions. - Download UPDATE-SuperSU-v1.65.zip...
Read full article →This article illustrates how to create MySQL database containing entire Wikipedia out of downloaded Wikipedia XML dump (enwiki-latest-pages-articles-multistream.xml) Prerequisite: - Make sure you have at least 100GB of free space...
Read full article →This is how to fix it in Eclipse: - Open Eclipse, go to Help / Install New Software. - As url at the top enter: https://dl-ssl.google.com/android/eclipse/ - Then from the...
Read full article →Je to vzhľadom k tomu, že moja odpoveď na tieto 3 jednoduché otázky zostáva každý rok nemenná. Páči sa mi že mám prístup k encyklopedickej informácii zdarma a v jazyku...
Read full article →Many lists and credos for ethical computing exist, but can there be one "Golden Rule" for ethical computing? Firstly, I’d like to define what I consider to be very much...
Read full article →There are two linux tuning scripts I would recommend to anyone who wants to tweak MySQL installation for the best possible performance. One of them is MySQL Tuner Primer with...
Read full article →This post explains how to run a custom command or script at system startup on Centos 6.x system. Simply go to: /etc/rc.d and edit the file called: rc.local Find the...
Read full article →Simple as this: grep -rl 'old_keyword' ./ | xargs sed -i 's/'old_keyword'/'new_keyword'/g' Enjoy!
Read full article →