http://www.tek-tips.com/viewthread.cfm?qid=1560875&page=6
RCFW requires the following:
• set the password length in LD 15, at the SCPL prompt
• add passwords in LD 10 and LD 11, at the SCPW prompt
• allow Call Forward All Calls in LD 10 and LD 11, and
• define Remote Call Forward Activate (RCFA), Deactivate (RCFD), and
Verify (RCFV) Flexible Feature Codes (FFC) in LD 57.
Tuesday, December 8, 2009
Remote call forwarding on the Meridian.
This is just a copy and paste from the site below.
Tuesday, November 3, 2009
Changing "pre-Windows 2000" group name with ADModify.
I have 2000+ groups in AD where the (pre-Windows 2000) group name looks like random generated characters. I am lucky enough to have an application that still uses this name. Here is my fix.

Run ADModify and select Modify Attributes. Select a domain and domain controller. Show only Groups and Containers. Find the groups that need to be changed. Select the Custom tab and fill the blanks like below.

20 seconds to change 2000 groups!
Sunday, October 11, 2009
How to count active users on a Citrix farm and display on a web page.
Get grep.exe and wc.exe for windows at unxutils.sourceforge.net. Create two batch files as below and setup a scheduled task for count.bat.
list.bat
quser /server:citrixaquser /server:citrixbquser /server:citrixc(add more servers)
count.bat
list.bat | grep Active | wc -l > tempcopy a+temp+b /b count.htmlcopy count.html /b c:\inetpub\www
The files a and b are just some simple html. I now have a simple banner like below that is updated every five minutes.
Citrix Active 34
Thursday, October 8, 2009
Aiming a satellite dish with Google Earth.
Lookup the azimuth for your zip code. Use the ruler tool in Google Earth to draw a line in the direction needed. Find an object on the line to use for aiming. I used the corner of a building.

I found a small piece of pipe and placed it on the mounting bracket. Then I looked through the pipe to view the corner of the building. I have 90% signal and it works great.
Tuesday, October 6, 2009
USB to serial adapter with OSX
I have a hawking USB to Serial converter I need to use with my MacBook. There is always a console port calling my name.
First I installed the Prolific driver from this page, Prolific. Now I just open terminal and type the command below.
First I installed the Prolific driver from this page, Prolific. Now I just open terminal and type the command below.
screen /dev/tty.usbserial
I had to search for the command to close screen when I was done.
Ctrl-a k
Friday, October 2, 2009
Monday, September 28, 2009
554 5.3.5 Local configuration error
I spent a few hours tonight trying to get rid of this error from sendmail on Linux. I added the new domain to the file below and all is good.
/etc/mail/local-host-names
This was a BlueQuartz server that should do everything for you from the web interface. Once in a while, it gets confused. The domain was listed in the file as www.example.com. I added example.com
Subscribe to:
Posts (Atom)

