• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

AI, Linux, Cloud and DevOps

  • Home
  • Resources
    • Learn Linux
    • Articles
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me

Articles

How to show line numbers with less command in Linux

March 30, 2014 by Sharad Chhetri Leave a Comment

Today,in this post we will learn, How to show line numbers with less command in Linux.In our previous post we have described about how to show line number with cat command. Less command is similar to more command but it has more features.As the name suggest, it read less output rather than reading the entire […]

Filed Under: Articles, Linux Commands Tagged With: linux command

How to test rpm package before installation

March 28, 2014 by Sharad Chhetri 2 Comments

In this tutorial we will know, how to test rpm package before installation .You may have seen while installing the rpm package file by using rpm -i command, some problem may occur. It can be issue with dependency,GPG signature or corrupt rpm package etc. As a Linux System Engineer,this command is very useful and should […]

Filed Under: Articles, Linux Commands Tagged With: linux command, rpm

How to find installation date and time of rpm package

March 28, 2014 by Sharad Chhetri Leave a Comment

In this post,we will know the linux command to find installation date and time of rpm package. As a Linux System Administrator,we take part in IT auditing activity. Sometimes for cross check we require the exact date and time of rpm file installed in Red Hat based Operating System (RHEL/CentOS/Scientific Linux). Hence,for auditing purpose,it is […]

Filed Under: Articles, Linux Commands Tagged With: linux command, rpm

create a system account below uid 500 on RHEL/CentOS/Scientific Linux

March 27, 2014 by Sharad Chhetri Leave a Comment

In this post we will know,how to create a system account below uid 500 on Red Hat based operating system.In Red Hat based operating system,the system account are below UID 500. The UID below 500 are reserved for system use ,it should not be assigned to other users. We can easily check the system user […]

Filed Under: Articles, Linux Commands Tagged With: linux command, UID

Extract single and selected files from RPM package on Linux

March 26, 2014 by Sharad Chhetri Leave a Comment

Question : How can I extract single and selected files from RPM package on Linux. Answer : You can extract the single and number of selected files from RPM package by using rpm2cpio and cpio command.To achieve this task we will first list the number of files inside RPM package. After getting files name, we […]

Filed Under: Articles Tagged With: rpm

linux command to list the files from rpm package without extracting

March 26, 2014 by Sharad Chhetri Leave a Comment

Question: What is the linux command to list the files from rpm package without extracting ? Answer : To do listing of files from rpm file package we will use rpm2cpio and cpio command. It is good practice to check list of files before extracting files from rpm package. By viewing list of files we […]

Filed Under: Articles

How to extract RPM package on Linux system

March 26, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to extract RPM package on Linux system. Extracting the rpm has one the important command and it will surely help you in System Administration. Many times I solved some problem which is caused by file corruption of particular package. Here is the story from my experience.One day,my colleague […]

Filed Under: Articles, Linux Commands Tagged With: linux command, rpm

Install and upgrade to latest Git version on Ubuntu/Debian/Linux Mint

March 26, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn,how to install and upgrade to latest Git version on Debian based Operating System.At the time of writing this post,git version 1.9.1 has been released on 2014-03-18. The information of new Git version release can be obtained from git-scm.com The practical has been tested successfully in Ubuntu,Debian and Linux Mint. […]

Filed Under: Articles, Git Server Tagged With: git

XAMPP : Mysql # 2002 – No such file or directory

March 25, 2014 by Sharad Chhetri 4 Comments

After installing XAMPP in CentOS ,I tried to open the phpmyadmin of XAMPP. I opened the phpmyadmin URL in web browser and found the below given error. Error MySQL said: Documentation #2002 – No such file or directory The server is not responding (or the local server’s socket is not correctly configured). Later, I noticed […]

Filed Under: Articles Tagged With: phpmyadmin, XAMPP

How to install XAMPP on CentOS/RHEL 6.5

March 24, 2014 by Sharad Chhetri 28 Comments

In this tutorial we will learn,how to install XAMPP in CentOS/RHEL 6.5.We will install XAMPP version 1.8.3. XAMPP is a open source cross platform software stack package mainly used for web server solution. XAMPP is available for Windows,MAC OSX,Solaris and Linux(WAMP, MAMP, SAMP, LAMP). XAMPP stands for –X = Cross Platform (Windows,MAC OSX,Solaris and Linux)A […]

Filed Under: Articles Tagged With: XAMPP

New XAMPP security concept

March 24, 2014 by Sharad Chhetri 7 Comments

After installing XAMPP, I saw apache Error page “Access to the requested object is only available from the local network.”I have installed XAMPP for Linux version 1.8.3-3 on CentOS 6.5 . After installation of XAMPP, I opened the URL address in web browser.By-default the URL redirected to Alias /xampp and It shown a apache “Error […]

Filed Under: Articles, Tips And Tricks Tagged With: XAMPP

know about GECOS in Linux

March 22, 2014 by Sharad Chhetri Leave a Comment

Question: What is GECOS in Linux ? How to set GECOS for user on Linux ? Answer: GECOS in linux is also known as comment field for User.The comment or GECOS field is used for informational purpose. In comments field generally we write the information related to user for eg. employee id,phone number,department name,branch name […]

Filed Under: Articles Tagged With: user management

Print double hyphen sign simultaneously in post of Octopress

March 22, 2014 by Sharad Chhetri Leave a Comment

After spending lot of time on this issue.I finally found the solution to print double hyphen sign simultaneously in post of Octopress.Octopress uses markdown as a default text editor.In recent time,Octopress come up as a promising bloging platform.I was working on my staging blog which is based on Octopress. While writing the post in Octopress,I […]

Filed Under: Articles, BlogTalks, Tips And Tricks Tagged With: Octopress

show post excerpt in atoms feed of octopress

March 21, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to show post excerpt in atoms feed of octopress. After installing Octporess in Linux system, I am still exploring many things. For blogging platform,I mostly use and install wordpress.In recent time,the octopress came up with promising new blogging platform. It is quite obvious some good features of WordPress,I […]

Filed Under: Articles, BlogTalks Tagged With: Octopress

Squid proxy server to block websites listed in file

March 20, 2014 by Sharad Chhetri 13 Comments

In this tutorial we will use Squid proxy server to block websites listed in file. Here,we will list the website in a file called “restricted-sites.squid”. In our last post we have already setup the squid transparent proxy. The How to guide will help to install and configure the latest Squid Server. Advantage of using file […]

Filed Under: Articles, squid Tagged With: squid

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • Page 17
  • Interim pages omitted …
  • Page 33
  • Go to Next Page »

Primary Sidebar

Articles

  • Install n8n docker in Ubuntu for practicing
  • Bash Script: MySQL Database backup to AWS S3
  • Automate no touch Jenkins setup wizard on docker (jcac)
  • How to run and configure Jenkins in Docker container
  • Complete Guide: How to install Nagios Monitoring on AlmaLinux / Rocky Linux
  • Install KVM on Ubuntu 24.04 LTS ( Bash Script )
  • How to install GIMP 2.10 on Ubuntu / Debian
  • 5 ways to check Ubuntu version of system (commands and GUI)
  • How To Solve Forgot MySQL / MariaDB Root Password
  • Create Self Hosted Build Agent Docker Image for Azure DevOps

Copyright © 2026 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From India.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy