A prime number (or a prime) is a natural number that has exactly two distinct natural number divisors 1 and itself.
3, 5, 7, 9, 13 are prime nubmers
forexample:
number 3 has only divisors of 1 and 3
5 is also dividable with only with 2 numbers 1 and 5
So lets get started …
25 March 2011
No comments
Zend should be installed if you want to have ioncube and ioncube is a must for some scripts to work
to install go to directory
/usr/local/directadmin/custombuild/
cd /usr/local/directadmin/custombuild/
nano options.conf
set zend=yes
THen run
./build update
./build zend
and a process will go on and if you encountered this message
Zend Optimizer has been installed.
means that the installation is succeeded
THanks
voshka …
23 March 2011
No comments
HI, every one
today I was asked for a server to optimize its apache for a high load that its control panel was directadmin
I went ahead and did every configuration and optimization I could do.
but at last I wanted to know the apache fullstatus to see if all of the configuration …
21 March 2011
No comments
USe Case BAsics
I will going to show you what are use cases
I’ll define what they are
the basic elements that go into a use case
use casea capture the functional requirements of a system.(meaning that what the system should do
use cases describe the interactions between various actors and the system.
Actor:Has a goal …
20 March 2011
No comments
Today I was in a situation that i had to hide and html element so that the visitors wouldn’t be able to see it
the last time it was a copy right notice of chrono form that the only and easy solution to hide that that was by using visibility.the be …
20 March 2011
1 comment
If you have installed magento in a wrong directory or You’ve had magento installed on a temporry directory or een you want to change your directory or if you want to change mageno installation domain to alternative one you can follow the following instructions:
let say your current installation URL is:
domain.com/shop
and …
20 March 2011
No comments
Magento is a great E-Commerceshopping solution and this great E-Commerce cms has some premade templates that comes with magento installation and database that you may need to change the database name to what you’ve already c reated as cpanel will ad username prefix to it so you have to change …
20 March 2011
No comments
Sometimes the server were blocking connections and from about 10 time requesting the sites on the server one of them would show the site hosted on that server or in the midle of serving a connection time out would occure.
In this situations I would went ahead to restart all of …
18 March 2011
No comments
fcgid is apache fastcgi implementation module that is really a fast apache handler.It is an alternative to apache mod_cgi and mod_cgid apache handler module but so much faster and with high performance .What it really does as I know it caches the php functions and classes and remain them active …
18 March 2011
No comments
Apache MPM_WORKER is a Multi-Processing Module (MPM) implements a hybrid multi-process multi-threaded server that consumes less system resources and respond to requests and process them faster.faster proceses and less memory usage and not crashing on a pipe logging control panels for gracefully restar are the benefirst of this MPM
For compiling …
18 March 2011
No comments