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
  • Be carefull while using phpinfo script in EC2 beanstalk
    Cloud Computing

    Be carefull while using phpinfo script in EC2 beanstalk

    BySharad Chhetri June 15, 2013June 25, 2026

    Be carefull while using phpinfo script in EC2 beanstalk Currently I tried some EC2 beanstalk instances in AWS. While working I found that in php environment setting there was a parameter for Database username and password. For easy go I set the parameter with mysql Database username and password. After doing this I created a…

    Read More Be carefull while using phpinfo script in EC2 beanstalkContinue

  • How to protect from port scanning and smurf attack in Linux Server by iptables
    Linux

    How to protect from port scanning and smurf attack in Linux Server by iptables

    BySharad Chhetri June 15, 2013June 25, 2026

    In this post I will share the iptable script in which we will learn How to protect from port scanning and smurf attack in Linux Server. Features Of Script : (1) When a attacker try to port scan your server, first because of iptable attacker will not get any information which port is open. Second…

    Read More How to protect from port scanning and smurf attack in Linux Server by iptablesContinue

  • Could not find make anywhere!!!  Please edit the config section to include the path to make. at ./install.pl line 2101
    Linux

    Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101

    BySharad Chhetri June 15, 2013June 25, 2026

    While installing the psad 2.2.1 I got this error : [*] Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101 . After checking the perl scipt means install.pl file I found the it was looking for make command. I try to search with command…

    Read More Could not find make anywhere!!! Please edit the config section to include the path to make. at ./install.pl line 2101Continue

  • Edit the crontab without using crontab -e
    Linux

    Edit the crontab without using crontab -e

    BySharad Chhetri June 14, 2013June 25, 2026

    Edit the crontab without using crontab -e Target Readers: Linux Newbie Crontab is like a task schedular in linux and unix operating system.I expect you are already little bit aware about crontab. In this post I am sharing the tips to new linuxbie ,how to edit crontab without using “crontab -e” command. As we know…

    Read More Edit the crontab without using crontab -eContinue

  • plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory
    Linux

    plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory

    BySharad Chhetri June 13, 2013December 10, 2024

    While installing uwsgi for Django with Nginx pip install uwsgi . I got this error, “plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory”. Error: *** uWSGI compiling embedded plugins *** [gcc -pthread] plugins/python/python_plugin.o In file included from plugins/python/python_plugin.c:1:0: plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directory compilation terminated. Solution: To fix this issue,…

    Read More plugins/python/uwsgi_python.h:2:20: fatal error: Python.h: No such file or directoryContinue

  • AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework
    Linux

    AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web framework

    BySharad Chhetri June 13, 2013June 25, 2026

    While working on Django I got this error message “AttributeError: ‘WSGIRequest’ object has no attribute ‘session’” To solve this issue it is just 2 steps away. I hope you already know about how to start and stop the python based django. Step 1: Edit the settings.py file.And add the following line. Replace the FQDN with…

    Read More AttributeError: ‘WSGIRequest’ object has no attribute ‘session’ Django python web frameworkContinue

  • How to install and configure nagios nrpe client in Ubuntu with apt-get command
    Devops

    How to install and configure nagios nrpe client in Ubuntu with apt-get command

    BySharad Chhetri June 11, 2013June 25, 2026

    How to install and configure nagios nrpe client in Ubuntu with apt-get command A few days back I wrote on how to configure nagios server in Ubuntu 12.04. In this tutorial we will learn how to monitor the ubuntu machines means we will install nrpe in ubuntu machines so that nagios server can monitor it….

    Read More How to install and configure nagios nrpe client in Ubuntu with apt-get commandContinue

  • How to install Magento 1.7.0.2 in linux, bug issue is also solved
    Linux

    How to install Magento 1.7.0.2 in linux, bug issue is also solved

    BySharad Chhetri June 10, 2013December 10, 2024

    How to install magento-1.7.0.2 in linux, bug issue is also solved In this tutorial we will learn How to install Magento 1.7.0.2 in linux While installing Magento 1.7.0.2 I found a bug ,the bug is also resolved. Details of Practical : Operating System : Ubuntu 12.10 Arch : i386 Web Server : Apache Database Server:…

    Read More How to install Magento 1.7.0.2 in linux, bug issue is also solvedContinue

  • PHP Extensions “0” must be loaded Magento
    Linux

    PHP Extensions “0” must be loaded Magento

    BySharad Chhetri June 10, 2013December 10, 2024

    PHP Extensions “0” must be loaded Magento While installing the Magentos 1.7.0.2 I got this error even I installed the php5-mysql and all dependency. To solve the issue follow the given below steps. Step 1 : Edit line no. 72 in app/code/core/Mage/Install/etc/config.xml and search keyword pdo_mysql Note: It should be in extension tag And write…

    Read More PHP Extensions “0” must be loaded MagentoContinue

  • blockquote in style.css applicable to wordpress and blogger sites
    Linux

    blockquote in style.css applicable to wordpress and blogger sites

    BySharad Chhetri June 9, 2013December 10, 2024

    blockquote for style.css applicable to wordpress and blogger sites Blockquotes are useful in blogging or any website because with the help of blockquote you can highlight the text in box with border or borderless as per your choice. Many readers of my blog have asked the question about how to have a common blockquote which…

    Read More blockquote in style.css applicable to wordpress and blogger sitesContinue

  • tac command
    Linux

    Linux Tac Command : Reverse Of cat Command Output

    BySharad Chhetri June 9, 2013June 25, 2026

    The tac command shows the output of cat command in reverse manner hence the name of this command is also in reverse form that is tac . As we know cat command is used to see the content of file,creating the new file and concatenating the two file also (If you do not know soon…

    Read More Linux Tac Command : Reverse Of cat Command OutputContinue

  • How to put slider shortcode only  in home page  in WordPress
    Linux

    How to put slider shortcode only in home page in WordPress

    BySharad Chhetri June 8, 2013June 25, 2026

    How to put slider shortcode only in home page in WordPress My personal blog is running in wordpress CMS. Today I want to put header on home page only. For this first I installed the WP slider plugin and set the all slides which I need. I got the slide shortcode which can be easily…

    Read More How to put slider shortcode only in home page in WordPressContinue

  • WordPress host IP changed not able to open wp-admin and site page looks scattered
    Linux

    WordPress host IP changed not able to open wp-admin and site page looks scattered

    BySharad Chhetri June 6, 2013June 25, 2026

    WordPress host IP changed not able to open wp-admin and site page looks scattered Today I was working on my Virtual Machine in my laptop and was trying to check some theme options.In Virtual Machine I have set ip address to be taken dynamically from DHCP server.Today my wifi change the ip address of Virtual…

    Read More WordPress host IP changed not able to open wp-admin and site page looks scatteredContinue

  • Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!
    Devops

    Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!

    BySharad Chhetri June 5, 2013June 25, 2026

    Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’! While working on Nagios Server in Ubuntu 12.04 LTS,I was setting external command and stuck with this error message. To solve the problem follow these commands sudo /etc/init.d/nagios3 stop sudo dpkg-statoverride –update –add nagios www-data 2710 /var/lib/nagios3/rw sudo dpkg-statoverride –update –add nagios nagios 751 /var/lib/nagios3 sudo /etc/init.d/nagios3 start…

    Read More Error: Could not stat() command file ‘/var/lib/nagios3/rw/nagios.cmd’!Continue

  • Sorry, but Nagios is currently not checking for external commands, so your command will not be committed!
    Devops

    Sorry, but Nagios is currently not checking for external commands, so your command will not be committed!

    BySharad Chhetri June 5, 2013June 25, 2026

    Sorry, but Nagios is currently not checking for external commands, so your command will not be committed! This message comes on nagios dashboard when externals commands are disable. To enable external commands.Edit the nagios.cfg file and enable the value of check_external_commands parameter. Change the value from 0 to 1 In Debian or Ubuntu: vi /etc/nagios3/nagios.cfg…

    Read More Sorry, but Nagios is currently not checking for external commands, so your command will not be committed!Continue

Page navigation

Previous PagePrevious 1 … 30 31 32 33 34 … 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