enable
How to Enable mod_php for apache2 server in etch
Use the following commands For php4 users the following command #aptitude install libapache2-mod-php4 For php5 users the following command #aptitude install libapache2-mod-php5 If you install the PHP4 or PHP5 modules for Apache2 then they will automatically enable themselves.If you have any problem you can use the following commands to enable php modules manually. For php4 [...]
How To Enable Secure (SSL) IMAP & POP3 With Self-Signed Certificate
First you need to find the location to place the certificate and key file. Open dovecot.conf file (Location: /etc/dovecot.conf) and search for pem. You will find two lines like: #ssl_cert_file = /etc/pki/dovecot/certs/dovecot.pem #ssl_key_file = /etc/pki/dovecot/private/dovecot.pem These indicate the default location of the key and certificate file. Note: You are likely to find that there is [...]
How to Enable DNS Dynamic Updates to a DNS Server
Windows 2000 DHCP and DNS servers now support dynamic updates to a DNS server. Windows 2000 clients can dynamically update their forward lookup records themselves with the DNS server after the clients obtain a new IP address from a DHCP server. In Windows 2000 DHCP server, you can dynamically update the DNS records for pre-Windows [...]
How to enable process switching on a cisco Router
Per-destination or per-packet load-balancing depends on the type of switching scheme used for IP packets. By default, on most Cisco routers, fast switching is enabled under interfaces. This is a demand caching scheme that does per-destination load-balancing. To set per-packet load-balancing, enable process switching (or disable fast switching), use these commands: Router# config t Router(config)# [...]
How to Enable BGP Routing in Cisco IOS
To enable BGP routing and establish a BGP routing process, use the following commands beginning in global configuration mode: Command Purpose Step 1 Router(config)# router bgp as-number Enables a BGP routing process, which places the router in router configuration mode. Step 2 Router(config-router)# network network-number [mask network-mask] [route-maproute-map-name] Flags a network as local to this autonomous system [...]
How to Enable IP Routing in Windows
Routing between subnets is disabled by default for the TCP/IP protocol in Windows NT. To enable routing, following these steps:Â WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can [...]
How to Enable remote connections for SQL Server 2005 Express or SQL Server 2005 Developer Edition
You must enable remote connections for each instance of SQL Server 2005 that you want to connect to from a remote computer. To do this, follow these steps: Click Start, point to Programs, point to Microsoft SQL Server 2005, point toConfiguration Tools, and then click SQL Server Surface Area Configuration. On the SQL Server 2005 Surface Area Configuration page, click Surface Area [...]
How to Configure Cisco Content Engine and Cisco Cache Engine – Websense
Websense works as a filtering engine for the Cisco Content Engine, allowing you to enforce your organization’s Internet access policies. Once Websense is installed on your network, you must activate it within the Content Engine. This can be done through the Cisco Web-based interface or through a console or TELNET session, by following the instructions [...]
A brief to Direct Memory Access(DMA)
Direct memory access is system that can control the memory system without using the CPU. Â On a specified stimulus, the module will move data from one memory location or region to another memory location or region. While it is limited in its flexibility, there are many situations where automated memory access is much faster [...]
How to enable ActiveX on my browser
A control using ActiveX technologies. An ActiveX control can be automatically downloaded and executed by a Web browser. ActiveX is not a programming language, but rather a set of rules for how applications should share information. Programmers can develop ActiveX controls in a variety of languages, including C, C++, Visual Basic, and Java. To enable [...]
How to enable IP forwarding in Fedora
To be able to use IP forwarding, you must tell the kernel that it’s okay to forward traffic from one network card to another. This setting is found in /etc/sysctl.conf. Set net.ipv4.ip_forward to 1. To do this, execute: echo 1 > /proc/sys/net/ipv4/ip_forward echo “net.ipv4.ip_forward = 1″ >> /etc/sysctl.conf The first command enables IP forwarding now, [...]
Nokia Open Source Web browser for S60 Smartphones
Nokia unveiled the new Web browser for its world leading smartphone software, S60 platform aimed to provide smartphone users with a true Web experience when browsing full Web pages on the Internet using a smartphone. “The new Web browser for S60 is based on the WebCore and JavaScriptCore components of Apple’s Safari Web Kit, the industry’s smallest [...]
Download Apple Safari 4: World’s Fastest Browser
Now you can download the latest Apple Safari 4 web browser. Launching its latest beta version, Apple calls it the world’s fastest web browser for Mac and Windows computers. Apple Safari 4 powered by the new Nitro JavaScript engine claims to execute JavaScript 30 times faster than IE 7 and 3 times faster than Firefox 3; it loads HTML web [...]
How to regedit or edit registry in Windows
Regedit, which is built-in in Windows 2000, XP and Vista, enables you to view, find, and modify settings in your system registry. A registry contains information about how your computer runs. Regedit can be very risky so make sure to back up, export everything before you change anything. 1. Click Start, and then click Run. [...]
