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 […]
Linux
How to fix read only USB pen drive in Ubuntu
While copying some large file I mistakenly taken out USB pen drive before the copy get completed. Later I again attached the USB pen drive in Ubuntu system but found that the USB pen drive showing read only filesystem message. I was not able to copy, create and delete any file. To solve this issue […]
How to write description of git repo
How to write description of git repo In this post we will learn about a tip that is how to write description of git repo.We have setup git server with gitolite and gitweb in Linux Server by following the previous tutorial(in CentOS and Ubuntu). If you open the gitweb you may find there is no […]
How to lock and unlock user account in linux
In this post we will learn about how to lock and unlock user account in linux.With the help of two commands you can lock and unlock the user account in linux.We will also know, how to find the user account has lock and unlock status. To Lock the user account in Linux,use the given below […]
search keyword in file with line number using grep command
grep command which is used for searching the keyword in file and show its output as lines containing a match to the given PATTERN or Keyword. When we simply use grep command without using any switches it simply shows the output with line having the keyword.Today,in this post we will know about a small tip […]
Connect to windows shared folder in Xfce Desktop linux
In Xfce desktop the defualt file manager is thunar.It appears similarly to Gnome’s Nautilus. To connect windows shared folder or samba shared directory from client machine which has Xfce Desktop,use the given command. Open the terminal and type below given command,it will open the GUI of thunar thunar smb://ip-address-of-machine For eg. I have a shared […]
Recent Comments