• 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

How to upgrade ubuntu 12.10 to 13.04 through command line

May 2, 2013 by Sharad Chhetri 2 Comments

In this method we will learn how to upgrade ubuntu 12.10 to 13.04 through command line. We will upgrade the ubunutu online hence the good speed internet connection is required. We will stepwise use two commands to upgrade the system. Note: Upgrading the Ubuntu will take time it depends upon your internet speed as well. […]

Filed Under: Articles, Ubuntu Tagged With: ubuntu

How to create a search box inside page in WordPress

April 4, 2013 by Sharad Chhetri 6 Comments

How to create a search box inside page in WordPress Do you want to create a search box inside page for your website which is running in WordPress ? Here is the easy solution Step 1: Create new page . At left hand side click on page >> Add New Step 2 : Give the […]

Filed Under: Articles Tagged With: wordpress

How to install iredmail with mysql in Ubuntu 12.04 LTS

April 3, 2013 by Sharad Chhetri Leave a Comment

How to install iredmail with mysql in Ubuntu 12.04 LTS Introduction: iredmail is a mail server software which basically uses the Postfix(MTA). You can create virtual user and virtual domain in iredmail server from its admin panel. It has both free and paid version. For more detail visit https://www.iredmail.org/ In this tutorial we will learn […]

Filed Under: Articles, MailServer Tagged With: iredmail

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form

March 29, 2013 by Sharad Chhetri 2 Comments

The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form After installing the owncloud in Ubuntu Server I faced the problem, I was not able to upload the file. I was getting this error “The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form” How I solved […]

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

How to install owncloud in Ubuntu 12.10

March 29, 2013 by Sharad Chhetri 3 Comments

In this we will learn,how to install owncloud in Ubuntu 12.10. Owncloud is a free and opensource software.Through owncloud you can store,sync or share data. The owncloud is managed through web browser by user. In this tutorial we are installing the owncloud with the help of apt-get command. You can download the package supporting other […]

Filed Under: Articles, owncloud, Server Tagged With: owncloud

How to zip the directory in linux with command line

March 28, 2013 by Sharad Chhetri 3 Comments

In this tutorial we will learn,how to zip the directory in linux with command line.Zip is a compression and file packaging utility for Linux,Unix,Windows and various Operating system. The zip helps to compress and reduce the size of file and directory.To zip a directory,first of all we will check ,do we have zip command installed […]

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

How to change login banner message in GUI mode in CentOS 6 or above version.

March 22, 2013 by Sharad Chhetri Leave a Comment

Learn How to change login banner message in GUI mode in CentOS 6 / RHEL 6 or above version. When user login through the GUI mode, it will see the message on Screen. In previous version of CentOS means CentOS 5.x with the help of command gdmsetup we used to change the login banner. Now […]

Filed Under: Articles, Tips And Tricks Tagged With: login banner

How to convert rpm file into deb file

March 19, 2013 by Sharad Chhetri Leave a Comment

In this tutorial we learn, how to convert rpm file into deb file.In Debian based OS like ubuntu the package file extension is .deb file. For installing the package in debian based OS we use the command dpkg -i package-name.deb . In Red Hat based linux the package file extension comes in .rpm format .(RPM […]

Filed Under: Articles, Tips And Tricks Tagged With: rpm to deb

Linux: 4 Different commands to find system uptime

March 18, 2013 by Sharad Chhetri 4 Comments

Linux-uptime-command

In this tutorial,we will learn about 4 different commands to find system uptime in Linux. Uptime of system means how long the server has been running and up since its last shutdown or reboot.

Filed Under: Articles, Tips And Tricks Tagged With: linux command, uptime

Installation of OpenERP 7.0 in Ubuntu

March 16, 2013 by Sharad Chhetri 1 Comment

Installation of OpenERP 7.0 in Ubuntu Operating System : Ubuntu 12.04 LTS Installation Directory : /opt/openerp/ OpenERP testing Server’s IP : 172.16.1.1 Prerequisite Requirements: Python2.7 Python Modules PostgreSQL 9.1 OpenERP Version : Open ERP 7.0 (All In One) Download URL : http://nightly.openerp.com/7.0/nightly/src/openerp-7.0-latest.tar.gz Installation Steps: Step 1: Install all the python modules . sudo apt-get install […]

Filed Under: Articles, openerp Tagged With: openerp

4 different commands to check the load average in linux

March 11, 2013 by Sharad Chhetri 1 Comment

In this tutorial we will learn,4 different commands to check the load average in linux.Loadaverage is the system load,which is a measure of the amount of computational work that a computer system performs.When you run the command in output,you will see one, five, and fifteen minute moving load average of the system.The practical of load […]

Filed Under: Articles Tagged With: top command

How to list all installed python modules

March 9, 2013 by Sharad Chhetri 1 Comment

How to list all installed python modules To know what are the python modules installed in system.Use the given below command. Login into system. Type the command python to get the python prompt # python Now you will get the python prompt like this >>>, type the command help(“modules”) and press enter key >>> help(“modules”) […]

Filed Under: Articles Tagged With: python

How to configure htdigest in nagios server

March 7, 2013 by Sharad Chhetri Leave a Comment

How to configure htdigest in nagios server As a security point of view I always prefer to go with htdigest rather than htpasswd method.The reason is htpaswd uses cleartext username and password whereas htdigest uses encryption method. If you have already read my post “How to configure Nagios 3.4.4 in CentOS” there I use the […]

Filed Under: Articles, Monitoring Server, Tips And Tricks Tagged With: htdigest nagios

How to install mysql server in RedHat and CentOS

March 7, 2013 by Sharad Chhetri Leave a Comment

In this post we will learn about,how to install mysql server in RedHat and CentOS. MySQL is a relational database management system (RDBMS), and ships with no GUI tools to administer MySQL databases or manage data contained within the databases.Read More About MySQL Server Default Port Number of MySQL : 3306 (TCP) Install the MySQL […]

Filed Under: Articles, Database Server, mysql, Server Tagged With: mysql

How to change smtp port number 25 in postfix

March 6, 2013 by Sharad Chhetri 7 Comments

How to change smtp port number 25 in postfix Bydefault the SMTP protocol runs at port no. 25. You can change the port no. to any port no. other than below 2048. 0 to 2048 are IANA authorized known port no.but we have some other port no. also which are bydefault used by manyapplication for. […]

Filed Under: Articles, Tips And Tricks Tagged With: postfix, smtp

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 27
  • Page 28
  • Page 29
  • Page 30
  • Page 31
  • 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