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 MariaDB Server on CentOS 7 / RHEL 7
    Database Server | Linux

    Install MariaDB Server on CentOS 7 / RHEL 7

    BySharad Chhetri July 31, 2014December 10, 2024

    In this tutorial we will learn, how to install MariaDB Server on CentOS 7 / RHEL 7 . Before the stable release of RHEL 7, it was confirmed the MariaDB will be default database. This is one of the major changes we have observed in this RHEL 7/CentOS 7 stable release. Whereas MySQL server still…

    Read More Install MariaDB Server on CentOS 7 / RHEL 7Continue

  • How to install MySQL Server 5.6 on CentOS 7 / RHEL 7
    Linux | mysql

    How to install MySQL Server 5.6 on CentOS 7 / RHEL 7

    BySharad Chhetri July 31, 2014December 10, 2024

    In this tutorial we will learn, how to install MySQL Server 5.6 on CentOS 7 / RHEL 7 . In our previous post, we have installed MySQL Server 5.6 on CentOS 6.x/RHEL 7.x. In CentOS 7/ RHEL 7 , now MariaDB is introduced as a defualt database. Still many Organisations/Company would like to continue with…

    Read More How to install MySQL Server 5.6 on CentOS 7 / RHEL 7Continue

  • Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHEL
    Apache | Linux

    Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHEL

    BySharad Chhetri July 30, 2014December 10, 2024

    The opensource pagespeed module ( mod_pagespeed ) is widely used for speed up the websites. Pagespeed module is available for Apache and Nginx . Currently, to list your website on google top search page , your site must be opened quickly. Hence, speed matters for user end experience also. Now a days, users do not…

    Read More Install pagespeed module ( mod_pagespeed ) on Apache Web Server : CentOS / RHELContinue

  • Install and compile Nginx
    Linux

    How to install nginx from source on CentOS 7

    BySharad Chhetri July 29, 2014December 14, 2024

    In this tutorial we will learn how to install nginx from source on CentOS 7 . Nginx has ability to handle more than 10,000 simultaneous connections with nearly 2.5 Mb of memory usage. In our previous post on installing nginx from source on CentOS/RHEL , we have already mention brief intro on Nginx. Why we…

    Read More How to install nginx from source on CentOS 7Continue

  • Nginx Perl Error
    Linux

    Can’t load ‘/usr/local/lib64/perl5/auto/nginx/nginx.so’

    BySharad Chhetri July 29, 2014December 14, 2024

    While working on Nginx compilation from source, we got the error ‘Can’t load ‘/usr/local/lib64/perl5/auto/nginx/nginx.so”. In this post we are sharing the solution to fix this issue.

    Read More Can’t load ‘/usr/local/lib64/perl5/auto/nginx/nginx.so’Continue

  • How to backup and restore iptables  on CentOS 7 / RHEL 7
    Linux

    How to backup and restore iptables on CentOS 7 / RHEL 7

    BySharad Chhetri July 28, 2014December 10, 2024

    In this post we will learn about how to backup and restore iptables on CentOS 7 and RHEL 7. The steps are still same as we have found in previous CentOS/RHEL versions. For backup and restore process of iptables, you should be login with root user in system Step 1 : To take iptables backup…

    Read More How to backup and restore iptables on CentOS 7 / RHEL 7Continue

  • How to start / stop / restart / reload  iptables on CentOS 7 / RHEL 7
    Linux

    How to start / stop / restart / reload iptables on CentOS 7 / RHEL 7

    BySharad Chhetri July 26, 2014December 10, 2024

    On the journey of exploring the newly releaed CentOS 7 . I found another interesting thing. This is related to iptables. In previous CentOS versions, we used to stop iptables service by using the command service iptables stop or /etc/init.d/iptables stop On newly shined CentOS 7 / Red Hat 7 , with systemctl command we…

    Read More How to start / stop / restart / reload iptables on CentOS 7 / RHEL 7Continue

  • ifconfig command not found on CentOS 7
    CentOS | Linux

    ifconfig command not found on CentOS 7

    BySharad Chhetri July 25, 2014December 10, 2024

    As we know recently CentOS 7 is released ,studded with many new features. On the part of exploring the CentOS 7, I encountered with first change. In my last post on finding the CentOS release version on CentOS 7, I gave a brief info that networking related changes is also found. A few days back…

    Read More ifconfig command not found on CentOS 7Continue

  • How to find CentOS Linux release version on CentOS 7 series
    Linux

    How to find CentOS Linux release version on CentOS 7 series

    BySharad Chhetri July 24, 2014December 10, 2024

    Recently I installed CentOS 7 in my local system. As we know there are many new changes has been done in CentOS 7 version. Today, I am writing about our first finding in CentOS 7. Through this post we will know about how to find CentOS Linux realase version on CentOS 7 series. In previous…

    Read More How to find CentOS Linux release version on CentOS 7 seriesContinue

  • python
    Linux

    Remove python module installed from source code on Linux

    BySharad Chhetri July 21, 2014December 20, 2024

    The post describe about how to remove python module installed from source code on Linux.
    We use python setup.py install command to install the python module from source code. The related files copied to various path. Hence we will target these files copied in various path

    Read More Remove python module installed from source code on LinuxContinue

  • Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server
    Linux | owncloud

    Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server

    BySharad Chhetri July 21, 2014December 10, 2024

    In this post we will learn, how to setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS Server . The steps are almost same as we have done in post “Setup Owncloud 6 with self signed SSL certificate on Ubuntu 13.10” With the arrival of new Ubuntu version 14.04 LTS, there are…

    Read More Setup self signed ssl certificate on Owncloud 6 in Ubuntu 14.04 LTS ServerContinue

  • owncloud error : You are accessing the server from an untrusted domain
    owncloud

    owncloud error : You are accessing the server from an untrusted domain

    BySharad Chhetri July 21, 2014December 10, 2024

    Few days back I setup Owncloud 6 on Ubuntu 14.04 . After a gap of a few days, I again started the testing server to do some new practical. But after opening the Owncloud I got this given below error – You are accessing the server from an untrusted domain. Please contact your administrator. If…

    Read More owncloud error : You are accessing the server from an untrusted domainContinue

  • Taking file backup while using sed command with -i flag
    Linux

    Taking file backup while using sed command with -i flag

    BySharad Chhetri July 12, 2014December 10, 2024

    Today this is another post on sed command in our blog. sed which is one of the famous and dynamic stream line editor use in Unix/Linux Operating System . Along with sed command we can use many available option. One of the option is -i . As per the manual page of sed command (Run…

    Read More Taking file backup while using sed command with -i flagContinue

  • Install lxml by using pip command on Ubuntu 14.04 LTS
    Linux Commands

    Install lxml by using pip command on Ubuntu 14.04 LTS

    BySharad Chhetri July 12, 2014December 10, 2024

    lxml is a python library used for processing XML and HTML.In this post we will learn, how to install lxml by using pip command. We will use pip to install lxml on Ubuntu 14.04 LTS. It is important to install dependency prior using pip command to install lxml Install the dependencies. sudo apt-get install libxml2-dev…

    Read More Install lxml by using pip command on Ubuntu 14.04 LTSContinue

  • sed command to display text between two strings or keywords
    Linux | Linux Commands

    sed command to display text between two strings or keywords

    BySharad Chhetri July 11, 2014December 10, 2024

    In this post we will know about sed command to display text between two strings or keywords or words . Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline) (Definition Reference from man page of sed). Knowledge of…

    Read More sed command to display text between two strings or keywordsContinue

Page navigation

Previous PagePrevious 1 … 11 12 13 14 15 … 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