The post is about how to install libxml2 and libxslt packages on CentOS 6.5 . The method is applicable to Red Hat based distro . libxml2 is a software library for parsing XML documents. It is also the basis for the libxslt library which processes XSLT-1.0 stylesheets. (Reference : Wikipedia) libxslt is the XSLT C […]
linux command
rsync over ssh port number on Linux/Unix system
Question: How may I rsync the files to remote server which has custom ssh port number ? Answer: To rsync the files and directories with ssh to remote server we use the option -e . And to define the custom port number with ssh option within rsync command,we use the option -p. Syntax: rsync -avz […]
Head command in Linux / Unix
In this tutorial, we will learn the basic use of head command in Linux / Unix system. Head command is widely used for System Administration. As the name suggest, it shows the head part means show output of the first part of files . Introduction Of Head Command Head command in Linux / Unix system, […]
Linux / Unix : whoami command use and advantage
In this tutorial we will learn about whoami command in Linux / Unix system. We will also read about its use and advantage. Its best use is in shell like sh,ash and ksh where username is not seen in command prompt. Introduction Of whoami Command The whoami command print the user name associated with user […]
Search Keyword In Man Page Like We Search In vi / vim Editor
In this post, you will learn about how to search keyword or string in Man Page like we do in vi/vim file editor. It basically searching keyword within same man page of the command. Question: How may I search a keyword in man page like we search in vi /vim editor ? Answer: To search […]
Search keyword in all available man pages – man command
In this tutorial we will learn, simple method to find the keyword in all available man pages in Linux / Unix system. First we have to be confirm that man command is installed. man page Abbreviation of man page is manual page. It is a software documentation in Unix like operating system. Generally in many […]
Recent Comments