How To Root Your Samsung Galaxy s2 Plus step by step
`
 ClockworkMod Recovery 2
Superuser ZIP 3
Odin
How To Root Your Samsung Galaxy s2 Plus step by step
`
 ClockworkMod Recovery 2
Superuser ZIP 3
Odin
INTRODUCTION The cat command is available in Linux operating system to view the file contents of text file, you can print the file contents on Linux shell by using cat command. Also you can view or combine the several files to one file. This command can be used for the files only it does not…
We are going to learn in this tutorial how to host multiple domains on a single IP. Bind Installation ———————-` yum install bind bind-utils bind-* caching-* Now we are going to configure the Bind Service you can copy the files content and modify with your required settings. # cd /var/named/chroot/etc Post Views: 9,539
How to Configure Linux Load Balancers and Highly Available MySQL Database Structure on centos 6.2. Introduction: This step by step guide shows you how to configure Load Balancers in Linux environment and how we can make mysql database structure highly available with the help of DRBD & Heartbeat.` Note: 1: Our main focus to make…
Username is not in the sudoeur name? I have received an email, asking how to use ‘sudo’ command, so i decide to write this post for all of you. The user was reporting the error while he was trying to execute some root commands with ‘sudo’.` Post Views: 2,615
[Video]How to fix 0xc000007b error in Far Cry 4 Post Views: 3,500
INTRODUCTION How to create directory under Linux operating system using the bash shell or command prompt. Use mkdir (make directory) command to make new directory in Linux and if you compare this command to MS windows operating system so almost similar command we use in in cmd to create folder which is: md. SOLUTION Now…