March 29, 2011

To find ports opened on the server

Filed under: Linux Basics — SupportPRO Admin @ 10:34 pm


Login to the server:
telnet localhost “portnumber”

netstat command to find open ports
———————————-
netstat –listen

To display open ports and established TCP connections, enter
—————————————————————-
netstat -vatn

To display only open UDP ports try the following command:
————————————————————
netstat -vaun

To display the list of open ports, enter:
———————————————
lsof -i

AddThis Social Bookmark Button

Command to check the performance of the hard disk

Filed under: Technical Articles — SupportPRO Admin @ 10:28 pm
You can use the command given below to check the hard disk performance.
hdparm /dev/sda
/dev/sda:
IO_support   =  0 (default 16-bit)
readonly     =  0 (off)
readahead    = 256 (on)
geometry     = 30401/255/63, sectors = 488397168, start = 0
AddThis Social Bookmark Button

How to disble root logins in the cpanel server

Filed under: Server Security — SupportPRO Admin @ 10:28 pm

If you are using cPanel server make sure you add your admin user to the ‘wheel’ group so that you will be able to ‘su -‘ to root, otherwise you may lock yourself out of root.

1. SSH into your server as ‘admin’ and gain root access by su

2. Copy and paste this line to edit the file for SSH logins vi /etc/ssh/sshd_config

3. Find the line Protocol 2, 1

4. Uncomment it and change it to look like Protocol 2

5. Next, find the line PermitRootLogin yes

6. Uncomment it and make it look like PermitRootLogin no

7. Save the file

8. Now you can restart SSH /etc/rc.d/init.d/sshd restart

Now, no one will be able to login to root with out first loggin in as admin and ‘su -‘ to root, and you will be forcing the use of a more secure protocol.

AddThis Social Bookmark Button

March 22, 2011

Using Social Medias to bring in more Hosting Business

Filed under: General Topics — SupportPRO Admin @ 3:25 am

Marketing and brand promotion have always been critical focus areas for a growing business. Companies have grown and flourished on the foothold of effective marketing strategies. The concept of marketing in itself has been evolving with time. Technology has opened up a new horizon of marketing opportunities. Companies need to adapt to the new changes in Marketing strategies to remain relevant. 

Social Media marketing is a one such great change. Companies big and small have accepted it as a low cost promotional took that is highly effective in driving huge traffic. Social media helps ‘Spread the word’ – about your product, services, brand, it’s efficiency, drawbacks, features, news….almost any aspect of the business. 

Social media has turned out to be a very popular medium of promotion for webhosting companies too. Hosting providers utilize them not just to popularize their brand and offers, but also to gain a personal connection with their clients and also feedbacks from end users. Social media marketing is just the apt medium for webhosting provider as it is 

  • Has a larger reach and deeper audience penetration
  • Increases Exposure/Traffic to website
  • More personalized
  • Works in conjunction with the business website
  • Long term internet marketing
  • Great tool to give updates and get feedbacks
  • Builds online reputation
  • Develops an interactive medium for customer support for existing clients
  • Is a Low or No cost technique  

Web Hosting providers can use social media tools like blogs, microblogs, interactive sites (Facebook, Orkut etc.), Online forums, social news aggregators, etc effectively to drive in good traffic to their website. Each has their own purpose, target audience and coverage. 

Community sites like Facebook, Orkut, Linkedin, etc drive in the foot traffic into your site. They help build the Fan base and also keeps them updated on what’s latest. 

Social News aggregators such as Twitter, Digg, Stumbleupon, slashdot and techmeme announce the latest news on product launches, discounts, offers, etc and allow clients to book their orders. 

Blogs help publish and advertise services in details. They can also provide clients technical details and freebee guides. Thus helping bring in more hits to your site. 

Online Forums are more personal in use. They help build goodwill and can be used to communicate to clients directly. Online Forums are also great networking tool. Participating in forums that focus on a niche market can help earn customers and followers. 

Social media is also a good tool to gather feedbacks, reviews, run polls asking clients to rate your products or services. SurveyMonkey is one such site which can be effectively used to gather market feedbacks.

Social networking in general helps introduce you to vendors, prospects, employees, business practices, etc. But more than these it helps with Brand Monitoring. 

By investing a few hours of time per week on your Social media tools, companies can soon notice significant increase in web traffic, noticeable increase in their SEO rankings and there by increase their client base consistently. Consistent update is vital for the efficiency of most Social Media Marketing tools. If this factor is ignored, all efforts put in during a period would turn futile. 

Social Medias are the best way to drive targeted traffic to your website. Social references of your website has more weight age now that before, with the new googles algorithm updates. It can contribute tremendously to your SEO campaigns.  Need less to say many webhosting companies, both start ups and established ones are engaging Social Medias for branding and online traffic generation.

AddThis Social Bookmark Button

March 18, 2011

Issue with Rvsitebuilder

Filed under: Server Tweaking — SupportPRO Admin @ 4:36 am

If you are getting error while accessing the Rvsitebuilder from cpanel
====================
Fatal error:
The encoded file /var/cpanel/rvglobalsoft/rvsitebuilder/www/ionctestlicense.php requires a license file.
The license file /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic has expired. in Unknown on line 0
=====================

Then Please login to the server through root and execute.
========
root@server[#]rm -f /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder.lic
root@server[#] rm -f /var/cpanel/rvglobalsoft/rvsitebuilder/rvsitebuilder-pro.lic
root@server[#] perl /usr/local/cpanel/whostmgr/docroot/cgi/rvsitebuilderinstaller/autoinstaller.cgi
========

This will fix the issue

AddThis Social Bookmark Button
Next Page »

Powered by WordPress