Some Server 2003 Commands

By jldurham6,

redircmp ou=workstation,DC=DOMAIN,DC=com
redircmp CONTAINER-DN
Makes that container Default.

———————————
netdom join computername /Domain:DOMAINNAME [/UserD:USER /PasswordD:USERPASSWORD] [/USER0:USER /Password0:USERPASSWORD] [/OU:OUDN] [REBoot:seconds]
… Continue reading

How to Password Protect a folder in Linux

By jldurham6,

1. Find this file: /etc/httpd/httpd.conf
Edit it with your favorite text editor.
Find the section “DocumentRoot”
or find: “”
Now, edit the section so it looks like the following:
AllowOverride All <— if you do not see ‘All’ put it in.
… Continue reading

ISP in a Box Redhat 2005

By jldurham6,

<pre><p>
# DNS
This is the file that tells all computers on the internet where your domain’s website/email/ftpsite/etc is. Below is my zone file. Do not enter the #’s.
vi /var/named/ciruspc.com.zone
… Continue reading

How to use the VI Editor

By jldurham6,

VI Helpfile

written in the vi editor
Helpfile for learning the vi editor.
This is not intended to be a tutorial, rather as a quick reference of vi and ex commands. Lynx version here

Part I/a is an explanation of the syntax of vi commands.
… Continue reading