Cheap Dedicated Server Hosting are main focus of many Data Center’s today due to the basic fact of fierce Competition faced by them. It has been known that price has become more important than quality. Ofcourse, this can easily be contradicted at some point. Quality and Cheap Servers differ from one Data Center to another. BODHost.com believes in providing quality services as well as cheap prices to customers. We offer a fully managed dedicated server which only starts at 99USD Per Month with Free Setup!
Client’s should always make sure they do not compromise quality in any case. The basic fact remains, the better performance you have on the servers, the better is the profit you will earn from it, so why compromise ?
Cheap Dedicated Server Hosting packages, if not opted with the appropriate hosting company / Data Center , can directly affect an important business website. So, eventually it is upto you to decide, what do you need ?….Performance – Quality – Profit or LOSS!!!
Parked Domain: A parked domain is an additional domain which points to the main directory of your account. You can park an unlimited number of domains at no cost. A parked domain will resolve to your primary domain name.for example your primary Domain is abc.com and you parked Domain xyz.comIn the address bar if you type xyz.com it will resolve to abc.com but in the address bar you will see xyz.com. This is a parked domain.
Add on Domain:An Add on domain allows you to run a differnet web site to your primary domain. When you create an add on domain, it makes a folder in your public_html folder and you can upload the website content into that folder. So essentially you are running two different websites, separate content, off one account.
That depends on what your definition of “custom” is… We don’t offer any packages that you can set the features and/or limits, but our package lineup spans the web hosting spectrum. Why go through the trouble of creating your own custom package when we have affordable options that have been expertly designed to fit your website.Our every hosting packages are tailored specifically to your needs.
We do not provide any trial for any package, however we do have a 30 day money back guarantee for our VPS packages,so you can consider it as 30 days trial package. If you are not satisfied within first 30 days of our service we will give you refund.
It is open-source CMS in order to manage websites through a simple web interface and released under a GPL. It is now been used by many users and many new features have been added to the base Mambo.
Features of Mambo –
1)Caching pages
2)Advance Template methods
3)Robust API.
4)Indexing of Web Pages
5)RSS Feeds
6)Printable Pages
7)News Flashes
8)Forums
9)Blogs
10)Polls
11)Calendars
12)Site Search
13)Multi-lingual
However, all Codebase are rights reserved by the Foundation of Mambo.
First, you will need to run the fdisk command in order to partition the disk. For this example, I only want to create one ext3 partition. Here is an example session:
[root@linux2 etc]# fdisk /dev/hdb
Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
Building a new DOS disklabel. Changes will remain in memory only,
until you decide to write them. After that, of course, the previous
content won’t be recoverable.
The number of cylinders for this disk is set to 4865.
There is nothing wrong with that, but this is larger than 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs
(e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-4865, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-4865, default 4865): 4865
Command (m for help): t
Partition number (1-4): 1
Hex code (type L to list codes): 83
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
Syncing disks.
Create ext3 File System
The next step is to create an ext3 file system on the new partition. Provided with the distribution is a script named /sbin/mkfs.ext3. Here is an example session of using the mkfs.ext3 script:
[root@linux2 root]# mkfs.ext3 -b 4096 /dev/hdb1
mke2fs 1.27 (8-Mar-2002)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
4889248 inodes, 9769520 blocks
488476 blocks (5.00%) reserved for the super user
First data block=0
299 block groups
32768 blocks per group, 32768 fragments per group
16352 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 36 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
Mounting the File System
Now that the new hard drive is partition and formated, the last step is to mount the new drive. For this example, I will be mounting the new hard drive on the directory /db.
NOTE: You will first need to create the /db directory before mouting the disk! (e.g. mkdir /db)
What I typically do is to edit the /etc/fstab file and add an entry for the new drive. For my example, I will create the /dev/hdb1 entry as follows:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hdb1 /db ext3 defaults 1 1
/dev/hda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
After making the entry in the /etc/fstab file, it is now just a matter of mounting the disk:
[root@linux2 /]# mount /db
[root@linux2 /]# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda3 37191660 11016692 24285724 32% /
/dev/hda1 101089 12130 83740 13% /boot
none 515524 0 515524 0% /dev/shm
/dev/hdb1 38464340 32828 36477608 1% /db
Joomla is an open-source CMS that is mainly contains contents that are PHP written and uses a Mysql database and the first version was released on September 16, 2005.
Features of Joomla -
* Web Indexing
* RSS feeds
* Cached page to performance improvement
*Printable pages
*Flash news
*Blogs
*Forums
*Calendars
*Site Searches
*Polls
*Multi-languages
Joomla! was started by an Australian company name Miro Corporation and ten base developers. The corporation after dividing with others formed a non-profit foundation in order to fund the dream project.
In order to provide information to others, the team then developed OpenSourceMatters.This increased the publicity of the team work project and also covered the news section with the base questions answered by the CEO of Miro Corporation.
This will mainly explains you on how to setup SSL on IIS 5.0, making use of Certificate Server 2.0 as Certificate Provider -
1) Web server Certificate request -
a)Start Internet Service Manager>Right Click on the websites on which you want to
enable SSL>Go on Properties>Directory Security tab>Server Certificate to start
Web Server Certificate Wizard.
b) Next>Create a new certificate
c) Next>Name the certificate>Select Server Gated Cryptography
d) Next>Select type of organizational Unit
e) Next>Common name (, if the URL is https://www.mydomain.com/securedir, then
the common name must be www.mydomain.com.
f) Next>Type Country, State, City or locality.
g) Next>Select Location and file name.
h) Next twice>Finish
2) Process of Certificate Server Request -
a) CAServerName/CertSrv >Request Certificate
b) Next>Advance request>Next>Submit Certificate request making use of base64
encoded PKCS #10 file/renewal request using a base64 encoded PKCS #7 file.
c) Next>Request file that is saved from Web certificate wizard in Notepad>Past Entire
Text of file>submit>Pending Certificate dialog box arises>If Download asked>Skip
to step 2>Close Browser>Open Certification Authority MMC>Open>expand tree
under the server name>select Pending requests folder.
d) Right-click on the certificate that is submitted>Click All Task>Click Issue>Close
CA MMC.
e) Open a new browser Windows browse to URL>Check on pending
Certificate>Next>Select earlier Request>Next>DER encoded>Click Download CA
certificate>Save file>Close Browser.
3) Finish processing IIS request and enabling SSL -
a) Internet Information Services MMC> right-click the Web site on which you want to
enable SSL> Properties> Directory Security tab> Server Certificate.
b) Next> Process the pending request> install the certificate.
c) Next>Enter path/file name saved> Next twice> Finish.
d) Web Site tab>Default port is 443>OK>Close Web Site Properties dialog Box.
SSL now can be used on the server. The Url now will be https:// instead of http://.
0×800CCC00 LOAD_SICILY_FAILED - Authentication did not load.
0×800CCC01 INVALID_CERT_CN – Invalid certificate content
0×800CCC02 INVALID_CERT_DATE – Invalid certificate date.
0×800CCC03 ALREADY_CONNECTED – User already connected.
0×800CCC04 – CONN
0×800CCC05 NOT_CONNECTED – Not connected to server.
0×800CCC06 CONN_SEND
0×800CCC07 WOULD_BLOCK
0×800CCC08 INVALID_STATE
0×800CCC09 CONN_RECV
0×800CCC0A INCOMPLETE – Message download incomplete.
0×800CCC0B BUSY Server or maildrop is busy.
0×800CCC0C NOT_INIT
0×800CCC0D CANT_FIND_HOST – Cannot locate server.
0×800CCC0E FAILED_TO_CONNECT – Cannot connect to server.
0×800CCC0F CONNECTION_DROPPED – Connection closed.
0×800CCC10 INVALID_ADDRESS – Address not known on server.
0×800CCC11 INVALID_ADDRESS_LIST – Mailing list not known on server.
0×800CCC12 SOCKET_READ_ERROR – Unable to send Winsock request.
0×800CCC13 SOCKET_WRITE_ERROR – Unable to read Winsock reply.
0×800CCC14 SOCKET_INIT_ERROR – Unable to initialize Winsock.
0×800CCC15 SOCKET_CONNECT_ERROR – Unable to open Windows Socket.
0×800CCC16 INVALID_ACCOUNT – User account not recognized.
0×800CCC17 USER_CANCEL – User canceled operation.
0×800CCC18 SICILY_LOGON_FAILED – Logon attempt failed.
0×800CCC19 – TIMEOUT
0×800CCC1A SECURE_CONNECT_FAILED – Unable to connect using SSL.
0×800CCC40 WINSOCK_WSASYSNOTREADY – Network subsystem is unusable.
0×800CCC41 WINSOCK_WSAVERNOTSUPPORTED
0×800CCC42 WINSOCK_WSAEPROCLIM
0×800CCC43 WINSOCK_WSAEFAULT – Bad address.
0×800CCC44 WINSOCK_FAILED_WSASTARTUP – Unable to load Windows Sockets.
0×800CCC45 WINSOCK_WSAEINPROGRESS – Operation now in progress.
0×800CCC60 SMTP_RESPONSE_ERROR – Invalid response.
0×800CCC61 SMTP_UNKNOWN_RESPONSE_CODE – Unknown error code.
0×800CCC62 SMTP_500_SYNTAX_ERROR – Syntax error returned.
0×800CCC63 SMTP_501_PARAM_SYNTAX – Parameter syntax incorrect.
0×800CCC64 SMTP_502_COMMAND_NOTIMPL – Command not implemented.
0×800CCC65 SMTP_503_COMMAND_SEQ – Improper command sequence.
0×800CCC66 SMTP_504_COMMAND_PARAM_NOTIMPL – Command not implemented.
0×800CCC67 SMTP_421_NOT_AVAILABLE – Command not available.
0×800CCC68 SMTP_450_MAILBOX_BUSY – Mailbox is locked and busy.
0×800CCC69 SMTP_550_MAILBOX_NOT_FOUND – Mailbox not found.
0×800CCC6A SMTP_451_ERROR_PROCESSING – Error processing request.
0×800CCC6B SMTP_551_USER_NOT_LOCAL
0×800CCC6C SMTP_452_NO_SYSTEM_STORAGE – No space to store messages.
0×800CCC6D SMTP_552_STORAGE_OVERFLOW – Storage limit exceeded.
0×800CCC6E SMTP_553_MAILBOX_NAME_SYNTAX – Invalid mailbox name syntax.
0×800CCC6F SMTP_554_TRANSACT_FAILED – Transaction failed.
0×800CCC78 SMTP_REJECTED_SENDER
0×800CCC79 SMTP_REJECTED_RECIPIENTS – Server rejected recipients.
0×800CCC7A SMTP_NO_SENDER – No sender address specified.
0×800CCC7B SMTP_NO_RECIPIENTS – No recipients specified.
0×800420CB POP3_NO_STORE – Mail cannot be stored on server
0×800CCC90 POP3_RESPONSE_ERROR – Client response invalid.
0×800CCC91 POP3_INVALID_USER_NAME – Invalid user name or user not found.
0×800CCC92 POP3_INVALID_PASSWORD – Password not valid for account.
0×800CCC93 POP3_PARSE_FAILURE – Unable to interpret response.
0×800CCC94 POP3_NEED_STAT STAT – Command required.
0×800CCC95 POP3_NO_MESSAGES – No messages on server.
0×800CCC96 POP3_NO_MARKED_MESSAGES – No messages marked for retrieval.
0×800CCC97 POP3_POPID_OUT_OF_RANGE – Message ID out of range.
0×800CCCA0 NNTP_RESPONSE_ERROR – News server response error.
0×800CCCA1 NNTP_NEWGROUPS_FAILED – Newsgroup access failed.
0×800CCCA2 NNTP_LIST_FAILED LIST – command to server failed.
0×800CCCA3 NNTP_LISTGROUP_FAILED – Unable to display list.
0×800CCCA4 NNTP_GROUP_FAILED – Unable to open group.
0×800CCCA5 NNTP_GROUP_NOTFOUND – Group not on server.
0×800CCCA6 NNTP_ARTICLE_FAILED – Message not on server.
0×800CCCA7 NNTP_HEAD_FAILED – Message header not found.
0×800CCCA8 NNTP_BODY_FAILED – Message body not found.
0×800CCCA9 NNTP_POST_FAILED – Unable to post to server.
0×800CCCAA NNTP_NEXT_FAILED – Unable to open next message.
0×800CCCAB NNTP_DATE_FAILED – Unable to display date.
0×800CCCAC NNTP_HEADERS_FAILED – Unable to display headers.
0×800CCCAD NNTP_XHDR_FAILED – Unable to display MIME headers.
0×800CCCAE NNTP_INVALID_USERPASS – Invalid user or password.
0×800CCCC2 RAS_NOT_INSTALLED RAS/DUN – not installed.
0×800CCCC3 RAS_PROCS_NOT_FOUND RAS/DUN – process not found.
0×800CCCC4 RAS_ERROR RAS/DUN – error returned.
0×800CCCC5 RAS_INVALID_CONNECTOID – Connectoid damaged or missing.
0×800CCCC6 RAS_GET_DIAL_PARAMS – Error getting dial settings
0×800CCCD1 IMAP_LOGINFAILURE – Login failed.
0×800CCCD2 IMAP_TAGGED_NO_RESPONSE – Message tagged.
0×800CCCD3 IMAP_BAD_RESPONSE – Invalid response to request.
0×800CCCD4 IMAP_SVR_SYNTAXERR – Syntax error.
0×800CCCD5 IMAP_NOTIMAPSERVER – Not an IMAP server.
0×800CCCD6 IMAP_BUFFER_OVERFLOW – Buffer limit exceeded.
0×800CCCD7 IMAP_RECVR_ERROR – Recovery error.
0×800CCCD8 IMAP_INCOMPLETE_LINE – Incomplete data.
0×800CCCD9 IMAP_CONNECTION_REFUSED – Connection not allowed.
0×800CCCDA IMAP_UNRECOGNIZED_RESP – Unknown response.
0×800CCCDB IMAP_CHANGEDUID – User ID has changed.
0×800CCCDC IMAP_UIDORDER – User ID command failed.
0×800CCCDD IMAP_UNSOLICITED_BYE – Unexpected disconnect.
0×800CCCDE IMAP_IMPROPER_SVRSTATE – invalid server state.
0×800CCCDF IMAP_AUTH_NOT_POSSIBLE – Unable to authorize client.
0×800CCCE0 IMAP_OUT_OF_AUTH_METHODS – No more authorization types.
To split a big file use the following command
split –bytes=sizeoffileyouwanttosplit filename
(split –bytes=1000m backup.tar.gz)
To join them again use
echo file1 << file2