Nirutechnolabs

Learning & Integrating web technology and code help directory

find command examples UNIX / Linux Commands

find command examples Find files using file-name ( case in-sensitve find) # find -iname "MyCProgram.c" Execute commands on files found by the find command $ find -iname "MyCProgram.c" -exec md5sum {} \; Find all empty files in home directory # find ~ -empt...

grep command examples UNIX / Linux Commands

grep command examples Search for a given string in a file (case in-sensitive search). $ grep -i "the" demo_file Print the matched line, along with the 3 lines after it. $ grep -A 3 -i "example" demo_text Search for a given string in all files recursively $ grep -r "ramesh" ...

tar command examples using UNIX / Linux Commands

tar command examples Create a new tar archive. $ tar cvf archive_name.tar dirname/ Extract from an existing tar archive. $ tar xvf archive_name.tar View an existing tar archive. $ tar tvf archive_name.tar...

History Of SAP Software

History Of SAP Software From day one, SAP was created as a global software product. The software was engineered on a multilingual and multinational platform. Only a few years after its core product hit the marketplace the SAP become Germany's top software vendor.   SAP AG also offers comprehensive industry solutions besides regular SAP software (ECC products). Examples are...

Learn ERP & CRM

ERP Overview ERP stands for Enteprise Resource Planning. Enteprise Resource Planning software is often referred to as the backbone for the entire business. Using medical analogy an ERP system has brains (process logic), muscle (business transactions), and heart (business policy)....

Java Intoductions

Java is widely used robust technology. let's start learning java from basic like what is java, core java where it is used, what type of applications are created in java and why we use java. first of let's see what is java..? Java is programming language and a platform. java is high level, robust secured and object oriented programming language. Platform any hardware or software...

30 New Social Bookmarking Sites List for Strong Backlink

Apple I phone 6s 32 GB 16999 RS. Today I am going to share with you 30 New Social Bookmarking Sites List for Strong Backlink. Hope we all know what bookmark means. He/She who do not know about this, I request you to take help from Wikipedia to understand about Bookmark. I appreciate...

oDesk Upwork cover letter samples

oDesk/Upwork Cover Letter for SEO (Search Engine Optimization) Dear Hiring Manager/Hello I’ve carefully gone through your job posting on “SEO Expert”. I ’m an expert Search Engine Optimizer with more than 2 years experiences of both “On-Page” and “Off -Page” SEO. I am very much interested in your project with all of your requirements. Recently I have successfully completed...

Additional Questions and Answers of oDesk/Upwork Job Application

1. What past project or job have you had that is most like this one and why? Ans: According to your job requirements, I have done many projects like yours. For more details you can check my portfolio, profiles and employment history where you will find the similar projects like your desire one. 2. Do you have suggestions to make this project run successfully? Ans: Sure I have...

Memcached Storage Commands

Memcached - Set Data Memcached set command is used to set a value to key; if the key does not exist, a new key is created and value is assigned to that key. Syntax The basic syntax of Memcached set command is as shown below − set key flags exptime bytes [noreply] value The keywords in the syntax are as described below − key - It is the name of...