• 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

master admin password openerp 7.x

June 25, 2013 by Sharad Chhetri 4 Comments

master admin password openerp 7.0 When I forgot the master admin password of OpenERP I try to find the answer in a few forums and blog but no luck. I searched in Postgres Database and many file. Finally I got the master admin password which was in home directory of OpenERP user in .openerp_serverrc file […]

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

Change the default port number of ssh server

June 25, 2013 by Sharad Chhetri Leave a Comment

Change the default port number of ssh server SSH Default Port no. = 22 To change the default port number of ssh server hardly takes a few steps but with the point of security it is important to change the default port no. 22 After this you can also use the anti port scan script […]

Filed Under: Articles, SSH, Tips And Tricks Tagged With: ssh

How to see line numbers in file through cat command

June 25, 2013 by Sharad Chhetri 2 Comments

How to get line numbers in file through cat command Cat command can be used for many purposes. But do you also know you can see the line numbers in files with the help of cat command. With this method it is easy to troubleshoot or this information is also useful while creating the bash […]

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

How to empty Trash through command line in Ubuntu

June 21, 2013 by Sharad Chhetri 5 Comments

How to empty Trash through command line in Ubuntu Operating System : Ubuntu 12.10 n l I checked this practical in Ubuntu 12.10 n l . To empty the trash in Ubuntu through command line follow the given steps Step 1 : First check is Trash folder exist. By ls -la command you can see […]

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

How to forcefully send mail from mailq in sendmail MTA

June 21, 2013 by Sharad Chhetri Leave a Comment

How to forcefully send mail from mailq in sendmail MTA Sendmail is one of the open source MTA (Mail Transfer Agent) which is widely use in linux operating system. Many times because of high load average of Mail Server and also due to high no. of deffered emails in mail queue, many emails are not […]

Filed Under: Articles, MailServer, Tips And Tricks Tagged With: sendmail

How to change the frontend of Nagios with VShell in Ubuntu and Debian

June 21, 2013 by Sharad Chhetri Leave a Comment

How to change the frontend of Nagios with VShell in Ubuntu and Debian Here in this tutorial we will learn How to install Nagios V Shell to change the frontend. This is continue of my last post on Installing Nagios in Ubuntu. Kindly read the post. To install Nagios V Shell follow these steps : […]

Filed Under: Articles, Monitoring Server Tagged With: Nagios, vshell

find command to search keyword in files recursively in linux

June 19, 2013 by Sharad Chhetri Leave a Comment

find command to search keyword in files recursively in linux Find command is one of the system command which is useful to search files and directory. It has many used and you can modify your search by using -exec flag. Here I am using exec with grep command. By below given command you can find […]

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

make command not found in linux CentOS Red Hat ubuntu Debian

June 19, 2013 by Sharad Chhetri 1 Comment

bash: make: command not found Make command is generally used while installing the package from source code. make utility helps to maintain groups of programs There are four types of lines in a makefile: file dependency specifications, shell commands, variable assignments, and comments. In general, lines can be continued from one line to the next […]

Filed Under: Articles Tagged With: make

How to use grep command to get fixed pattern or exact keyword

June 19, 2013 by Sharad Chhetri Leave a Comment

How to use grep command to get fixed pattern or exact keyword In this post this is a small trick about How to use grep command to get fixed pattern or exact keyword in files. grep command is useful in searching the keyword in files. Without using any flag the grep command will show the […]

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

How to find when Operating system was installed in linux CentOS and Red Hat

June 18, 2013 by Sharad Chhetri Leave a Comment

How to find when Operating system was installed in linux CentOS and Red Hat This is a short video to know how you can find out on which date the linux was installed. It is applicable to Red Hat based linux distro. Step 1 : First find out the basesystem rpm. rpm -qa|grep basesystem Step […]

Filed Under: Articles, Tips And Tricks Tagged With: linux, tips

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

June 15, 2013 by Sharad Chhetri 21 Comments

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 […]

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

Edit the crontab without using crontab -e

June 14, 2013 by Sharad Chhetri Leave a Comment

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 […]

Filed Under: Articles, Tips And Tricks

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

June 13, 2013 by Sharad Chhetri 4 Comments

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, […]

Filed Under: Articles Tagged With: python

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

June 13, 2013 by Sharad Chhetri Leave a Comment

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 […]

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

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

June 11, 2013 by Sharad Chhetri 20 Comments

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. […]

Filed Under: Articles, Monitoring Server Tagged With: Nagios

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 24
  • Page 25
  • Page 26
  • Page 27
  • Page 28
  • 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