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 add before entry widget in Genesis Child Theme
    Linux | Wordpress

    How to add before entry widget in Genesis Child Theme

    BySharad Chhetri February 22, 2014December 10, 2024

    In this tutorial we will learn, how to add before entry widget in Genesis Child Theme. It is mine new journey with Genesis Framework.Working and exploring,to make theme on it.In my some posts,I already stated I recently got my premium theme.Before this I played on,already available free Genesis Theme. In my some other sites,I decently…

    Read More How to add before entry widget in Genesis Child ThemeContinue

  • How to customize footer credit links in Genesis Child Theme
    Wordpress

    How to customize footer credit links in Genesis Child Theme

    BySharad Chhetri February 22, 2014December 10, 2024

    In this tutorial we will learn about,how to customize footer credit links in Genesis Child Theme.To increase my WordPress related knowledge to next level,I recently purchased the Genesis Framwework.To explore more,first I tried with Free Child Themes and later decided to purchase a Magazine Pro theme. While working on both Genesis free child theme and…

    Read More How to customize footer credit links in Genesis Child ThemeContinue

  • Yum command to download rpm file without installing in linux system
    Linux | Linux Commands

    Yum command to download rpm file without installing in linux system

    BySharad Chhetri February 22, 2014December 10, 2024

    In this tutorial,we will learn how to use yum command to download rpm file without installing in linux system.It was before RHEL 5 arrival, when I used to download the source rpm packages by using up2date -d package-name Now things are changed,in Red Hat based Operating System above version 5.x . We use the yum…

    Read More Yum command to download rpm file without installing in linux systemContinue

  • ERROR: Module rewrite does not exist
    Apache

    ERROR: Module rewrite does not exist

    BySharad Chhetri February 21, 2014December 10, 2024

    While working on Apache Module in Ubuntu,I found rewrite problem in Apache Web Server.I tried to enable the rewrite module but got this error ERROR: Module rewrite does not exist!.After troubleshooting,I found the problem was with mod_rewrite module. After doing some more troubleshooting,it is found that the rewrite.load file was missing in /etc/apache2/mods-available/ . Now,I…

    Read More ERROR: Module rewrite does not existContinue

  • Find installed and enabled apache module in Debian/Ubuntu
    Apache | Linux

    Find installed and enabled apache module in Debian/Ubuntu

    BySharad Chhetri February 21, 2014December 10, 2024

    In this tutorial we will learn,how to find installed and enabled apache module in Debian/Ubuntu. The method is applicable to Debian based operating system.As a system admin, sometimes we have to find which Apache module is installed. Every System Admin has their own style of work. How generally we do ,I am sharing in this…

    Read More Find installed and enabled apache module in Debian/UbuntuContinue

  • How to read logs which are writing continuously : LINUX/UNIX
    Linux Commands

    How to read logs which are writing continuously : LINUX/UNIX

    BySharad Chhetri February 18, 2014December 10, 2024

    Question : I am newbie in Linux.I have a question,How to read logs which are writing continuously.I am using the Linux CentOS Server and wants to read the mail.log which is filling continuously.I just want to read the logs at the same time,when log file writing is running Answer: To read the file which are…

    Read More How to read logs which are writing continuously : LINUX/UNIXContinue

  • Install MongoDB server on Ubuntu 12.04 LTS
    Database Server | Linux

    Install MongoDB server on Ubuntu 12.04 LTS

    BySharad Chhetri February 16, 2014December 10, 2024

    In this tutorial we will learn,how to install MongoDB server on Ubuntu 12.04 LTS. MongoDB is one the popular nosql database.It is a cross-platform document-oriented database system.MongoDB has its interactive shell called mongo .In recent years,many companies started using MongoDB.To know about more details on MongoDB,you can visit the Wikipedia link How to install MongoDB…

    Read More Install MongoDB server on Ubuntu 12.04 LTSContinue

  • Save iptables permanently on Ubuntu
    Linux Commands

    Save iptables permanently on Ubuntu

    BySharad Chhetri February 16, 2014December 10, 2024

    In this post we will learn about how to save iptables permanently on Ubuntu.When we work on Red hat based Operating system like RHEL and CentOS.We can permanently set the iptables rule in /etc/sysconfig/iptables file . When you work on Ubuntu Operating System,you may find you are only able to set the iptables rule temporarily….

    Read More Save iptables permanently on UbuntuContinue

  • Run cron job alternate week day
    Linux

    Run cron job alternate week day

    BySharad Chhetri February 16, 2014December 10, 2024

    In this post we will learn,Run cron job alternate week day. Today, I met with very good question i.e how to run cron job alternate week day. The user wants to run the script in alternate Saturday.When I read this question first time,it make me to take a pause for a while. Later thinking on…

    Read More Run cron job alternate week dayContinue

  • Linux: Temporarily change the shell after login
    Linux | Linux Commands

    Linux: Temporarily change the shell after login

    BySharad Chhetri February 15, 2014December 21, 2024

    In this article we will learn how to temporarily change the shell after login in Linux. The user can change its shell without doing logoff and restart the machine.For example a user require to change the shell in system to perform various commands.

    Read More Linux: Temporarily change the shell after loginContinue

  • Attach DKIM signature to domain name like sendgrid
    Linux | MailServer

    Attach DKIM signature to domain name like sendgrid

    BySharad Chhetri February 13, 2014December 10, 2024

    In this post I am sharing a trick in which we will assign DKIM signature like Sendgrid do.The method is not excatly same but the task can be accomplished.I was getting “no signing table” error.Because of which DKIM-Signature was not attaching in recipient’s email header. My application mailer was using gmail id in from: field…

    Read More Attach DKIM signature to domain name like sendgridContinue

  • grep command to show lines after and before the keyword
    Linux | Linux Commands

    grep command to show lines after and before the keyword

    BySharad Chhetri February 12, 2014December 10, 2024

    In this post,I am sharing a useful option with linux grep command.In this tutorial, we will use grep command to show lines after and before the keyword . As a Linux System Engineer, sometimes I get the requirement to print lines above and below of a particular keyword in the file. Generally if you only…

    Read More grep command to show lines after and before the keywordContinue

  • Replace keyword with its filename without extension : bash script
    Tips And Tricks

    Replace keyword with its filename without extension : bash script

    BySharad Chhetri February 11, 2014December 10, 2024

    Today in this example we will use bash script. The task is replace keyword with its filename without extension.To accomplish this task we will use bash script.In bash script we will use for loop and sed command .To elaborate this example,lets assume we have 4 files called file1.txt red.txt blue.txt roger.txt The above each file…

    Read More Replace keyword with its filename without extension : bash scriptContinue

  • Hide and disable URL field in comment form in WordPress [ Plugin ]
    Wordpress

    Hide and disable URL field in comment form in WordPress [ Plugin ]

    BySharad Chhetri February 10, 2014December 10, 2024

    After getting annoyed with spammers,I decided to disable the website URL in comment form.Because I usually create theme and most of the time I customize the theme. While this journey of reading,once I read this wordpress codex page http://codex.wordpress.org/Function_Reference/comment_form . I have never created plugin in WordPress hence decided to create a plugin called Hide-n-Disable-comment-url-field.zip…

    Read More Hide and disable URL field in comment form in WordPress [ Plugin ]Continue

  • Install vshell frontend on Nagios Core 4 Ubuntu 12.04 LTS
    Linux | Monitoring Server

    Install vshell frontend on Nagios Core 4 Ubuntu 12.04 LTS

    BySharad Chhetri February 8, 2014December 10, 2024

    In this tutorial we will learn about, how to install vshell frontend on Nagios Core 4 Ubuntu 12.04 LTS. Nagios vshell is php based web interface for Nagios Core.It is lightweight and easy to customize. To get the details of Nagios Vshell , here is the link. To install vshell frontend on Nagios Core 4…

    Read More Install vshell frontend on Nagios Core 4 Ubuntu 12.04 LTSContinue

Page navigation

Previous PagePrevious 1 … 17 18 19 20 21 … 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