What is DFS root and how to create one
The What is DFS root question is directly related to the next question someone might ask How to create a DFS root. DFS root is an object in the Microsoft Active Directory system used for sharing files and folders across network. DFS root is the starting point of the DFS namespace.
What is DFS (Distributed File System)
What is DFS you ask today. DFS stands for Distributed File System and is a technology in the Microsoft shop related to sharing files across networks, specifically across wide area networks. What is DFS is the question every network administrator asks when a boss on one side of the state calls him asking how he can get access to a shared network folder on the other side of the state.
How to publish shared folder in Active Directory
How to publish shared folder in Active Directory is an easy question with easy answer. Publishing a shared folder in Active Directory relates to making your network resources available to your network users. Publishing shared folders in Active Directory provides flexible resources to your network users and at the same time provides a good way to handle access security.
Allow shared folders to be published
Allow shared folders to be published is a policy related to allowing network users to share resources on your network. If Allow shared folders to be published is enabled or not configured at all, your users will be able to make their shared folders available to other users across your network through Active Directory. The Allow shared folders to be published group policy is a setting that can help a lot with the management of your corporate shared resources.
Allow DFS roots to be published
Allow DFS roots to be published is a Microsoft Windows setting; it is a group policy setting which determines whether your network users can publish so-called DFS roots in Active Directory. The Allow DFS roots to be published policy is important not only as a security measure but also from the file management strategy perspective. Allow DFS roots to be published is a setting that can help a lot with the administration of your corporate shared drives.
Prevent email address harvesting (part 2)
How to prevent email address harvesting is something that web masters often ask when figuring out how to block email address harvesting programs and robots from harvesting or stealing email addresses from their or their client's websites. The How to prevent email address harvesting question can be answered with a few programming tips. Successful implementation of these tips can help significantly in improving your web site content security.
How to protect web pages from email harvesting
How to protect web pages from email harvesting is the question that every webmaster should ask. While the very original techniques for building web sites were sufficient in the early stages of internet, they open door to hackers and spammers today. How your web pages are coded and designed plays a very important role in your web security. So, how can we protect web pages from email harvesting?
PHP loop through string
PHP loop through string - If you made it to this page, you probably want to know how to loop through a string in PHP and evaluate its every character. Let's say you have a string $string = "abcde", and you want to evaluate its every character and perhaps replace it with something. Looping through strings is very easy in PHP.
Order allow,deny
Order allow,deny is a setting in your Apache web server configuration that is used to restrict access to certain directories (folders) or even globally. Configuring who can access your directories is very important for your web site security. Order allow,deny is one way to restrict who can see what.
IndexIgnore
IndexIgnore is an important security setting in your Apache configuration files which commands what gets displayed to the visitor coming to your website. IndexIgnore is a simple setting which is often forgotten or neglected. Not having IndexIgnore set properly can have negative consequences and compromise your website server security.


