Skip to content
sharadchhetri
  • Home
  • Linux Commands
  • ResourcesExpand
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • AboutExpand
    • Privacy Policy
    • Contact
sharadchhetri
  • How to set htdigest password in apache web server
    Apache | Linux | Server

    How to set htdigest password in apache web server

    BySharad Chhetri February 19, 2013December 10, 2024

    How to set htdigest password in apache web server Through this method we can set the username and password in webserver means whenever anyone open the website he has to give username and password to see the content of website. To know about what is the difference in htdigest and htpasswd. Kindly visit these links….

    Read More How to set htdigest password in apache web serverContinue

  • How to install and configure samba server in CentOS 6.3
    Linux | samba | Server

    How to install and configure samba server in CentOS 6.3

    BySharad Chhetri February 17, 2013December 10, 2024

    How to install and configure samba server in CentOS 6.3 Introduction: Samba is a free software re-implementation of the SMB/CIFS networking protocol, originally developed by Andrew Tridgell. As of version 3, Samba provides file and print services for various Microsoft Windows clients and can integrate with a Windows Server domain, either as a Primary Domain…

    Read More How to install and configure samba server in CentOS 6.3Continue

  • How to configure FTP server in CentOS 6.3 – vsftpd server
    FTP Server | Linux | Server

    How to configure FTP server in CentOS 6.3 – vsftpd server

    BySharad Chhetri February 16, 2013December 10, 2024

    How to configure FTP server in CentOS 6.3 – vsftpd server vsftpd, which stands for “Very Secure FTP Daemon”,vsftp is an FTP server for Unix-like systems, including Linux. It is licensed under the GNU General Public License. It supports IPv6 and SSL. vsftpd supports explicit (since 2.0.0) and implicit (since 2.1.0) FTPS. vsftpd is the…

    Read More How to configure FTP server in CentOS 6.3 – vsftpd serverContinue

  • How to encode and decode the strings with base64
    Linux | Tips And Tricks

    How to encode and decode the strings with base64

    BySharad Chhetri February 16, 2013December 10, 2024

    In this post we will learn how to encode and decode the strings with base64. We will also see some example on this as well. Introduction Base64 is a group of similar encoding schemes that represent binary data in an ASCII string format by translating it into a radix-64 representation. The Base64 term originates from…

    Read More How to encode and decode the strings with base64Continue

  • How To Add duckduckgo Search engine in WordPress Blog or website
    Linux

    How To Add duckduckgo Search engine in WordPress Blog or website

    BySharad Chhetri February 14, 2013December 10, 2024

    How To Add duckduckgo Search engine in WordPress Blog or website Adding the duckduckgo search engine is very simple process. (1) Visit this link https://duckduckgo.com/search_box (2) Fill up the fields as per your requirement. (3) Copy the code and just paste it into text widget of wordpress . After this place the text widget in…

    Read More How To Add duckduckgo Search engine in WordPress Blog or websiteContinue

  • mail command not found in Red Hat CentOS Ubuntu Debian
    Linux

    mail command not found in Red Hat CentOS Ubuntu Debian

    BySharad Chhetri February 13, 2013December 10, 2024

    You may have encounter with mail command not found in Red hat, CentOS, Rocky Linux, Ubuntu, Debian .Whenever any message says while hitting the command as Command Not Found , it means the package is not installed or script is not present. We use mail command to send the email from the terminal. It is…

    Read More mail command not found in Red Hat CentOS Ubuntu DebianContinue

  • scp command not found in CentOS and Red Hat
    Linux | SSH

    scp command not found in CentOS and Red Hat

    BySharad Chhetri December 30, 2012December 10, 2024

    After doing minimal installation of CentOS 6.3 server ,we were not able to do scp from my client machine to CentOS server.It was simply showing the error – “scp command not found”. This thing has happened earlier when we have used the CentOS 6. When it was occur last time with us in CentOS 6.0…

    Read More scp command not found in CentOS and Red HatContinue

  • How to change hostname or FQDN in CentOS and Redhat
    Linux

    How to change hostname or FQDN in CentOS and Redhat

    BySharad Chhetri December 23, 2012December 10, 2024

    How to change hostname or FQDN in CentOS and Redhat In this tutorial we will learn about,how to change Hostname or FQDN in CentOS and Red Hat. The method is applicable to all Red Hat based operating system. I have described about difference between hostname and FQDN which you can read from this post (The…

    Read More How to change hostname or FQDN in CentOS and RedhatContinue

  • This XML file does not appear to have any style information associated with it, RSS Feed problem(wordpress)
    Linux

    This XML file does not appear to have any style information associated with it, RSS Feed problem(wordpress)

    BySharad Chhetri December 16, 2012December 10, 2024

    Mostly I use firefox and few days back I was working on RSS feed burner of my this Blog. I tested this blog in Google Chrome and surprised to see an Errr: “This XML file does not appear to have any style information associated with it” I checked my XML file and it looks fine….

    Read More This XML file does not appear to have any style information associated with it, RSS Feed problem(wordpress)Continue

  • How to find cpu processor supporting 64 bit or 32 bit
    Linux

    How to find cpu processor supporting 64 bit or 32 bit

    BySharad Chhetri December 15, 2012December 10, 2024

    The post will explain, how to find cpu processor supporting 64 bit or 32 bit. In modern time, most of application are released with 64 bit compatibility only. Recently Chromium Dev team has announced in google forum about no support to 32 bit version in coming years. You should also know that 64 Bit Operating…

    Read More How to find cpu processor supporting 64 bit or 32 bitContinue

  • rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server
    Linux | Tips And Tricks

    rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server

    BySharad Chhetri December 13, 2012December 10, 2024

    rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server I have used these flags -ravpzHogt along with rsync command many times in server migration. And I always get good results. Key features** (1) Date Time stamp of files and folder remain same as you find in source server. (2) Hidden files or directory recursively transfer to…

    Read More rsync all files,hidden files,symlinks,hardlinks to remotes Linux ServerContinue

  • What is /dev/shm and how to mount /dev/shm
    Linux

    What is /dev/shm and how to mount /dev/shm

    BySharad Chhetri August 15, 2012December 10, 2024

    Introduction: This post will explain about the /dev/shm and you will also know how to mount /dev/shm in linux system. /dev/shm is nothing but implementation of traditional shared memory concept. It is an efficient means of passing data between programs. One program will create a memory portion, which other processes (if permitted) can access. This…

    Read More What is /dev/shm and how to mount /dev/shmContinue

  • Installing Nagios-3.4 in CentOS 6.3
    Linux | Monitoring Server

    Installing Nagios-3.4 in CentOS 6.3

    BySharad Chhetri August 5, 2012December 10, 2024

    Installing Nagios-3.4 in CentOS 6.3 This is how to install nagios 3.4 tutorial for installing nagios-3.4 in CentOS 6.3 in a few steps. rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-7.noarch.rpm yum install nagios nagios-devel nagios-plugins* gd gd-devel httpd php gcc glibc glibc-common Bydefualt on doing yum install nagios, in cgi.cfg file, authorized user name nagiosadmin is mentioned and for…

    Read More Installing Nagios-3.4 in CentOS 6.3Continue

  • How to find which filesystem is supported by running kernel
    Linux

    How to find which filesystem is supported by running kernel

    BySharad Chhetri July 30, 2012December 10, 2024

    How to find which filesystem is supported by running kernel /proc/filesystems is the file which is used to detect the filesystems supported by running kernel. The nodev represent the file system is not assoicated with any disk partition for eg. /dev/sda1 In below given output, you can find out the ext3,ext4 and fuseblk can be…

    Read More How to find which filesystem is supported by running kernelContinue

  • subtract integer written in columns from 2 different files
    Linux

    subtract integer written in columns from 2 different files

    BySharad Chhetri July 25, 2012December 10, 2024

    subtract integer written in columns from 2 different files This is an eg. of subtracting the integer value in column of file1 and file2. root@tuxworld:/mnt# for i in `seq 1 5`;do echo $i >> file1;done root@tuxworld:/mnt# for i in `seq 0 4`;do echo $i >> file2;done root@tuxworld:/mnt# cat file1 1 2 3 4 5 root@tuxworld:/mnt#…

    Read More subtract integer written in columns from 2 different filesContinue

Page navigation

Previous PagePrevious 1 … 34 35 36 37 38 39 Next PageNext

Tags

apache automation awk aws bash script cat CentOS centos 7 debian devops docker freebsd ftp ghost git grep jenkins kvm linux linux command MariaDB Server mysql Nagios nginx Octopress owncloud Owncloud 6 php postfix postgres python Red Hat rpm sed ssh swap tips troubleshooting ubuntu user management vagrant varnish virtualbox vsftp wordpress
  • About Me
  • Contact
  • Learn Linux
  • My Wordpress plugins
  • Privacy Policy
  • Search
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

© 2025 sharadchhetri.com

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