Accessing FTP accounts for Enkompass control panel!
July 9, 2011 by Atul Khachane
Filed under Enkompass
Many wonder why when connecting to an Enkompass environment they now have to change the format of the username from the common format of username or username@domain to domain|username. Note in the example below that the format is domain.tld|username per the new formatting in IIS7 Status: Connecting to 10.1.104.142:21… Status: Connection established, waiting for [...]
Using Google’s public DNS service as resolvers in your server
Google recently introduced this service. You can use this service as resolver for your server. Login to your server as root Background current resolver settings: cp /etc/resolv.conf /etc/resolv.conf.backup Open the file using vi: vi /etc/resolv.conf Remove the current entries by pressing dd Put the following lines in the file: nameserver 8.8.8.8 nameserver 8.8.4.4 Save the [...]
Cloud Computing and its benefits
What is Cloud Computing Generally, website hosted on a cloud hosting operates on a clustered servers where online operations are not limited to a single server. By handling security, load balance and hardware resources virtually, the website has access to the processing power of a number of servers that are distributed in real time. According [...]
Some Billing and Automation Software:: Both for Linux and Windows Platform
October 14, 2009 by littlemaster
Filed under cPanel
This discussion about some Automation and Billing Software. Reading this article any one can gather necessary knowledge on Automation software. Okay lets go; AWBS AWBS – “Advanced Webhost Billing System” AWBS is a commercial web host billing system, which features a wide range of modules for automated domain name registration, web host account provisioning, and [...]
Configuring your Firewall for Webmin
Many operating systems block access to port 10000 by default (this is the default port for webmin interface), as they have a firewall activated as part of the installation process. This may prevent you from logging into http://yourserver:10000/ from another system on your network or over the Internet. The simplest way to open up port [...]
Enabling passive ftp in Pure-FTPd
For users that are behind a firewall it might be required that you enable passive ftp in your ftp server and client. While enabling passive ftp in your ftp client is simple, doing so in your ftp server configuration files might be a bit tricky if you don’t know what you are doing. This tutorial [...]