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

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

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…

Set GRUB password after installation of CentOS/Red Hat
|

Set GRUB password after installation of CentOS/Red Hat

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…

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

How to install and remove Apache webserver in Ubuntu and Debian

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…

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

Linux: Set user password by using encrypted password in command

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…

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

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

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…

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

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

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…

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

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

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…

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

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

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…

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

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

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…

Install pdfedit for editing pdf file in Ubuntu

Install pdfedit for editing pdf file in Ubuntu

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…

How to set delay replication in MySQL slave server
|

How to set delay replication in MySQL slave server

In this tutorial we will learn how to set delay replication in MySQL Master Slave replication. After setting this configuration,slave server deliberately lag behind the Master server as per the delay time you have set. The MySQL server version 5.6 has this feature and it has some benefits which will discuss in this post. Set…

Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux

Install MySQL Server 5.6 in CentOS 6.x and Red Hat 6.x Linux

In this tutorial we will learn how to install MySQL Server 5.6 in CentOS 6.x and RHEL 6.x by using yum command. The package is “Architecture Independent” hence applicable to 32 bit(i386) and 64 bit(x86_64) operating system.Details of system where practical has been applied Operating System: CentOS 6.5Arch: x86_64 and i386 (Both) Install the MySQL…