Skip to content
sharadchhetri
  • Home
  • Linux Commands
  • ResourcesExpand
    • Learn Linux
  • My Projects & WorkExpand
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • AboutExpand
    • Privacy Policy
    • Contact
sharadchhetri
  • Install and setup multisite drupal on CentOS 6.5
    Apache | Linux

    Install and setup multisite drupal on CentOS 6.5

    BySharad Chhetri June 18, 2014December 10, 2024

    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…

    Read More Install and setup multisite drupal on CentOS 6.5Continue

  • Awesome windows run command shortcuts
    Linux

    Awesome windows run command shortcuts

    BySharad Chhetri June 11, 2014December 10, 2024

    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…

    Read More Awesome windows run command shortcutsContinue

  • awk command to print columns from file
    Linux | Linux Commands

    awk command to print columns from file

    BySharad Chhetri June 7, 2014December 10, 2024

    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…

    Read More awk command to print columns from fileContinue

  • How to list users above or below particular user id
    Linux | Linux Commands

    How to list users above or below particular user id

    BySharad Chhetri June 6, 2014December 10, 2024

    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…

    Read More How to list users above or below particular user idContinue

  • awk command to search keyword or strings in file
    Linux | Linux Commands

    awk command to search keyword or strings in file

    BySharad Chhetri June 5, 2014December 10, 2024

    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…

    Read More awk command to search keyword or strings in fileContinue

  • grep command to find multiple strings or keyword from file
    Linux Commands

    grep command to find multiple strings or keyword from file

    BySharad Chhetri June 3, 2014December 10, 2024

    This post explains about grep command to find multiple strings or keyword from file. In Linux or Unix like operating system, the grep command utility is widely used. Grep is a command-line utility for searching plain-text data sets for lines matching a regular expression. Grep was originally developed for the Unix operating system, but is…

    Read More grep command to find multiple strings or keyword from fileContinue

  • install pip on CentOS/RHEL/Ubuntu/Debian
    Linux

    How To Install pip3 / pip2 In Linux

    BySharad Chhetri May 30, 2014December 10, 2024

    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…

    Read More How To Install pip3 / pip2 In LinuxContinue

  • Jpeg Image Optimization / Compress on Linux
    Linux Commands

    Jpeg Image Optimization / Compress on Linux

    BySharad Chhetri May 29, 2014December 10, 2024

    Learn how to compress and optimize JPEG JPG files. We will install JPEG compression tool in Linux operating system.

    Read More Jpeg Image Optimization / Compress on LinuxContinue

  • Install and compile Nginx from source
    Linux | nginx

    How to install nginx webserver from source on CentOS and RHEL

    BySharad Chhetri May 26, 2014December 14, 2024

    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…

    Read More How to install nginx webserver from source on CentOS and RHELContinue

  • How to install libxml2 and libxslt packages on CentOS 6.5
    Linux Commands

    How to install libxml2 and libxslt packages on CentOS 6.5

    BySharad Chhetri May 24, 2014December 10, 2024

    The post is about how to install libxml2 and libxslt packages on CentOS 6.5 . The method is applicable to Red Hat based distro . libxml2 is a software library for parsing XML documents. It is also the basis for the libxslt library which processes XSLT-1.0 stylesheets. (Reference : Wikipedia) libxslt is the XSLT C…

    Read More How to install libxml2 and libxslt packages on CentOS 6.5Continue

  • rsync over ssh port number on Linux/Unix system
    Linux | Linux Commands

    rsync over ssh port number on Linux/Unix system

    BySharad Chhetri May 23, 2014December 10, 2024

    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…

    Read More rsync over ssh port number on Linux/Unix systemContinue

  • How to install ownCloud 6 on Ubuntu 14.04 LTS Server
    Linux | owncloud

    How to install ownCloud 6 on Ubuntu 14.04 LTS Server

    BySharad Chhetri May 22, 2014December 10, 2024

    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…

    Read More How to install ownCloud 6 on Ubuntu 14.04 LTS ServerContinue

  • How to install wordpress on LAMP stack ( Ubuntu 14.04 LTS Server )
    Linux | Wordpress

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

    BySharad Chhetri May 12, 2014December 10, 2024

    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…

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

  • How to setup LAMP stack on Ubuntu 14.04 LTS Server
    Linux | Ubuntu

    How to setup LAMP stack on Ubuntu 14.04 LTS Server

    BySharad Chhetri May 11, 2014December 10, 2024

    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…

    Read More How to setup LAMP stack on Ubuntu 14.04 LTS ServerContinue

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

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

    BySharad Chhetri May 9, 2014December 10, 2024

    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…

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

Page navigation

Previous PagePrevious 1 … 13 14 15 16 17 … 39 Next PageNext

Tags

apache automation awk aws bash script cat CentOS centos 7 debian devops docker freebsd ftp ghost git grep jenkins kvm linux linux command MariaDB Server mysql Nagios nginx Octopress owncloud Owncloud 6 php postfix postgres python Red Hat rpm sed ssh swap tips troubleshooting ubuntu user management vagrant varnish virtualbox vsftp wordpress
  • About Me
  • Contact
  • Learn Linux
  • My Wordpress plugins
  • Privacy Policy
  • Search
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

© 2025 sharadchhetri.com

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My Projects & Work
    • My Nagios Plugin
    • My Dockerhub Repo
    • My WordPress plugins
    • My Github Repos
  • About
    • Privacy Policy
    • Contact