how to get all the connection to your webserver?
use the following command to ahieve this
netstat -an | grep :80 | wc -l
as you can see in the above the port that has...
how to get all of the ips and number of their...
use the following command to ahieve this
netstat -plan|grep :80|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -n
Even Roots of Roots Numbers
Here x 2 > 0 for all real numbers x. Therefore the equation x 2 = b only has solutions x when b...
Properties of Exponentials
Now (a x)y = exp(y ln(a x )) = exp(y x ln(a )) = a yx = a xy Therefore
(a x)y = a xy...
Exponentials of Real Numbers a x = exp( x ln(a))
For x = m/n and a > 0, a x = a m/n = exp( (m/n) ln(a)) = exp( x ln(a)). This suggests putting...
Natural Logarithms and Exponentials – Roots and Powers
today I was preparing myself for the math exam that I have for the next week
I learned the exponentional exp(x) and logarithms ln(x) functions
Uniqueness...
Google does not use the keywords meta tag in web ranking
Monday, September 21, 2009 at 10:00 AM
Recently we received some questions about how Google uses (or more accurately, doesn't use) the "keywords" meta tag...
what is and what is not seo?
for every one think of seo is some what being in the first result of the google's result page but it is a litle...
Google Spiders Got A Bit Lazy in December; Crawling Lesser Web...
The Google Webmaster Tools dashboard has graphs indicating the activity of Google spiders on your websites. You get to know the number of pages...
Fixing tabs in virtuemart forms for RTL languages
but now I find a temporary fix for it and I publish it here for use of other member
After clean install of joomla and...