It's a good idea to search before you post as a lot of questions have already been answered.
You have 3 main options for searching - Google, Forum Search and KnowledgeBase Search.
Option 1: use Google
Google has an excellent search engine - and results are fairly accurate. To use Google to search DirectAdmin, point your browser to Google and type the following in your search box:
a real example could be:
TIP: you can put your search term inside quotes "" and this will search the exact phrase.
Option 2: use the Forum Search
Alternatively, you can use the Forum Search feature. There are two ways to search throught forum:
1. Basic Search
As the name suggests, it's a quick and easy way to search for something. The results, I find, our usually OK. However if you're looking for something more refined then use the Advanced Search.
2. Advanced Search
I prefer to use Advanced search because you get to choose a few more options like Search Titles Only.
It's also a good idea to search inside specific forums - if you don't find anything then widen the search scope (include sub-forums) etc.
Your search terms can also include Booleans:
To search for expressions which include spaces, use the hash/pound symbol (do not use quotes)
eg.
will return matches for both dns zone and dnszone
Boolean operators also work. Words are AND'ed together by default.
eg.
will return all threads which mention both operating systems.
will return threads which name either
(or debian -centos) will return matches which mention one but not the other
The asterisk wildcard also works
eg.
will return matches to both computer and commuter
It can also be combined with the boolean operators: com*uter and not computer will have the same effect as just searching for commuter
A useful trick for searches shorter than the 4-letter limit: append an asterisk
eg.
(but beware this will also return any words beginning with dns)
Option 3: Use the Knowledge Base
goto http://help.directadmin.com and enter your search term in the box at the top of the page.
Tip: Use '%' for wildcards and quotes for "exact phrases"
You have 3 main options for searching - Google, Forum Search and KnowledgeBase Search.
Option 1: use Google
Google has an excellent search engine - and results are fairly accurate. To use Google to search DirectAdmin, point your browser to Google and type the following in your search box:
Code:
site:directadmin.com <type your search terms here>
a real example could be:
Code:
site:directadmin.com dns zones
TIP: you can put your search term inside quotes "" and this will search the exact phrase.
Option 2: use the Forum Search
Alternatively, you can use the Forum Search feature. There are two ways to search throught forum:
1. Basic Search
As the name suggests, it's a quick and easy way to search for something. The results, I find, our usually OK. However if you're looking for something more refined then use the Advanced Search.
2. Advanced Search
I prefer to use Advanced search because you get to choose a few more options like Search Titles Only.
It's also a good idea to search inside specific forums - if you don't find anything then widen the search scope (include sub-forums) etc.
Your search terms can also include Booleans:
To search for expressions which include spaces, use the hash/pound symbol (do not use quotes)
eg.
Code:
dns#zone
Boolean operators also work. Words are AND'ed together by default.
eg.
Code:
debian centos
Code:
debian or centos
Code:
debian and not centos
The asterisk wildcard also works
eg.
Code:
com*uter
It can also be combined with the boolean operators: com*uter and not computer will have the same effect as just searching for commuter
A useful trick for searches shorter than the 4-letter limit: append an asterisk
eg.
Code:
DNS*
Option 3: Use the Knowledge Base
goto http://help.directadmin.com and enter your search term in the box at the top of the page.
Tip: Use '%' for wildcards and quotes for "exact phrases"
Last edited: