Understanding HTML Document Object Model (DOM)

The Document Object Model (DOM) is a programming interface for HTML and XML documents. It represents the … Read more

aws

How to register for Free usage with Amazon Web Services ( AWS ) ?

Amazon Web Services which we call AWS in simpler form, provides some free services for around one … Read more

Fix : Lost Sudo user in Linux

Add “Sudo” user If somehow you Lost a “sudo” user which happened to me today, after upgrading … Read more

How to create git superproject and add submodules ?

It often happens that while working on one project, you need to use another project from within … Read more

How to recover data / folder deleted with rm -rf ?

Today Accidentally I deleted one of my folder in ubuntu which has contained important files, but I … Read more

Booting Androidthings on RaspberryPi3

Follow below steps to boot the Androidthings on Raspberry Pi3 Download the prebuilt image from https://developer.android.com/things/preview/download.html this … Read more

How to execute C code from go – c to golang binding ?

// If a Go source file imports “C”, it is using cgo. The Go file will have … Read more

How to Get the Size of a Directories in Linux ?

NCDU: The Ultimate Guide to Checking Directory Size in Linux

Managing storage efficiently is crucial for system administrators and developers using Linux. One of the best tools … Read more

How to implement Edit and Delete with Django REST Framework ?

As we have seen in our previous post, “Writing class based Views in Django REST Framework” we … Read more

Mobiletest

How does your website looks on different mobile devices ?

You can check few websites which allows to select devices of various mobile brands and screen sizes … Read more

GooleAnalytics

How to block floating-share-buttons.com spam from google analytics ?

There are numerous websites like listed below which generates spam activities on your website, and may completely … Read more

How to create repository mirror onto GitHub ?

Recently we wanted to create a yocto cgit repository mirror onto our GitHub which should track our … Read more