Create yourown blogs . Share your knowledge with others , create your own signature in the web.
You can also upload photos , videos and much more. We also provide sigmple Adsense integration plugin and using this you can add your Google adsense code in your blogs .
Create Your Blogs : http://hellosystemadmin.com/login/
Customise your Blogs : http://hellosystemadmin.com/support/docs/
Install SVN server , create respository and users
Easiest way to install SVN Server
Install Apache and IIS on Windws server
You can install both apache and IIS on same port if the system has two IP address. You may install IIS and apache server in normal way. IF IIS is started prior to Apache, IIS will take all the IP address and apache cannot start on the same port. Do fix this, we need to [...]
This is an interesting reply from Godaddy Support for my Question. I asked them for the availability of a dedicated server in their Asia pacific Data center. But there reply was very funny. Seems there have taking beer while answering tickets.. he..he.. Please read it
Our support staff has responded to your request, details of which are described below:
Discussion Notes
Support Staff Response
Dear Sathyavrathan,
Thank you for your reply. I apologize for any inconvenience or confusion. After you purchase a server, it can take up to 72 hours for it to appear in your account to set up. Once you set it up, it can take up to 24 hours to be active and functional.
Please let us know if you have any further questions, comments, or concerns by replying to this email. Our service departments and telephone lines are open 24 hours a day, 365 days a year to accommodate your needs anytime.
You can also reach us by phone at the following numbers:
(480) 505-8877 Technical Support, Sales and Service
(480) 505-8855 Billing
Sincerely,
Sara E.
Online Support Team
Customer Inquiry
Are you kidding me Kim? I have asked you guys for the availability of
Windows Dedicated Servers in Asia Pacific Data Center, and you have replied
me to give permission to access my server? I really don’t understand. I
appreciate if you could read my query completely before replying.
Our support staff has responded to your request, details of which are described below:
Discussion Notes
Support Staff Response
Dear Sathyavrathan,
Thank you for contacting Online Support. In order to properly support this issue
we will need to a statement stating your permission to access your server
for troubleshooting purposes will also help us expedite the troubleshooting process.
We appreciate your understanding in this matter.
Please let us know if we can assist you in any way.
Regards,
Kim P.
Online Support
Customer Inquiry
Hello Team,
We are looking for a Windows Dedicated Server in your Asia Pacific Data
Center. Can you please let us if it is ready or when it will be ready ?
Thanks & Regards,
* Sathyavrathan PK
Assistant Manager – Systems*
If you need further assistance with this matter, please contact customer service at (480) 505-8877 and reference [Incident ID: 11430522].
Please let us know how we are doing by completing the survey located here.
To thank you for your patience, we’d like you to enjoy 20%* off your order of $65 or more at GoDaddy.com. Simply use source code gdbb687 when you order or mention the code when you call (480) 505-8877.
Thanks,
GoDaddy.com, Inc.
P.S. As a Go Daddy customer you’re already a member of our affiliate program. Click here to start earning commission instantly.
Know what you want? Find it quickly with these direct links:
*Not applicable to ICANN fees, taxes, shipping and handling, sale priced domain names, bulk domains, premium domains, Sunrise/Landrush domain registrations and pre-registrations, memberships or maintenance plans, additional disk space and bandwidth renewals, additional AdSpace advertising funds, custom page layouts, incorporation and brand identity services, Go Daddy branded merchandise, posters, die-cast cars or gift cards. Discount reflected in your shopping cart – cannot be used in conjunction with any other offer, discount or promotion.
I used to setup Google apps standard edition to customers. I deleted a user 20 days before and still I am not able to create the same user. I Tried to create a group with the same ID, but it says the email ID already exists. Also tried to add Nick name and I got server error that time saying that “Server error We are unable to process your request at this time, please try again later”
According to the Google terms , it says that a deleted user account can be created again after 5 days. I searched this question on Google webmaster forums and it says that it is a system wide error. Several users reported the same error several times and it is going on now. I do not understand that why Google is not taking an action to fix this error. I really love Google and this is the first time I have come across with an unsolved problem From Google. There should be some simple steps to solve this ; But I do not understand that Google is not answering it.
It gives me a strong reason to think that Google is trying to force the people to use A Paid Edition of Google apps than this free Standard edition. Now, I think it is not a good option to advice Google Apps to customers as long as there is no support from Google
When you want to insert larger CSV file in to a mysql database using PhpMyadmin or any other GUI tools it may take long time or even it may be stopped. You can easily Import the CSV file in to mysql database using mysql command. Log on to the server and open mysql command and log on to the console and do run the following command. I guess the Db name is testdb
use testdb;
load data local infile ‘CSVFILE.CSV’ into table TABLENAME fields terminated by ‘,’ enclosed by ‘”‘ lines terminated by ‘\n’;