29 Mar 2011 •
Linux •
2 Comments
It is quite easy to install ImageMagick /imagick for php on centos server. For this, use the following steps. yum install ImageMagick yum install ImageMagick-devel If you are not installed “ImageMagick-devel” then you will get the error below: “configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.” Proceed with php-pear installation [...]
Today I’m going to show you guys how to create RAID using PERC 6/i Integrated BIOS configuration utility. There are many RAID levels, depending on your need. You can go here for a description of what each level of RAID does. Tutorial: First, insert all new disks in the empty slots. After the disks are [...]
26 Mar 2011 •
Featured •
1 Comment
Active@ KillDisk is a free software suite for Windows that allows you to completely destroy all data on a hard disk along with some other really cool features. You may want to run kill disk on a drive that you are getting rid of or selling that may also have your personal data on it. Old [...]
25 Mar 2011 •
Linux •
0 Comments
None of us will want to start each and every system processes soon after a reboot. When a system is rebooted, all its processes are shutdown. Processes here I mean is mainly about the Apache and MySQL applications. They are one of the main services that is always needed to run in your server. These [...]
24 Mar 2011 •
Linux •
0 Comments
The lsof command means list of open files which is mainly used in the Linux environments. This will list all the files or processes that is opened by a system. The lsof command will show its current path, the process id, the user that is performing the application etc. How it works: A simple lsof [...]
24 Mar 2011 •
Linux •
0 Comments
The find command is one of the handy command line tool that is used to search a particular file in your Linux server. We usually are used with the find commands using the GUI. But, the find command in linux are extremely fast and powerful. This can be even used to find a file and [...]
24 Mar 2011 •
Linux •
0 Comments
Linux is a vast ocean where there are a lot of commands that can be used to find out the working of various applications. Most of the commands can be merged and used to get a combo effect. Some of the common commands that I use are the following: System Information and process commands: 1. [...]
Before telling about Sandboxing, let me just give you a small description on RHEL. RHEL is Red Hat Enterprise Linux and its latest version RHEL 6. It is the new generation linux platform of RedHat. It is also designed to meet the needs of the upcoming generations of hardware and software technologies. The following architectures [...]
SELinux is a Linux security module that is built into the Linux kernel. It has a built in policy rules. When a security related action is taking place, the actions are loaded from the these policy rules. If the policy allows an action or operation, it continues to to work, else it get an error [...]
If you’re new to running web server, the hardest thing sometime is finding information. One of the most important pieces of information that any webmaster need to know and see is the error log files. The error log files contain all the errors related to the server. If a webmaster understands the errors from reading [...]