Skip to content
sharadchhetri
  • Home
  • ResourcesExpand
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me
sharadchhetri
  • 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
    Devops

    Install vshell frontend on Nagios Core 4 Ubuntu 12.04 LTS

    BySharad Chhetri February 8, 2014June 25, 2026

    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

  • Install and configure nagios core 4 on Ubuntu 12.04 LTS
    Devops

    Install and configure nagios core 4 on Ubuntu 12.04 LTS

    BySharad Chhetri February 8, 2014June 25, 2026

    In this tutorial we will install and configure nagios core 4 on Ubuntu 12.04 LTS. Nagios Core 4 has recently been released,at the time of writing this post Nagios core 4.0.2 was available. Nagios is one of the most popular,reliable and robust Monitoring System.You can find number of plugins to monitor the network and server…

    Read More Install and configure nagios core 4 on Ubuntu 12.04 LTSContinue

  • How to delete mail queue in Postfix
    Linux

    How to delete mail queue in Postfix

    BySharad Chhetri February 6, 2014June 25, 2026

    In this tutorial we will learn, how to delete mail queue in Postfix .To clear the mail queue in Postfix, we will use the command called postsuper . Abbreviation of postsuper is Postfix superintendent . postsuper command can only be run by super user of the system eg. root . Postsuper command is used for…

    Read More How to delete mail queue in PostfixContinue

  • Install subversion 1.8 on Ubuntu using apt
    Devops

    Install subversion 1.8 on Ubuntu using apt

    BySharad Chhetri February 5, 2014June 25, 2026

    In this tutorial,we will install subversion 1.8 on Ubuntu using apt.We have done this practical in Ubuntu 13.04 and 13.10 version.Generally when you install subversion by using command apt-get install subversion ,it will install the subversion 1.7 .Here we will add the new apt source list for subversion 1.8 . Description: Operating System : Ubuntu…

    Read More Install subversion 1.8 on Ubuntu using aptContinue

  • Install Mariadb 5.5 on Ubuntu 12.04 LTS
    Database Server | Linux

    Install Mariadb 5.5 on Ubuntu 12.04 LTS

    BySharad Chhetri February 4, 2014December 10, 2024

    In this tutorial we will learn, how to install Mariadb 5.5 on Ubuntu 12.04 LTS. After the Sun Microsystems has been acquired by Oracle, we got a new fork of MySQL i.e MariaDB . MariaDB is led by its original developers. MariaDB has XtraDB storage engine for replacing InnoDB .It also has new storage engine…

    Read More Install Mariadb 5.5 on Ubuntu 12.04 LTSContinue

  • Another MySQL daemon already running with the same unix socket
    Database Server

    Another MySQL daemon already running with the same unix socket

    BySharad Chhetri February 1, 2014June 25, 2026

    In this post ,I am sharing the error message ” Another MySQL daemon already running with the same unix socket “. The error found in our own sharadchhetri.com blog while restarting the MySQL server.It is at 6:55 PM IST,I noticed the weird error message on blog,”Error establishing a database connection”.I log into the server and…

    Read More Another MySQL daemon already running with the same unix socketContinue

  • How to install linux operating system in remote machine with telnet
    Linux

    How to install linux operating system in remote machine with telnet

    BySharad Chhetri January 29, 2014June 25, 2026

    In this tutorial we will learn,how to install linux operating system in remote machine with telnet.Sometimes you do not want to keep standing in front of system for installation process.In this practical we will use telnet to install linux O.S in remote machine.We are doing this practical in CentOS 6.5 Install Linux O.S in Remote…

    Read More How to install linux operating system in remote machine with telnetContinue

  • Virtual Machine inaccessible status on VirtualBox 4.3
    Linux

    Virtual Machine inaccessible status on VirtualBox 4.3

    BySharad Chhetri January 26, 2014June 25, 2026

    Problem of the day : Virtual Machine inaccessible status on VirtualBox 4.3 . Today while working in VirtualBox 4.3 ,I got an issue.The Virtual Machine got the status “inaccessible” .After searching in VirtualBox related directories and commands,I finally able to resolve the issue.For resolving this issue,we will use command line.We have another option i.e by…

    Read More Virtual Machine inaccessible status on VirtualBox 4.3Continue

  • How to know last command run successfully : Linux / Unix
    Linux

    How to know last command run successfully : Linux / Unix

    BySharad Chhetri January 26, 2014June 25, 2026

    In this post I am sharing a small and useful tip about, how to know last command run successfully in Linux and Unix .The post will explain ,to get the exit status of command used last time. As a System Engineer, sometimes I have to check the success status of last command I run on…

    Read More How to know last command run successfully : Linux / UnixContinue

  • How to add excerpt on wordpress thematic child theme
    Wordpress

    How to add excerpt on wordpress thematic child theme

    BySharad Chhetri January 26, 2014December 10, 2024

    In this post we will learn,how to add excerpt on wordpress Thematic child theme . Thematic framework is highly SEO optimized and it is also free. It is very simple, clean and lightweight. While working on Thematic framework,I enjoyed a lot. From scratch,I started creating a child theme on Thematic framework and modified many things.There…

    Read More How to add excerpt on wordpress thematic child themeContinue

  • Create fixed top navigation menu bar on wordpress theme
    Wordpress

    Create fixed top navigation menu bar on wordpress theme

    BySharad Chhetri January 26, 2014December 10, 2024

    This post is about , create fixed top navigation menu bar on wordpress themeWordPress theme . This is actually a small css trick to put the Navigation Menu bar at top of website at fixed position. I expect you have the div id of the navigation menu bar. In my scenario,the div id of navigation…

    Read More Create fixed top navigation menu bar on wordpress themeContinue

  • learn very useful alias command with examples
    Linux

    learn very useful alias command with examples

    BySharad Chhetri January 25, 2014June 25, 2026

    Here in this post,we will learn very useful alias command with examples.In linux and Unix like operating system,mainly we use the alias command to shorten the long command.It is something like instead of writing long command in terminal,you type a few letters on terminal and your desired command get run. To understand the meaning of…

    Read More learn very useful alias command with examplesContinue

  • How to add favicon in WordPress theme and child theme
    Linux | Wordpress

    How to add favicon in WordPress theme and child theme

    BySharad Chhetri January 25, 2014December 10, 2024

    In this tutorial we will learn about,how to add favicon in WordPress theme and child theme.Favicon is important for branding of the site.Many website and blog are running on WordPress.If you are using a wordpress theme which do not have favicon option,you can add by this method.I used this code in theme which I have…

    Read More How to add favicon in WordPress theme and child themeContinue

  • This kernel requires an x86-64 CPU but only detected an i686 CPU
    Linux

    This kernel requires an x86-64 CPU but only detected an i686 CPU

    BySharad Chhetri January 23, 2014June 25, 2026

    Error : This kernel requires an x86-64 CPU,but only detected an i686 CPU.Unable to boot – please use a kernel appropriate for your CPU . This error is commonly seen when you try to install a new Operating System in Virtual Box.The error occur mostly comes due to user mistake. Before going further ,first check…

    Read More This kernel requires an x86-64 CPU but only detected an i686 CPUContinue

Page navigation

Previous PagePrevious 1 … 18 19 20 21 22 … 39 Next PageNext

© 2026 sharadchhetri.com

  • Home
  • Resources
    • Artificial Intelligence
    • Devops
    • Cloud Computing
    • Database Server
    • BSD
    • Linux
    • Learn Linux
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • Facebook Page
  • Contact
  • Privacy Policy
  • About Me