what ports are listening on my server?
July 29th, 2007You can use this commands –
lsof -i
Or
netstat –listen
|
|||||||
|
You can use this commands –
lsof -i
Or
netstat –listen
Follow below steps to change smtp port on plesk server to 26.
>> cd /etc/xinetd.d
>> ls -l | grep smtp*
>> cat smtp_psa
service smtp
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /usr/sbin/rblsmtpd -r bl.spamcop.net /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
>> pico /etc/services
Add this line
smtp_psa_new 26/tcp mail
smtp_psa_new 26/udp mail
>> cp smtp_psa smtp_psa_new
Change the service line in the new file ’smtp_psa_new” to be this:
service smtp_psa_new
{
socket_type = stream
protocol = tcp
wait = no
disable = no
user = root
instances = UNLIMITED
server = /var/qmail/bin/tcp-env
server_args = /usr/sbin/rblsmtpd -r bl.spamcop.net /var/qmail/bin/relaylock /var/qmail/bin/qmail-smtpd /var/qmail/bin/smtp_auth /var/qmail/bin/true /var/qmail/bin/cmd5checkpw /var/qmail/bin/true
}
>> /etc/init.d/xinetd restart
And you should see smtp listening on ports 25, and 26:
>> netstat -anp | grep xinetd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 6989/xinetd
tcp 0 0 0.0.0.0:26 0.0.0.0:* LISTEN 6989/xinetd
You are done ..
You can use this command on command prompt -
mysql -umysql_user -pmysqlpass
After successfully establishing in the hosting support business, ThinkSupport.net has now diversified its support operations by beginning to offer server management, proactive and administration services.
Ms. Preeti Sharma (HR – ThinkSupport) explained the new operations,
“Earlier ThinkSupport used to offer initial one time server setups. Due to the demand for our outsourced hosting support packages, we were not in a position where we could offer 24×7 server management services as an independent package.
But over the years now that we have gained reputable name in the market, we have managed to increase our highly qualified staff strength and hence wish to diversify our support options by offering Server Management services round the clock.
ThinkSupport is proud to already have acquired singups for server management from the existing client base even before announcing our new support options publicly. The high number of requests that we always received from our clients, encouraged us to now establish ourselves as a Server Management company.
Very soon, we are looking towards ThinkSupport to be the only established technical support company who will also establish itself as an established server management company as well.â€
The company has updated their packages at http://www.thinksupport.net/plans.html
Further information about the server management packages can be found at http://www.thinksupport.net/servermanagement.html
Yes that’s true… We have the most qualified techs with the level of experience that is unbeatable and hence promise a guaranteed support that no other outsourced firm can offer..
We have the following number DEDICATED techs available (Level 3 & Level 2) on per shift basis and hence thought of announcing in public so that; those people who are desperately waiting for someone to take care of their support and have a peace of mind, can grab this opportunity.
Level 3 Dedicated techs : 3
Level 2 Dedicated techs : 2
(Techs are available in the following shifts :
8.00pm - 4.00am
4.00am - 12.00pm
12.00pm - 8.00pm
*All time zones are in US Pacific timezone)
All five techs are certified techs and we can provide you with their respective certification number for reference, if you would like to.
We can also arrange FREE trial for the above techs (provided the trial is sanctioned by ThinkSupport management). Please contact us to know more..
All the above techs have a very good experience (min 2 years in case of level 2 tech and maximum 5 years in case of level3 tech) on both Linux and Windows hosting platform and all the major control panels such as whm/cpanel, Plesk, Directadmin, Helm, Hsphere, Ensim etc..
All the above mentioned techs are skilled techs with excellent English communication skills. You can chat with them live to get a brief idea about their grammatical and written communication skills. Each tech works for 9 hours a day - 6 days a week. The weekly off for the dedicated tech can be arranged as per your business off peak days.
A brief description that would differentiate a Level2 tech with a Level3 tech :
Level 2 support can handle server related issues — including technical chats, fixing issues that need to login to server with ssh or Administrator privileges (for windows servers), installing thrid party scripts with the help of rpm, configuring remote and local backups, monitoring the servers and applying the fix for the respective problems.
Eg – Controlling spamming issues, server high load issues, minor dos attacks etc.
Level 3 support can handle all kind of server related issues that can be managed remotely. This includes everything right from compiling different applications like third party applications, kernel installation and upgrades, controlling dos attack and spamming issues on the server, troubleshooting failed services etc.
Eg – Fixing spamming and dos issues, installing and upgrading kernel from source, grsec patches, securing server with the help of third party scripts, load management etc. In short all mom and pop issues related to server.
You can interview the tech before deciding to go live with him and later have direct access to his personal IM to stay in touch during the entire shift. The number of above techs is subject to availability and will be assigned to companies who signup with us on first come first serve basis.
To know more about the prices and the free trial offer, please email us at : sales [@] thinksupport.net
Anyone has any questions or doubts, please feel free to contact us..
Note: Please note that the live chat options offered on our website are strictly for sales support and hence it is possible that, they may be in away mode at some part of the day.
You can reach us via email anytime at sales [@] thinksupport.net and we will get back to you within 5 hours.
__________________
â— ThinkSupport Solutionsâ„¢ - ThinkSupport.net
â— Thinking of Support Solutions … Think About US …..!!!
â— PH : (408)-9142-581 â– AIM : ThinkingSupport â– MSN : sales@thinksupport.net
â— FREE Modernbill + Kayako (esupport / SupportSuite) + 24/7 Quality Web Hosting Support
For more information check –
http://support.microsoft.com/?id=907733
Many others like me must be waiting for something like this — Nivio, a Windows-based Online Desktop.
An idea of having your desktop online sounds really great
Google, eyeOS, YouOS are already in this race but Nivio going far ahead taking your windows desktop online.
News is flashing all over internet and news channels - “A dozen creative young programmers at a Delhi-based start-up has announced the “world’s first Windows-based online desktop.” Called Nivio, it helps one to create a full-fledged, but entirely virtual, desktop of one’s own — on the web.”
Website : http://www.nivio.com/
I am off to register the Beta version http://www.nivio.com/Registration.aspx
Cheers
Sachin
ThinkSupport.net
Plesk Linux Server :
cat /etc/psa/.shadow.psa
Plesk Windows Server :
Login to RDP >> Open command prompt >> Change directory to Swsoft >> Plesk >> Admin >> Bin >>
Run Command —
plesksrvclient.exe -get
Thank you
Learn how to remove the open_basedir restriction for a special directory that Plesk automatically creates for subdomains.
We assume that the domain name is $domain.com, the name of the subdomain is $subDomName. You have to replace these values with the appropriate values.
Our goal is to open access to the public website directory and the /tmp directory for the special subdirectory. The directories are mentioned in the php_admin_value open_basedir
<Directory /srv/www/vhosts/$domain.com/subdomains/
$subDomName/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir “/srv/www/vhosts/$domain.com/httpdocs:/srv/www/vhosts/
$domain.com/subdomains/$subDomName/httpdocs:/tmp”
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/$domain.com/httpdocs:/srv/www/vhosts/
$domain.com/subdomains/$subDomName/httpdocs:/tmp”
</IfModule>
</Directory>
/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.tldservice httpd restartThat’s all, now your open_basedir restriction is gone away.
Learn how to configure Plesk to use one subdomain as catch-all subdomain for non-existing subdomains
In this article you’ll learn to configure Plesk that it uses one subdomain as catch-all for all non-existing subdomains.
Maybe you have a few subdomains. But sometimes your visitors are accessing non-existing subdomains. So the best solution would be to either redirect them to your main website or at least show them a list of available pages.
Here comes the catch-all subdomain : There you can either configure Apache that it redirects all accesses to the main webpage (via 301, as written e.g. in this article Migrate domain names with .htaccess ) or just have a static (or dynamic, of course) page displayed to the user.
ServerAlias *.domain.com/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.comservice httpd restartThat’s it - now you can try accessing non-existing subdomains as e.g. doesnotexists.domain.com and you should see the Plesk page displayed for new pages. Next step would be to e.g. add the 301 redirect or use a custom page.
Note: This has been tested with Plesk 8 and Suse Linux. Please drop a note if this also works on other version of Plesk / linux - or something did not work.