• 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

bash scripting : Prompt user yes / no for confirmation

March 13, 2015 by Sharad Chhetri 4 Comments

In this tutorial we will learn simple bash script to prompt user yes / no for confirmation. It means when user run the script, it will first ask user to confirm by typing yes or no. Once user confirm it take appropriate action. Whereas in case, the user type apart of yes/no , it will […]

Filed Under: Articles Tagged With: bash script

Google Authenticator Apps

March 5, 2015 by Sharad Chhetri Leave a Comment

We have recently wrote a post on Protect ssh with Google Authenticator on Ubuntu 14.04 LTS . After writing the post, we were determined to share info on the Google Authenticator Apps for Linux / Windows / Smart Phones / Web Browsers. Google Authenticator apps is used for generating codes even you are not connected […]

Filed Under: Articles Tagged With: google authenticator

Protect ssh with Google Authenticator on Ubuntu 14.04 LTS

March 1, 2015 by Sharad Chhetri 2 Comments

The tutorial is about how we can protect ssh with Google Authenticator on Ubuntu 14.04 LTS server . Google authenticator is a security application which implements time based one time password (TOTP) security tokens. It is often also called as “Two steps verification” . The server in which Google Authenticator has been setup , to […]

Filed Under: Articles Tagged With: google authenticator, ssh

Completely remove package on Ubuntu / Debian by apt-get

February 22, 2015 by Sharad Chhetri Leave a Comment

This is a quick post to completely remove package on Ubuntu by apt-get command.Apt-get (Advanced Packaging Tool ) is a command line tool to manage the packages on Ubuntu / Debian system. Remove the package on Ubuntu/Debian Generally remove is the option used with apt-get command. But it do not remove the config files associated […]

Filed Under: Articles Tagged With: apt-get, ubuntu

Prevent starting service after package installation on Ubuntu / Debian

February 21, 2015 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to prevent starting service after package installation on Ubuntu / Debian . In simple way, we will use the policy.rc.d to control the behavior of invoke-rc.d for every initscript id and action . We will create a executable script called policy.rc.d and write the exit code 101 in […]

Filed Under: Articles Tagged With: policy.rc.d, ubuntu

Install Nginx from source code on Ubuntu 14.04 LTS

February 21, 2015 by Sharad Chhetri 12 Comments

Install and compile Nginx

Nginx, it is one of the awesome open source package which is used for webserver, loadbalancer, reverse proxy server for HTTP, HTTPS, SMTP, POP3, IMAP and HTTP cache server . It is best known for handling the C10K problem . In this post we are writing on , how to install Nginx from source code […]

Filed Under: Articles Tagged With: nginx, ubuntu 14.04

WARNING: getfattr not found, certain checks will be skipped

February 17, 2015 by Sharad Chhetri 2 Comments

While mounting the Gluster Volume into Ubuntu 14.04 client, recently met with warning that is “WARNING: getfattr not found, certain checks will be skipped..” . We are writing this quick solution for this warning. As the WARNING itself speaks about getfattr not found. So we will work on to get this command on our system. […]

Filed Under: Articles Tagged With: gluster

How to create OpenSSH rpm package and its upgrade

January 18, 2015 by Sharad Chhetri 27 Comments

In this tutorial we will create rpm package of OpenSSH version 6.7 stable version and will do OpenSSH upgrade. You may be wondering why it is required to create rpm package of OpenSSH version. The answer is because of CVE-2014-2532 . We recently notified with the CVE-2014-2532 , which is a openssh AcceptEnv environment restriction […]

Filed Under: Articles Tagged With: ssh

error: Could not load host key

January 17, 2015 by Sharad Chhetri Leave a Comment

Recently while upgrading the OpenSSH server, we faced some issue. This time, the issue was related to ssh key and we got number of lines in message log file with information – “error: Could not load host key” . Here are some brief detail taken from our system. Jan 17 11:14:10 localhost sshd[6294]: error: Could […]

Filed Under: Articles Tagged With: ssh

How to upgrade Mariadb 5.5 to Mariadb 10.0 on CentOS 7 / RHEL 7

January 6, 2015 by Sharad Chhetri 5 Comments

In this tutorial we will learn, how to upgrade Mariadb 5.5 to Mariadb 10.0 on CentOS 7 / RHEL 7 . We will use yum command in this practical. We will also include preliminary exercises should be done while upgrading MariaDB 5.5 to MariaDB 10.0 . MariaDB is a fork of MySQL Database. And now […]

Filed Under: Articles Tagged With: MariaDB Server

Install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server

January 4, 2015 by Sharad Chhetri 11 Comments

Introduction In this tutorial we will learn, how to install bugzilla with MySQL 5.6 on Ubuntu 14.04 LTS server. Bugzilla famously known as bug tracking tool and it is a Mozilla project. Details of practical environment Server : AWS Ubuntu 14.04 LTS Server InstanceBugzilla Version : bugzilla-4.4.6Web Server : Apache 2.4Database Server : MySQL 5.6 […]

Filed Under: Articles Tagged With: bugzilla

Disable user self registration in Bugzilla

January 4, 2015 by Sharad Chhetri Leave a Comment

This is a quick post on how to disable user self registration in Bugzilla. It is very important to disable user self registration otherwise in publicly faced bugzilla anyone can register for new user and will login into bugzilla. Bugzilla is one of the famous web based bug tracking tool. Note: Practical Applied on bugzilla-4.4.6 […]

Filed Under: Articles Tagged With: bugzilla

Change path of tmpdir in MySQL Server On Ubuntu

December 27, 2014 by Sharad Chhetri 2 Comments

Introduction The post will explain , how to change the tmpdir in MySQL Server on Ubuntu. In the temporary directory for MySQL, generally temporary tables are stored. We generally change its path to make our mysql server performance better. Practical Tested On : It will works for other MySQL and Ubuntu version also.Our testing inventory […]

Filed Under: Articles Tagged With: mysql

Install Revive adserver on Ubuntu 14.04 LTS

December 26, 2014 by Sharad Chhetri 3 Comments

The tutorial will explain, how to install the Revive Adserver on Ubuntu. Revive adserver is free Open Source Ad Server formerly known as OpenX Source . Generally the servers are used by many website and blogs.

Filed Under: Articles Tagged With: adserver

How to install Varnish 4 version on CentOS 7 / RHEL 7

December 20, 2014 by Sharad Chhetri 7 Comments

In this tutorial we will learn, how to install Varnish 4 version on CentOS 7 / RHEL 7 . Varnish is populalry known for Frontend Web Cacheing software. Whereas it can also be used as loadbalancer. Recently , the Varnish version 4 is released, which comes up with new features and also new syntaxes/parameters. The […]

Filed Under: Articles Tagged With: varnish

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Page 10
  • 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