In Feburary 2016 27,
Download OpenSSL from the OpenSSL website and install it. The instructions for installing it can be found there. The installation procedure will vary according to your operating system. Once you install OpenSSL, make a note of which folder, or 'directory,' it was installed in.
Download the most recent version of PHP from the PHP website. Refer to that website for the PHP installation procedure.
Create your 'SSL support configuration directive.' At the configuration step of the PHP installation process, you need to add a directive, a piece of text instructing the computer to do something, to the configuration command. This directive looks like '--with-open-ssl=' followed by the name of the folder where OpenSSL was installed. For example, if OpenSSL was installed in the '/usr/local/ssl' folder, then your SSL support configuration directive will be '--with-open-ssl=/usr/local/ssl'.
Add your SSL support configuration directive to the end of the whole configuration command and run the command as directed in the PHP installation instructions. Then finish the PHP installation according to the instructions for your operating system.
Make sure that SSL support was properly installed by creating and running a PHP script with the following contents:
When you run the script, it will output a lot of boxes full of configuration information. Look for a box with header, 'OpenSSL.' If you see it there, then your PHP installation now has SSL support enabled.
In Feburary 2016 27,
Posts mit dem Label installed werden angezeigt. Alle Posts anzeigen
Posts mit dem Label installed werden angezeigt. Alle Posts anzeigen
Samstag, 27. Februar 2016
Donnerstag, 25. Februar 2016
How to Edit Wordpress ThemesIn Feburary 2016 25,
In Feburary 2016 25,
If you host your own Wordpress.org Blog then you will have complete access to edit and customize your Wordpress Themes. However, if you have a free blog application through Wordpress.com then you will have limited blog editing capability. Wordpress.org is for self hosted users which means that you pay for your own blog domain name and hosting. The benefit to setting up your own self hosted blog is that you have complete control of how your blog looks. Wordpress.com users can only choose their blog theme, they can't customize them.
To customize your Wordpress.org blogging application you will want to log in to your blog admin panel by going to www.yourblog.com/wp-admin - use the user name and password you setup when you first installed your blog and login to the admin area. Once inside the admin section of the blog you will want to go to the Appearance tab on the left hand side of the page on click on Appearance to drop down the options unless it is already opened then you just want to click on Editor.
From the Editor page you have the ability to edit any Wordpress themes you have uploaded to your server. On the right side of the page are different pages that you can customize or modify to meet your blogging needs. The most common files you can edit are the style sheet, header, footer, main index or home, archives, search, comments, pages, single page, theme functions, and sidebar.
If you want to change the color of your blog or alter images then you will want to do so using the Cascading Style Sheet (CSS). Most of the other files are a combination of advanced HTML and PHP so you will have to know how to read some code before attempting to edit a Wordpress theme. This is where you can change how your blog looks and decide what type of layout you would like to have. Once you learn what you would like to add or subtract from your WP blog you will most likely use this editing section to create a custom design that will set your blog apart from other bloggers.
In Feburary 2016 25,
If you host your own Wordpress.org Blog then you will have complete access to edit and customize your Wordpress Themes. However, if you have a free blog application through Wordpress.com then you will have limited blog editing capability. Wordpress.org is for self hosted users which means that you pay for your own blog domain name and hosting. The benefit to setting up your own self hosted blog is that you have complete control of how your blog looks. Wordpress.com users can only choose their blog theme, they can't customize them.
To customize your Wordpress.org blogging application you will want to log in to your blog admin panel by going to www.yourblog.com/wp-admin - use the user name and password you setup when you first installed your blog and login to the admin area. Once inside the admin section of the blog you will want to go to the Appearance tab on the left hand side of the page on click on Appearance to drop down the options unless it is already opened then you just want to click on Editor.
From the Editor page you have the ability to edit any Wordpress themes you have uploaded to your server. On the right side of the page are different pages that you can customize or modify to meet your blogging needs. The most common files you can edit are the style sheet, header, footer, main index or home, archives, search, comments, pages, single page, theme functions, and sidebar.
If you want to change the color of your blog or alter images then you will want to do so using the Cascading Style Sheet (CSS). Most of the other files are a combination of advanced HTML and PHP so you will have to know how to read some code before attempting to edit a Wordpress theme. This is where you can change how your blog looks and decide what type of layout you would like to have. Once you learn what you would like to add or subtract from your WP blog you will most likely use this editing section to create a custom design that will set your blog apart from other bloggers.
In Feburary 2016 25,
Samstag, 20. Februar 2016
How to Make a VPS Out of a Dedicated ServerIn Feburary 2016 20,
In Feburary 2016 20,
Check to determine if your physical server meets the hardware requirement of the hypervisor that you want to use. A hypervisor is the operating system that manages the virtual servers. Some hypervisors require specific hardware to install at all.
Save the data and/or configuration of the appliance currently running on the physical server.
Put the disc in the reader and install the hypervisor. Hypervisors install like any other operating system.
Virtual Server
Once installed, you will be able to boot in the hypervisor console. Refer to your manual to create a Virtual Machine (VM). Choose what CPU power, memory and storage amount the VM will have access to. The CPU power, RAM amount and storage amount can be changed after creation if your appliance's needs go up.
Install the operating system using an ISO (image of a disk stored on a hard drive), a disk or the network. The installation and configuration is identical to an installation on a physical server. Install and configure the appliance.
Repeat the process for all of the appliances you want to install in virtual servers on the physical server.
In Feburary 2016 20,
Check to determine if your physical server meets the hardware requirement of the hypervisor that you want to use. A hypervisor is the operating system that manages the virtual servers. Some hypervisors require specific hardware to install at all.
Save the data and/or configuration of the appliance currently running on the physical server.
Put the disc in the reader and install the hypervisor. Hypervisors install like any other operating system.
Virtual Server
Once installed, you will be able to boot in the hypervisor console. Refer to your manual to create a Virtual Machine (VM). Choose what CPU power, memory and storage amount the VM will have access to. The CPU power, RAM amount and storage amount can be changed after creation if your appliance's needs go up.
Install the operating system using an ISO (image of a disk stored on a hard drive), a disk or the network. The installation and configuration is identical to an installation on a physical server. Install and configure the appliance.
Repeat the process for all of the appliances you want to install in virtual servers on the physical server.
In Feburary 2016 20,
Mittwoch, 17. Februar 2016
How to configure IIS to use specific ports for Passive FTPIn Feburary 2016 17,
In Feburary 2016 17,
Login to the machine using remote desktop.
Go to the Inetpub\AdminScripts directory. This is typically on the same drive you installed windows, so c:\Inetpub\AdminScripts
Run the command
adsutil.vbs set /MSFTPSVC/PassivePortRange 'xxxx-yyyy'And replace xxxx with the starting port and yyyy with the ending port range.
In Feburary 2016 17,
Login to the machine using remote desktop.
Go to the Inetpub\AdminScripts directory. This is typically on the same drive you installed windows, so c:\Inetpub\AdminScripts
Run the command
adsutil.vbs set /MSFTPSVC/PassivePortRange 'xxxx-yyyy'And replace xxxx with the starting port and yyyy with the ending port range.
In Feburary 2016 17,
Freitag, 12. Februar 2016
How to Set Up a Filezilla FTP ServerIn Feburary 2016 12,
In Feburary 2016 12,
Download the Filezilla server application. While you may also want to download the client software, you will need the hosting software to set up your FTP server. A link to the download page can be found in the Resources section.
Run the Filezilla setup utility, FileZilla_Server-0_9_31.exe. You will have to agree to the license agreement before you can begin installation.
Select the standard installation type, and choose the folder you would like Filezilla to be installed to. You will next have to choose between automatically starting the program with Windows, or starting it manually. Starting the program with Windows is the recommended setting, and is marked as the default.
Set your start-up preferences for the server interface. By default, the server interface will start as soon as you log in. Press the 'Install' button, and click 'Close' when the installation has completed.
Run the Filezilla Server Interface. It will ask for your Port, which should by default be set to 14147, and the server address. Setting the server address to '127.0.0.1' will direct the computer to connect to itself. This will make the computer you are currently using the FTP server. Tick off the 'Always connect to this server' box, and click 'OK' to connect.
In Feburary 2016 12,
Download the Filezilla server application. While you may also want to download the client software, you will need the hosting software to set up your FTP server. A link to the download page can be found in the Resources section.
Run the Filezilla setup utility, FileZilla_Server-0_9_31.exe. You will have to agree to the license agreement before you can begin installation.
Select the standard installation type, and choose the folder you would like Filezilla to be installed to. You will next have to choose between automatically starting the program with Windows, or starting it manually. Starting the program with Windows is the recommended setting, and is marked as the default.
Set your start-up preferences for the server interface. By default, the server interface will start as soon as you log in. Press the 'Install' button, and click 'Close' when the installation has completed.
Run the Filezilla Server Interface. It will ask for your Port, which should by default be set to 14147, and the server address. Setting the server address to '127.0.0.1' will direct the computer to connect to itself. This will make the computer you are currently using the FTP server. Tick off the 'Always connect to this server' box, and click 'OK' to connect.
In Feburary 2016 12,
Abonnieren
Posts (Atom)