How to install Gitiles – Browser for Git repositories

Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: … Read more

adb pull

As we have seen in our last post, you can use “adb push” to copy files from … Read more

Understanding /proc/meminfo – Analysing Linux memory utilisation

/proc/meminfo Provides valuable information about the system’s RAM usage. (utilization of run time memory).  This varies by … Read more

Understanding Linux page cache memory

If data is written, it is first written to the Page Cache and managed as one of … Read more

Fix: Website URL Not Showing ‘Secure’ In Browser After Installing SSL

Did you recently baught a SSL certificate from certificate authority and installed it to your website as … Read more

Electron – Framework to Develop Cross-Platform Desktop Apps

Electron is a platform for writing cross-platform Desktop applications using Web technologies — this means, instead of writing your … Read more

Types of RFID Systems.

RFID systems types based on Frequency band within which they work – 1. Low Frequency ( LF … Read more

How to Integrate Google reCAPTCHA into website forms to avoid spam

If you created contact us form or any other form in your website, there are higher chance … Read more

Measuring code execution time for ARM microcontrollers

If you have written some code in C for the microcontrollers and want to measure time required … Read more