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
  • How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )
    mysql

    How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )

    BySharad Chhetri May 7, 2014December 10, 2024

    In this practical we will learn, how to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr ).At the time of writing this post, MySQL Server has 5.6 version as stable release (release date – 11 April 2014). MySQL is a open source relational database management system (RDBMS). It is popularly used in…

    Read More How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )Continue

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

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

    BySharad Chhetri May 4, 2014December 10, 2024

    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…

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

  • Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)
    Linux

    Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)

    BySharad Chhetri May 3, 2014December 10, 2024

    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…

    Read More Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)Continue

  • Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)
    Linux

    Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)

    BySharad Chhetri May 3, 2014December 10, 2024

    In this tutorial, we will learn how to install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr) . No matter, what Google Chrome version is released . To make the practical easy to approach to new bie , we have given the topic as “Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)”…

    Read More Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)Continue

  • How to install flash player plugin in Ubuntu
    Linux

    How to install flash player plugin in Ubuntu

    BySharad Chhetri May 3, 2014December 10, 2024

    In modern internet time, the flash player become a essential package to install. The big websites like youtube.com still running videos on flash platform. Whereas we also know, the HTML 5 has been in IT world since a few years. To run html 5 web pages, the user should have HTML 5 supporting Web browser…

    Read More How to install flash player plugin in UbuntuContinue

  • Head command in Linux / Unix
    Linux | Linux Commands

    Head command in Linux / Unix

    BySharad Chhetri April 20, 2014December 10, 2024

    In this tutorial, we will learn the basic use of head command in Linux / Unix system. Head command is widely used for System Administration. As the name suggest, it shows the head part means show output of the first part of files . Introduction Of Head Command Head command in Linux / Unix system,…

    Read More Head command in Linux / UnixContinue

  • How to install mod_fcgid on CentOS and RHEL
    Apache | Linux

    How to install mod_fcgid on CentOS and RHEL

    BySharad Chhetri April 10, 2014December 10, 2024

    Today, while working on CentOS server, the requirement was to install mod_fcgid . In CentOS , the by-defualt yum repo link does not have mod_fcgid package. What is mod_fcgid mod_fcgid is a high performance alternative to mod_cgi or mod_cgid, which starts a sufficient number instances of the CGI program to handle concurrent requests, and these…

    Read More How to install mod_fcgid on CentOS and RHELContinue

  • whoami command
    Linux | Linux Commands

    Linux / Unix : whoami command use and advantage

    BySharad Chhetri April 8, 2014December 10, 2024

    In this tutorial we will learn about whoami command in Linux / Unix system. We will also read about its use and advantage. Its best use is in shell like sh,ash and ksh where username is not seen in command prompt. Introduction Of whoami Command The whoami command print the user name associated with user…

    Read More Linux / Unix : whoami command use and advantageContinue

  • Search Keyword In Man Page Like We Search In vi / vim Editor
    Linux | Linux Commands

    Search Keyword In Man Page Like We Search In vi / vim Editor

    BySharad Chhetri April 6, 2014December 10, 2024

    In this post, you will learn about how to search keyword or string in Man Page like we do in vi/vim file editor. It basically searching keyword within same man page of the command. Question: How may I search a keyword in man page like we search in vi /vim editor ? Answer: To search…

    Read More Search Keyword In Man Page Like We Search In vi / vim EditorContinue

  • Search keyword in all available man pages – man command
    Linux | Linux Commands

    Search keyword in all available man pages – man command

    BySharad Chhetri April 6, 2014December 10, 2024

    In this tutorial we will learn, simple method to find the keyword in all available man pages in Linux / Unix system. First we have to be confirm that man command is installed. man page Abbreviation of man page is manual page. It is a software documentation in Unix like operating system. Generally in many…

    Read More Search keyword in all available man pages – man commandContinue

  • pwd command
    Linux | Linux Commands

    print working directory ( pwd , PWD , OLDPWD ) in Linux / Unix

    BySharad Chhetri April 6, 2014December 10, 2024

    When we work in terminal or command line, sometime we want to know in which current directory we are working. And sometimes we also want to know in which previous directory I worked.These requirement are simple but are very important for system administration. Information of working directory is also required in scripting. When system administrator…

    Read More print working directory ( pwd , PWD , OLDPWD ) in Linux / UnixContinue

  • cd command
    Linux | Linux Commands

    6 important examples of cd command on Linux and Unix Systems

    BySharad Chhetri April 5, 2014December 10, 2024

    In Linux and Unix Systems, cd command is one the basic,essential and frequently use command.Abbreviation of cd is “Change Directory” . For Linux/Unix System Administrator, it is important to know by how many ways cd command can be used. In this post, I have listed 6 examples which will help you in your daily system…

    Read More 6 important examples of cd command on Linux and Unix SystemsContinue

  • How to set motd In Linux
    Linux | Linux Commands

    How to set motd In Linux

    BySharad Chhetri April 5, 2014December 10, 2024

    Learn how to configure or set motd on Linux Operating Systems. The motd abbreviation is “Message Of The Day”. The motd is widely used in Linux servers.

    Read More How to set motd In LinuxContinue

  • type command
    Linux | Linux Commands

    type Command : Display Information About Command Type On Linux

    BySharad Chhetri April 4, 2014December 10, 2024

    In this post we are explaining about type command with examples. In Linux system, type command is used for displaying information about command types. It displays if command is an alias,shell function, shell builtin, disk file, or shell reserved word. You can use type command with other command names also. With the help of type…

    Read More type Command : Display Information About Command Type On LinuxContinue

  • Find exit status code of last executed command on Linux and Unix
    Linux | Linux Commands

    Find exit status code of last executed command on Linux and Unix

    BySharad Chhetri April 3, 2014December 10, 2024

    When we execute any command or script,it returns an exit status. The exit status is also called as return code or exit code. It is important to know the exit status of command which we execute. The method which we are going to describe become more helpful with script also. Exit status must be an…

    Read More Find exit status code of last executed command on Linux and UnixContinue

Page navigation

Previous PagePrevious 1 … 14 15 16 17 18 … 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