About UAN portal

Today going to explain about UAN portal, click here to open UAN portal site and understand step by step how to use.Homepage of UAN (Universal Account Number) portalAfter open above…

Continue Reading About UAN portal

EPF balance passbook

Find member passbook In this post, i am going to explain where to get your EPF balance passbook and what is the steps.First, open epfindia website and follow the below steps or…

Continue Reading EPF balance passbook

Find IFSC code

How to find bank IFSC codeYou can find ifsc code of any bank in india by visiting this site https://www.ifsccodebank.com/ Steps to get an IFSC codeAfter open this above site follow below…

Continue Reading Find IFSC code

Shell script example | cpu usage monitoring

#!/bin/shmemuse=$(ps -p $(pidof java) -o %mem | awk '{if(NR>1)print}');thresholdVal=50;if [ $memuse >  $thresholdVal ]; then    message="Memory usage for jboss service on application server exceeded threshold.nCurrent use is $memuse %."   …

Continue Reading Shell script example | cpu usage monitoring

FTP

What is FTP? FTP stands for File Transfer Protocol. The protocol specifications were written by Abhay Bhushan and published as Request for Comments (RFC) 114 in April 1971. The File Transfer Protocol…

Continue Reading FTP

AEM Topics

AEM Useful Links CQ5 AEM Tricks of Trade Creating page using template Creating custom component with custom dialog Adding components to page using sidekick AEM client libraries OSGI service How…

Continue Reading AEM Topics