06 Jul
1) Login to Plesk
2) Click on Domains
3) Click on Crontab
4) You will notice list of system users. Select system
5) Click on Schedule a Task icon
6) After that you will need to mention the following :-
Minute : 0 to 59
Hour : 0 to 23
Day of the Month : 1 to 31
Month : 1 to 12
Day of [...]
Posted in Linux VPS, VPS Hosting, Windows VPS by:
No Comments
03 Jul
It is very simple and cost effective solution for backup through FTP. Following are few of the advantages of Smart FTP which are given below :-
1) Data Security : Smart FTP utilized SSL certification to protect usernames, password and file content.
2) FTP Space : As per requirements.
3) Easy Selection of Files and there are many [...]
Posted in VPS Hosting by:
No Comments
08 Jun
You must use the chkconfig command for configuring Apacheweb server to start at boot:
[root@bigboy tmp]# chkconfig httpd on
Use the httpd<code> init script in the <code>/etc/init.d directory to start,stop, and restart Apache after booting:
[root@bigboy tmp]# /etc/init.d/httpd start
[root@bigboy tmp]# /etc/init.d/httpd stop
[root@bigboy tmp]# /etc/init.d/httpd restart
You can test whether the Apache process is running with
[root@bigboy tmp]# pgrep httpd
you should [...]
Posted in VPS Hosting by:
No Comments
20 May
VPS Hosting provide much better performance than a shared or a reseller hosting account.VPS Hosting provides us the privileges which are more or less compared to a dedicated server such as SSH Root access to VPS, custom installations etc.
It is possible to install any custom applications or softwares on the VPS Hosting package. However, there [...]
Posted in VPS Hosting by:
No Comments
03 May
Burstable RAM is the memory which is available beyond the guaranteed RAM.Burstable RAM is basically shared RAM amongst each VPS on the hardware node. It is divided equally among each VPS and is there for when each VPS needs it. For example your VPS might have 256mb guaranteed ram, and 1024mb burstable RAM.
This means that [...]
Posted in VPS Hosting by:
No Comments
03 May
PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly and easily.”This is generally a good definition of PHP. However, it does contain [...]
Posted in Linux VPS, VPS Hosting, Windows VPS by:
No Comments
25 Apr
In order to edit virtual host, you will need to edit http.conf which is as follows :-
NameVirtualHost *
<VirtualHost *>
ServerName www.domain.tld
DocumentRoot /www/domain
</VirtualHost>
<VirtualHost *>
ServerName www.otherdomain.tld
DocumentRoot /www/otherdomain
</VirtualHost>
this server alias can also be set in for alternative for a host for name-basd virtual host.
Posted in VPS Hosting by:
No Comments
25 Apr
Linux VPS Hosting is the cheapest way to purchase a VPS( Virtual Private Server )web hosting account. If you will select Linux based VPS package you won’t need to pay licensing fees which makes cheap Linux VPS web hosts to pass along reduced operating costs into a lower final product price. Normally, the average costs [...]
Posted in Linux VPS, VPS Hosting, Windows VPS by:
No Comments
23 Apr
FFMpeg is a program which record, convert and stream digital audio and video in various formats. It is a command line tool that is composed of a collection of open source(free) softwares and open source libraries. FFmpeg includes libavcodec, an audio and video codec library used by many other projects, and libavformat, an audio/video container [...]
Posted in VPS Hosting by:
No Comments
18 Apr
The Zend Optimizer is a free runtime application software which enables PHP to run the files encoded by the Zend Guard. This can be freely used by anyone looking to run encoded applications.The simplest way to get a PHP runtime that includes Zend Optimizer is to download Zend Core - the leading production quality PHP [...]
Posted in VPS Hosting by:
No Comments