If your going to host any websites (internal or external) on your Windows Server 2008 machine, you’re going to need IIS 7.0 installed. Here’s how to get it installed:
Category Archives: OS
How to Install IIS on Windows Vista
If you are a developer using ASP.NET, one of the first things you’ll want to install on Vista is IIS (internet information server). Keep in mind that your version of Vista may not come with IIS. I’m using Vista Ultimate edition. First, go to Control Panel, and then click on Programs. You’ll see a …
Vista: Installing the Telnet Client
By default, Vista doesn’t install the Telnet client. The client is for text-based communication with remote systems. You can install it by following these steps: 1. Click Start then selectControl Panel. 2. Select Programs and Features. 3. Select Turn Windows features on or off. 4. Select the Telnet Client option. 5. Click OK. 6. A dialog box will appear to confirm …
Create PDF files from Printer
first download PDF printer driver http://www.adobe.com/products/acrobatpro/tryout.html or other programm you want After install the programm create automaticaly PDF Printer Driver Open word file or image or explorer anything programm with print Choose PDF Driver and press OK Save the document File As… And The PDF is ready
Linux command Reboot – Restart linux
Command Library NAME halt, reboot, poweroff – stop the system. SYNOPSIS /sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h] /sbin/reboot [-n] [-w] [-d] [-f] [-i] /sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h] DESCRIPTION Halt notes that the system is being brought down in the file /var/log/wtmp, and then either tells the kernel to halt, reboot …
Install PHP PECL_HTTP Support
pecl list-all pecl install pecl_http configuration option “php_ini” is not set to php.ini location You should add “extension=http.so” to php.ini