Posts Tagged ‘targeted’

How To Grant/Deny Access to Particular Web Files Using Apache

When browsing web files and directory, most bots, without consideration to .htaccess restrictions, have the capability to crawl and sniff files and folders located under your web root folder, even if these files and folders were not visually displayed from your web pages.
Take for an example, you displayed a file under http://domain.com/folder1/folder2/folder3/page.html
Most bots would initially [...]

 Read More

Be the first to comment - What do you think?  Posted by admin - March 11, 2009 at 6:29 am

Categories: Apache, Linux   Tags: , , , , , , , , , , , , , , , , , ,

How to increase PageRank In Wordpress by Putting NoFollow Relationship

Blogroll in WordPress displays a list of blogger’s favorite blogs in the sidebar of their blog. Blogroll provides links to external blogs in easily managed way. Some webmasters also use Blogroll to display backlinks to other external sites for link exchange or link buying. In reality, links added by WordPress blogroll is actually useless textlinks [...]

 Read More

Be the first to comment - What do you think?  Posted by Editor - February 27, 2009 at 11:33 am

Categories: SEO   Tags: , , , , , , , , , , , , , , , , , , , ,

A brief to various iptables commands

We will use an example based approach to examine the various iptables commands. In this first example, we will create a very simple set of rules to set up a Stateful Packet Inspection (SPI) firewall that will allow all outgoing connections but block all unwanted incoming connections:

Read more...

 Read More

Be the first to comment - What do you think?  Posted by Editor - February 23, 2009 at 3:19 am

Categories: Linux   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

How to Install and Configure iptables under CentOS

Working with iptables from the command line requires root privileges, so you will need to become root for most things we will be doing.
Iptables should be installed by default on all CentOS 3.x, 4.x and 5.x installations. You can check to see if iptables is installed on your system by:
$ rpm -q iptables
iptables-1.3.5-1.2.1
And to see [...]

 Read More

Be the first to comment - What do you think?  Posted by Editor - at 3:14 am

Categories: Linux   Tags: , , , , , , , , , , , , , , , , , , , , , ,

Database Replication in MySQL – Step by Step Guide

Replication enables data from one MySQL database server (called the master) to be replicated to one or more MySQL database servers (slaves). Replication is asynchronous – your replication slaves do not need to be connected permanently to receive updates from the master, which means that updates can occur over long-distance connections and even temporary solutions [...]

 Read More

Be the first to comment - What do you think?  Posted by Editor - February 21, 2009 at 4:10 am

Categories: MySQL   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

How To Install NicTool on FreeBSD 7

It includes an attractive web interface for users, admins, and clients to access and update their DNS zone data as well as a rich API for provisioning systems to interact with. All zone data is stored in MySQL and is extracted by export scripts to the DNS server of choice (tinydns, BIND, PowerDNS).
Updates are all [...]

 Read More

Be the first to comment - What do you think?  Posted by Editor - February 11, 2009 at 3:51 am

Categories: Linux   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

A Quick Guide To Install SUBVERSION

Subversion depends on a number of third party tools and libraries.Some of them are only required to run a Subversion server; others are necessary just for a Subversion client. This section explains what other tools and libraries will be required so that Subversion can be built with the set of features you want

Read more...

 Read More

Be the first to comment - What do you think?  Posted by Editor - January 5, 2009 at 11:09 pm

Categories: Open Source   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

What Is Search Engine Optimization?

OK, let’s see a show of hands: How many of you are reading this book because you want a #1 rank in Google? Yeah, we thought so. As SEO consultants, we know how good it feels when your website makes it to the top of the heap. Listen, we sincerely hope you get your #1 [...]

 Read More

Be the first to comment - What do you think?  Posted by Editor - December 2, 2008 at 9:18 pm

Categories: SEO   Tags: , , , , , , , , , ,

How to enable ActiveX Controls in Internet Explorer?

A Microsoft ActiveX control is essentially a simple OLE object that supports the IUnknown interface. This section offers solutions for making a control work well in the Internet environment, with the ultimate goal of delivering optimal quality of service to users. For example, because browser speed is one of the primary factors in users' perception of quality, this section aims to provide solutions that allow an HTML document or page to become visible as soon as possible and interactive very shortly thereafter, while allowing controls to retrieve large data blocks in the background

Read more...

 Read More

1 comment - What do you think?  Posted by Editor - October 24, 2008 at 3:56 am

Categories: Windows   Tags: , , , , , , , , , , , , ,

How to create a symbolic link in Linux

ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]
For example:
ln -s /usr/local/apache/logs ./logs
This points a symbolic link “./logs” to “/usr/local/apache/logs”

 Read More

1 comment - What do you think?  Posted by Editor - October 6, 2008 at 2:05 am

Categories: Linux   Tags: , , , , , , ,

How to Install and Configure MRTG

The Multi Router Traffic Grapher (MRTG) is a tool to monitor the traffic load on network-links. MRTG generates HTML pages containing PNG images which provide a LIVE visual representation of this traffic.

MRTG is basically used for generating graphs to a device, network host, IP-based appliances for monitoring usage, live data and statistics usage. This monitoring [...]

 Read More

Be the first to comment - What do you think?  Posted by admin - September 22, 2008 at 2:30 am

Categories: Monitoring, Networking   Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,