Posts Tagged ‘Ubuntu’

Adding Gnome Terminal on Right-Click

Hi Friends, In RHEL there is gnome-terminal is already added when you right-click on your desktop you will see Open Terminal Option there. But in Fedora 9/10 and Ubuntu 8.04/8.10 you will have to Start Terminal From system tools or from any different Places.But I am sharing trick that how to add Open Terminal Option [...]

Read the rest of this entry »

Change root password of MySQL

To Change root Password of mysql you can change it by using mysqladmin command. if you want to change or update root password then execute this command mysqladmin -u root -p’oldpassword’ password newpassword For example, If old password is tejas, and set new password to tejasbarot, enter: mysqladmin -u root -p’tejas’ password tejasbarot

Read the rest of this entry »

Installing,Starting Service & Setting root password of My Sql

First set Yum repository of MySQL then install it by using following command yum -y install mysql-server mysql  or yum -y install mysql*  Starting MySQL Server:- Execute Following Command:- chkconfig mysqld on /etc/init.d/mysqld start or service mysqld restart Setting Up root Password:- mysqladmin -u root password NEWPASSWORD

Read the rest of this entry »

Mounting NTFS Partition on RHEL 5.x

irst Setup RPMForge Repository by running this command :- wget http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm Install DAG’s GPG Key by executing following command:- rpm – -import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt Verify the package you have downloaded:- rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm Install the package :-

Read the rest of this entry »

Grub & Single user mode password Protected

Hi Friends, I am writing method that how to set up password for Grub & single user mode. This Method will apply on RHEL 5 & Fedora 8/9/10 Open Terminal Then login as a root. i.e. [itsolutions@ask4itsolutions.com]$su – root password :- ******

Read the rest of this entry »