User contributions for David
From KlavoWiki
Jump to navigationJump to search
28 May 2008
- 12:4912:49, 28 May 2008 diff hist +374 N KlavoWiki:About New page: I maintain this Wiki for my own personal use. I wish the general public to also be able to take advantage of the information contained herein. I take no responsibility for its context an...
27 May 2008
- 04:0804:08, 27 May 2008 diff hist −1 Collaboration No edit summary current
- 03:1303:13, 27 May 2008 diff hist +918 Collaboration No edit summary
- 03:0503:05, 27 May 2008 diff hist +1,245 N Collaboration New page: = Purpose = Here I plan to list applications that can integrate into Asterisk. My goal is to source an application that is capable of video, audio, whiteboard, file and application sharin...
- 02:3902:39, 27 May 2008 diff hist −25 Dialing Plans No edit summary current
- 02:3602:36, 27 May 2008 diff hist +202 N Video Conferencing New page: From what I can tell [http://confiance.sourceforge.net CONFIANCE] is an excellent Video Conferencing application that integrates well into Asterisk. Installation steps to come. [[Categor... current
19 May 2008
- 06:2306:23, 19 May 2008 diff hist +524 N Time Synchronisation New page: You can easily install NTP (Network Time Protocol, a means of transmitting time signals over a computer network) using yum command under Redhat or CentOS/Fedora core Linux. === Installat...
15 May 2008
- 06:4206:42, 15 May 2008 diff hist 0 Remote Access (RDP) No edit summary current
- 05:5105:51, 15 May 2008 diff hist +313 N Automatic Updates New page: To verify the current setting <pre> cscript c:\windows\system32\scregedit.wsf /AU /v </pre> To enable automatic updates <pre> cscript c:\windows\system32\scregedit.wsf /AU 4 </pre> To di... current
- 05:4205:42, 15 May 2008 diff hist +250 N Windows Step-By-Step Guide New page: Click [http://technet2.microsoft.com/windowsserver2008/en/library/47a23a74-e13c-46de-8d30-ad0afb1eaffc1033.mspx?mfr=true here] for an excellent overview of the Windows 2008 Server Core com... current
- 05:2705:27, 15 May 2008 diff hist +101 IP Settings No edit summary current
- 05:2505:25, 15 May 2008 diff hist +103 Join Domain No edit summary current
- 05:2005:20, 15 May 2008 diff hist +634 N Join Domain New page: To join a Windows Domain use the following command <pre> netdom join <ComputerName> /domain:<DomainName> /userd:<UserName> /passwordd:* </pre> Where * ComputerName is the name of the serv...
- 04:5404:54, 15 May 2008 diff hist +541 IPv6 for Windows No edit summary current
- 04:4604:46, 15 May 2008 diff hist +205 IPv6 for Windows No edit summary
- 04:4304:43, 15 May 2008 diff hist +262 IPv6 for Windows No edit summary
- 04:4004:40, 15 May 2008 diff hist +647 N IPv6 for Windows New page: Unlike Windows XP and Windows Server 2003, IPv6 in Windows Vista and Windows Server 2008 cannot be uninstalled. However, you can disable IPv6 in Windows Vista and Windows Server 2008 by do...
- 04:2104:21, 15 May 2008 diff hist 0 m Remote Access (RDP) Remote Access moved to Remote Access (RDP)
- 04:2004:20, 15 May 2008 diff hist +638 N Remote Access (RDP) New page: Use the following commands for the associated viewing / enabling / disabling of Terminal Settings. 1 = Terminal Services Disabled (remote access disabled)<br> 0 = Terminal Services Enable...
- 03:5703:57, 15 May 2008 diff hist 0 m Date/Time Settings for Windows Windows Date/Time Settings moved to Date/Time Settings for Windows current
- 02:5702:57, 15 May 2008 diff hist +182 N Firewall for Windows New page: To disable the firewall <pre> netsh firewall set opmode disable </pre> To enable the firewall <pre> netsh firewall set opmode enable </pre> Category : Windows 2008 Server Core
- 02:5502:55, 15 May 2008 diff hist 0 m Firewall for Linux Firewall moved to Firewall for Linux
- 02:4502:45, 15 May 2008 diff hist +1,077 N IP Settings New page: To set the server with a static IP address <pre> netsh interface ipv4 show interfaces </pre> Look at the number shown in the Idx column of the output for your network adapter. If your c...
- 02:1602:16, 15 May 2008 diff hist +107 N International Settings New page: To change the International setting: <pre> control intl.cpl </pre> Category : Windows 2008 Server Core current
- 02:1502:15, 15 May 2008 diff hist +123 N Date/Time Settings for Windows New page: To change the Date, Time, Zone and NTP Settings: <pre> control timedate.cpl </pre> Category : Windows 2008 Server Core
- 02:1402:14, 15 May 2008 diff hist +117 N Change Administrator Password New page: To change the Administrators password: <pre> net user administrator * </pre> Category : Windows 2008 Server Core current
- 02:0802:08, 15 May 2008 diff hist +150 N Rename Windows Computer New page: To rename a Windows file server: <pre> netdom renamecomputer <computername> /newname:<newcomputername> </pre> Category : Windows 2008 Server Core current
- 02:0002:00, 15 May 2008 diff hist +652 N Category:Windows 2008 Server Core New page: One of the most exciting new features of Windows Server 2008 is its ability to install as a Server Core machine. A Server Core installation provides a minimal environment for running spec... current
12 May 2008
- 23:3023:30, 12 May 2008 diff hist −2 Tapi No edit summary
- 23:2823:28, 12 May 2008 diff hist +552 TTS (Text to Speech) →Configuration for Asterisk
- 23:2323:23, 12 May 2008 diff hist +18 TTS (Text to Speech) →Configuration for Asterisk
- 23:2223:22, 12 May 2008 diff hist +4 TTS (Text to Speech) →Configuration for Asterisk
- 23:2123:21, 12 May 2008 diff hist +236 TTS (Text to Speech) →Configuration for Asterisk
- 23:1823:18, 12 May 2008 diff hist +1,818 N TTS (Text to Speech) New page: TTS; Short for text-to-speech, a form of speech synthesis that converts text into spoken voice output. TTS systems were first developed to aid the visually impaired by offering a computer-...
- 00:4300:43, 12 May 2008 diff hist +272 N Service Startup New page: To enable a service at startup. <pre> chkconfig <service name> on </pre> An alternativce method to above. <pre> chkconfig --levels 2345 <servce name> on </pre> To list if a service is en...
- 00:3500:35, 12 May 2008 diff hist +94 N Folder Usage New page: To the the size of each folder from current location. <pre> du -h </pre> Category : Linux current
- 00:3200:32, 12 May 2008 diff hist 0 Disk Usage No edit summary current
- 00:3100:31, 12 May 2008 diff hist +88 N Disk Usage New page: To see what space is aviable on all partitions. <pre> du -h </pre> Category : Linux
9 May 2008
- 06:0906:09, 9 May 2008 diff hist 0 Category:Linux No edit summary current
7 May 2008
- 06:0806:08, 7 May 2008 diff hist +23 Daylight Saving Rules No edit summary current
6 May 2008
- 04:5604:56, 6 May 2008 diff hist −32 Main Page No edit summary
- 04:5504:55, 6 May 2008 diff hist +32 Main Page Redirecting to Special:Categories
- 04:5504:55, 6 May 2008 diff hist −991 Main Page No edit summary
- 04:4804:48, 6 May 2008 diff hist +444 N Help:Contents New page: <big>'''MediaWiki has been successfully installed.'''</big> Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. == Getting... current
3 May 2008
- 06:3706:37, 3 May 2008 diff hist +139 Streaming MOH →Configuring Asterisk
- 06:2206:22, 3 May 2008 diff hist +396 Streaming MOH No edit summary
- 06:1106:11, 3 May 2008 diff hist +2 Streaming MOH No edit summary
- 06:1006:10, 3 May 2008 diff hist +1,259 N Streaming MOH New page: = What is MOH = Music on hold (MOH) refers to the business practice of playing pre-recorded music to fill the silence that would be heard by telephone callers that have been placed on hold...
2 May 2008
- 22:2822:28, 2 May 2008 diff hist +264 Reboot Polycom No edit summary
- 04:5104:51, 2 May 2008 diff hist +1,275 N Ports New page: The following command will list TCP port 80 connections. <pre> lsof -i tcp:80 </pre> The following command will list all IP connections. <pre> netstat -aon </pre> For list of ports regi... current