To install Plesk for Windows on your server using GUI:
Log in to your system as Administrator or another user with Administrator privileges.
Make sure that you have the Plesk installation package ready (web installer or network installer). You can download the required Plesk installation...
This guide helps walk you through installing PHP on Windows 2003 Web Server Edition with easy step-by-step instructions, PHP and Windows can finally play nice.
Howto: Install PHP on Windows 2003 Web Edition
1) Download latest version of PHP from www.php.net
2) Unzip contents to c:\php\
3)...
About mod_rewrite for Apache
This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule to provide a really flexible and...
A guide to installing and configuring the ionCube loader to view encoded web pages for scripts such as ClientExec.
ionCube produces leading tools for PHP source code protection to secure your PHP software from prying eyes and to combat software piracy. Featuring an advanced compiled-code...
AVAnetCo >> Shared Linux and Widows Hosting start at $4.95/month - Cpanel + LiteSpeed / Windows 2008 + Plesk + SQL Server 2008 R2
AVANETCO Company Features
Warez Linking Allowed
Affordable Clustered Web Hosting
Fast and Friendly Technical Support
7 Day Money Back Guarantee
99.5% Network...
Hello ,
Also , You can go to Start menu and enter cmd in Run place and run command prompt , then enter command the following :
mstsc /v:192.168.1.1 /f -admin
Instead of 192.168.1.1 use you server ip and then Enter Login info for Remote and it logged in good :)
Regards;
Ok. Few Steps to setup your VPS-CPANEL:
1 - Login to your VZMC and get inside your server
2 - Create a new VPS with the Sample Ve Config call vps.cpanel
3 - Select the ips you want to use in that VPS and the dns servers.
4 - Select RedHat Enterprise Template (not minimal)
5 - Dont select any...
If you'd like to setup your domain to accept anything.domain.com, you can do so with the following guide (Admin access required)
1) Setup the dns with a wildcard A record. Go to Dns Control, and add an "A" record:
* -> 1.2.3.4
where 1.2.3.4 is the IP of your domain.
This will allow...
In some cases you would need to find the location of a given file or to search for a certain text in all files under a directory. SSH provides two different commands, which can be used to accomplish this.
In order to search for a file location you can use the find command. Find is a very...
Here's a quick & ditry trick to repair all MySQL databases on a server, in one go.
Run the following commands on your server, in the console as root.
PHP Code:
mysqlcheck --all-databases -r #repair
mysqlcheck --all-databases -a #analyze
mysqlcheck --all-databases -o #optimize
The very first first step on securing a server is installing a firewall (atleast IP tables based) to close all unused or unwanted ports. Once the firewall is installed it is often considered 50% of work done. You can install CSF firewall or APF firewall. Often BFD (brute force detection)...
MX stands for Mail Exchange Records. MX records are used in DNS records(or Zone files) to specify how email should be routed.
Lets take an example of say liz@mydomain.com.
This is how a typical DNS record(for mydomain.com) looks like.
;
; Zone file for mydomain.com @ 14400 IN SOA...
So, you want an easy to to replace text in files, even multiple files, on a linux machine, from the command line.
How? - You ask? Easy.
Let me show you.
Let’s say you want to replace all instances of “John†with “Pete†in a file, called resume.txt
In a bash shell, run the following...
A common optimization that can be done for php to improve performance is to install Alternative PHP Cache (APC).
What it does, is it caches php files in memory in their parsed and compiled state.
This removes the need for re-reading, parsing, and compiling for each request, thus greatly lowering...
Hi,
SA login is the administrative login for the MSSQL.. To Change the MSSQL SA password you have to execute following commands from command prompt of your server:
1) Go to the command prompt of the server & type in command prompt osql -L
This command will list all the MSSQL servers near...
I downloaded the .NET 3 and 3.5 Frameworks and then attempted to install them on my Windows Server 2008 R2 web server, but I was told I must install them through the Server Manager –> Features menu. So I did:
After rebooting, I launched Internet Information Services to create a new...
Install the Web Server role with the IIS Management Console and FTP Server role services:
Create a new FTP Site:
Setup the site with the default bindings and choose Allow SSL if you don’t plan on deploying a certificate:
Configure user permissions and basic or anonymous permission...
The BASH scripting language provides a very handy ‘loop’ features. In the previous tutorial page we have discussed that we can chain certain commands such as:
strace -p `pgrep -u root sshd`
This command however, provided that pgrep returns more than 1 process, will result in an error...
Windows Server 2008 can not see static IP. I recently installed Windows Server 2008 and set the IP address to static. Usually this is a simple process, but not this time. After setting the address to static the settings appeared to revert back to dynamic and DHCP along with DNS was not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.