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
what is Input/Output Redirection in Linux ? Input/output redirection means the text that is showing on your screen while you are running any command(program)in your shell, that information can be redirect elsewhere and even you can store this output in a file or can be print directly.` This function called Redirection, you can also redirect…
What Hibernate can do ? Hibernate is a Power-saving state which keeps your opened documents and programs on HardDrive while your computer turns off, So if you don’t wants to lose current workspace then you needs to enable hibernate option.` Let’s start..! Post Views: 2,662
RedHat OS uses swap as a type of “Virtual Memory “in case your physical memory begins to run low. This capacity can be helpful for the system that don’t have enough physical memory ( RAM ). You can define swap on your existing file system wherever you got free space instead of arranging a separate…
How to Integrate Linux with Active Directory Today i am here to explain How to Integrate Linux with Active Directory. After my 5 Month hard work finally i have passed my RHCE ( Red Hat Certified Engineer) Exam. It was interesting to prepare and attempt RHCE exam. So now i have time to write some…
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,866
Webmin is a web-based interface for system administration in Unix/Linux. Webmin provides web-based management for Unix system. Using web-interface, you can configure user accounts, Apache, DNS, file sharing etc. Unix is hard to configure for newbies Webmin allows newbies to configure Unix system using web-based interface which is available on any modern web browsers.` Let’s…