• 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

Disable “System Program Problem Detected” on Ubuntu

June 20, 2014 by Sharad Chhetri 2 Comments

Have you ever met with this error “System Program Problem Detected” on your Ubuntu system ? Does it come always and annoys you to close it every time ? This error generally comes when any program get crashed.The Apport program reports the debug result to Ubuntu developers. For good reasons the apport program is awesome […]

Filed Under: Articles Tagged With: apport

Install and setup multisite drupal on CentOS 6.5

June 18, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to install and setup multisite drupal on CentOS 6.5 . In multisite , we will do single drupal installation and create multiple website on it. It helps us to manage multiple website. In multisite, each upgrade need to be done once. Whereas each site has its own database […]

Filed Under: Apache, Articles Tagged With: drupal, webserver

Awesome windows run command shortcuts

June 11, 2014 by Sharad Chhetri 1 Comment

In this post I am sharing about awesome windows run command shortcuts. Using shortcuts save your time, rather then doing clicking clicking clicking kind of work. After a gap of nearly 5-6 years, today I login in Windows 8 system. I tried my hands on forgotten run commands shortcuts, which I used to apply on […]

Filed Under: Articles Tagged With: commands

awk command to print columns from file

June 7, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to use awk command to print columns from file. This tip is often used by Unix/Linux System Administrator. AWK Command Awk is one of the awesome tool for processing the rows and columns.It also has feature to search keywords/strings . Awk command is widely used by Unix/Linux users […]

Filed Under: Articles, Linux Commands Tagged With: awk, linux command

How to list users above or below particular user id

June 6, 2014 by Sharad Chhetri 2 Comments

In rare cases, you will find sometimes we need to list users above or below particular user id. Such requirement mostly come when you are playing around users related troubleshooting. For an example, we want to list the users which are above userid 500 in Linux System. The user related information like username and user […]

Filed Under: Articles, Linux Commands Tagged With: awk, linux command

awk command to search keyword or strings in file

June 5, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, awk command to search keyword or strings in file . We will search single as well as multiple keyword with awk Command. This is a commonly used tips by most of the System Admin. Whereas the same result you can also find by using grep command. Introduction of AWK […]

Filed Under: Articles, Linux Commands Tagged With: awk, linux command

How To Install pip3 / pip2 In Linux

May 30, 2014 by Sharad Chhetri 9 Comments

install pip on CentOS/RHEL/Ubuntu/Debian

In this tutorial, we will learn how to install pip3 / pip2 on Rocky/ RHEL/Ubuntu/Debian/CentOS Linux Operating System. After installation method, you will get some pip command examples. It will help you to kickstart on pip command. In this post we have covered both pip3 and pip2 installation method. We have been maintaining this post […]

Filed Under: Articles Tagged With: CentOS, pip, python

How to install nginx webserver from source on CentOS and RHEL

May 26, 2014 by Sharad Chhetri 3 Comments

Install and compile Nginx from source

In this tutorial, we will learn about how to install nginx webserver from source on CentOS and RHEL. At present time, many companies prefer Nginx over apache. One of the biggest reason is, it can handle 10,000 simultaneous connections with a low memory footprint (~2.5 MB per 10k inactive HTTP keep-alive connections). Nginx is also […]

Filed Under: Articles, nginx Tagged With: nginx

rsync over ssh port number on Linux/Unix system

May 23, 2014 by Sharad Chhetri Leave a Comment

Question: How may I rsync the files to remote server which has custom ssh port number ? Answer: To rsync the files and directories with ssh to remote server we use the option -e . And to define the custom port number with ssh option within rsync command,we use the option -p. Syntax: rsync -avz […]

Filed Under: Articles, Linux Commands Tagged With: linux command, rsync

How to install ownCloud 6 on Ubuntu 14.04 LTS Server

May 22, 2014 by Sharad Chhetri 39 Comments

In this tutorial we will learn about, how to install ownCloud 6 on Ubuntu 14.04 LTS Server. ownCloud now a days very popular in Internet World. It is one the awesome alternate for Drop Box. Moreover it is free and Open Source software, primarily using for ‘file hosting’. In case you are looking for creating […]

Filed Under: Articles, owncloud Tagged With: Owncloud 6, ubuntu

How to install wordpress on LAMP stack ( Ubuntu 14.04 LTS Server )

May 12, 2014 by Sharad Chhetri 5 Comments

In this tutorial we will learn, how to install wordpress on LAMP stack. We are doing this practical on Ubuntu 14.04 LTS Server edition. In our last post, we have written step by step tutorial on “How to setup LAMP stack on Ubuntu 14.04 LTS Server” . WordPress , a very popular Open Source CMS […]

Filed Under: Articles, Wordpress Tagged With: wordpress

How to setup LAMP stack on Ubuntu 14.04 LTS Server

May 11, 2014 by Sharad Chhetri Leave a Comment

In this tutorial we will learn, how to setup LAMP Stack on Ubuntu 14.04 LTS Server. LAMP is the abbreviation of Linux, Apache, MySQL and PHP. To setup LAMP stack, we will install Apache HTTP Server, PHP and MySQL Database Server on Linux . In our case, for Linux we will use Ubuntu 14.04 LTS […]

Filed Under: Articles, Ubuntu Tagged With: ubuntu

How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)

May 9, 2014 by Sharad Chhetri Leave a Comment

In this tutorial, we will learn how to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr) . The new Ubuntu version 14.04 LTS (Long Term Support) has been introduced with many new features. Because it is LTS version, it will be supported for 5 years since the date of its release(17/April/2014). Apache software […]

Filed Under: Apache, Articles Tagged With: apache, ubuntu

How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)

May 4, 2014 by Sharad Chhetri 1 Comment

In this tutorial we will learn , how to install Virtual Box in Ubuntu 14.04 LTS (Trusty Tahr). VirtualBox is free Virtualisation Sofware under the GNU General Public License Version 2. Presently, VirtualBox can be installed on Windows,Linux,Macintosh and Solaris. It is one of the popular Virtualisation Software among System Admins. It is one of […]

Filed Under: Articles Tagged With: virtualbox

Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)

May 3, 2014 by Sharad Chhetri 2 Comments

A few days back I installed Ubuntu 14.04 LTS (Trusty Tahr) on my laptop. It is a Desktop Edition. As a default web browser it ship with Firefox version 28 . On April 29, 2014 means 4 days back, firefox released new version 29. We can install firefox version 29 with the help of apt-get […]

Filed Under: Articles Tagged With: firefox upgrade

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • 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