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 libjpegtran by using yum command in CentOS 6.x
    Linux Commands | Tips And Tricks

    Install libjpegtran by using yum command in CentOS 6.x

    BySharad Chhetri January 6, 2014December 10, 2024

    In this tutorial we will learn,how to install libjpegtran by using yum command in CentOS 6.x. The libjpegtran is mainly used for optimizing the jpeg and jpg format files.This utility compress an image without losing the quality of file. If you are running a website which has lots of jpeg/jpg file, which may take time…

    Read More Install libjpegtran by using yum command in CentOS 6.xContinue

  • man command not found in CentOS and Red Hat
    Linux Commands

    man command not found in CentOS and Red Hat

    BySharad Chhetri January 6, 2014December 10, 2024

    Manual pages are software documentation found in Unix like Operating system and man linux distro. To get the information about package and command, we use the syntax yum install Package_name-Command_name.The abbreviation of Manual Page is man page . When you work in Unix like operating system,we generally need help and information about the package and…

    Read More man command not found in CentOS and Red HatContinue

  • Recover Linux Grub Password in linux rescue mode CentOS/Red Hat
    Linux | Tips And Tricks

    Recover Linux Grub Password in linux rescue mode CentOS/Red Hat

    BySharad Chhetri January 5, 2014December 10, 2024

    In this tutorial we will learn,recover Linux Grub Password in linux rescue mode CentOS/Red Hat.We are doing this practical with scenario,in case we forgot root as well as grub password.The method will help you to recover linux grub boot loader password. Requirement: We prefer to use bootable CentOS/Red Hat CD/DVD/USB which is used for installing…

    Read More Recover Linux Grub Password in linux rescue mode CentOS/Red HatContinue

  • Set GRUB password after installation of CentOS/Red Hat
    Linux | Tips And Tricks

    Set GRUB password after installation of CentOS/Red Hat

    BySharad Chhetri January 4, 2014December 10, 2024

    In this tutorial we will learn about how to set GRUB password after installation in Red Hat based Operating System. In our last post,we have described about how to reset root password in single user mode. If our system does not have grub password set, anyone can reset root password after booting the system in…

    Read More Set GRUB password after installation of CentOS/Red HatContinue

  • How to install and remove Apache webserver in Ubuntu and Debian
    Apache | Linux

    How to install and remove Apache webserver in Ubuntu and Debian

    BySharad Chhetri January 4, 2014December 10, 2024

    To install Apache web server in Ubuntu and Debian is easy task. If you have worked on any Red Hat based operating system ,you may find the Apache webserver package name is different. In Red Hat based Operating System the package name is httpd. In Debian based operating system like Ubuntu, Linux Mint etc. You…

    Read More How to install and remove Apache webserver in Ubuntu and DebianContinue

  • Linux: Set user password by using encrypted password in command
    Linux | Linux Commands

    Linux: Set user password by using encrypted password in command

    BySharad Chhetri January 4, 2014December 10, 2024

    In this tutorial we will learn about how to set user password by using encrypted password in command line.We assume you already know about how to simply set/reset password of user by using command (passwd username). In this tutorial,first we will encrypt the password in python interpreter then we use the output in one liner…

    Read More Linux: Set user password by using encrypted password in commandContinue

  • Install EPEL repo in CentOS 5.x , 6.x / RHEL 5.x, 6.x / Scientific Linux
    Linux

    Install EPEL repo in CentOS 5.x , 6.x / RHEL 5.x, 6.x / Scientific Linux

    BySharad Chhetri January 3, 2014December 10, 2024

    Summary In this tutorial we will learn,how to install EPEL repo in CentOS 5.x , 6.x / RHEL 5.x, 6.x / Scientific Linux. EPEL stands for Extra Packages for Enterprise Linux which is a repository of Red Hat based packages.EPEL repository is part of fedora project supported by volunteers and contributers.You can know more about…

    Read More Install EPEL repo in CentOS 5.x , 6.x / RHEL 5.x, 6.x / Scientific LinuxContinue

  • How to reset forgot root password in CentOS 6.x and Redhat 6.x
    Tips And Tricks

    How to reset forgot root password in CentOS 6.x and Redhat 6.x

    BySharad Chhetri January 2, 2014December 10, 2024

    In this practical we will learn,how to reset forgot root password in CentOS 6.x and Redhat 6.x. We are doing this practical in CentOS 6.x and it is also applicable to Red Hat 6.x.To reset the root password we will boot the linux system in Runlevel 1 also known as single user mode. Note: The…

    Read More How to reset forgot root password in CentOS 6.x and Redhat 6.xContinue

  • Linux command to find modified and access date of file/dir/filesystem
    Linux | Linux Commands

    Linux command to find modified and access date of file/dir/filesystem

    BySharad Chhetri January 1, 2014December 10, 2024

    In this tutorial we will learn about linux command to find last modified and access date of a file/dir and filesystem.The command is very useful for troubleshooting purpose. Here we will use the stat command which display file or file system status. To find the last modified and access date of a file/dir/filesystem in linux,we…

    Read More Linux command to find modified and access date of file/dir/filesystemContinue

  • Install Ubuntu font family for individual user in CentOS/Red Hat
    Linux

    Install Ubuntu font family for individual user in CentOS/Red Hat

    BySharad Chhetri January 1, 2014December 10, 2024

    In this tutorial we will learn how to install Ubuntu font family for individual user in CentOS/Red Hat. In our last post we have already described about how to install Ubuntu font family system wide. To Add/Install Ubuntu font family for an individual users in CentOS and Red Hat Step A: Create a .fonts directory…

    Read More Install Ubuntu font family for individual user in CentOS/Red HatContinue

  • How to add/install Ubuntu fonts in CentOS/Red Hat Linux
    Linux | Tips And Tricks

    How to add/install Ubuntu fonts in CentOS/Red Hat Linux

    BySharad Chhetri January 1, 2014December 10, 2024

    Introduction In this tutorial we will learn, how to add/install Ubuntu fonts in CentOS/Red Hat Linux. The Ubuntu fonts are very popular in typography. The Ubuntu fonts are funded by Canonical . Its wonderful design work and implementation has been taken care by Dalton Maag . To know more about Ubuntu Fonts, here is the…

    Read More How to add/install Ubuntu fonts in CentOS/Red Hat LinuxContinue

  • How to make rm -fr command to be interactive
    Linux Commands

    How to make rm -fr command to be interactive

    BySharad Chhetri December 31, 2013December 10, 2024

    In this post I am sharing the tip, how to make rm -fr command to be interactive. As we know if you hit the command rm along with switch -fr ,it will remove the files and directory recursively. Sometimes because of human mistake any important file or directory can be removed. When you hit the…

    Read More How to make rm -fr command to be interactiveContinue

  • How to remove file and directory from Git repo
    Git Server

    How to remove file and directory from Git repo

    BySharad Chhetri December 29, 2013December 10, 2024

    In this post I am sharing the command to remove files and folder from git repo.The command will remove files from the working tree and from the index. Note: Before removing any files and directory it is always a good practice to keep the backup of the data.Hence suggesting to first take the backup of…

    Read More How to remove file and directory from Git repoContinue

  • How to create new repository in self hosted Git Server
    Git Server

    How to create new repository in self hosted Git Server

    BySharad Chhetri December 29, 2013December 10, 2024

    How to create new repository in self hosted Git Server In this tutorial we will learn,how to create new repository in self hosted Git Server.Previously, I have written a post on setting own git server in CentOS and Ubuntu. Follow the given below steps to create new repo in self hosted Git Server Step 1:…

    Read More How to create new repository in self hosted Git ServerContinue

  • Install pdfedit for editing pdf file in Ubuntu
    Linux

    Install pdfedit for editing pdf file in Ubuntu

    BySharad Chhetri December 29, 2013December 10, 2024

    Question: How to edit pdf file in UbuntuAnswer:Install pdfedit for editing pdf file in Ubuntu.Pdfedit is one of the awesome application which helps in editing the pdf file.It is nice alternate for Adobe Acrobat pdf editor.Description of DIY practical: We have tested this practical in Ubuntu 12.10 and 13.10. Follow the given below steps to…

    Read More Install pdfedit for editing pdf file in UbuntuContinue

Page navigation

Previous PagePrevious 1 … 20 21 22 23 24 … 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