• Free Checkup
  • Emergency Support
  • Login
  • Sign Up
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Server Management Tips
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team
Copyright 2021 - All Right Reserved
How to Stop Websites from Tracking Your Activity
Miscellaneous

How to Stop Websites from Tracking Your Online Activity

by SupportPRO Admin March 23, 2012
written by SupportPRO Admin

Every click, search, and website visit can leave behind a digital footprint. Many websites use tracking technologies to collect information about user behavior, browsing habits, interests, and online activity. From cookies and tracking pixels to advanced browser fingerprinting techniques, companies continuously gather data to personalize advertisements, improve marketing strategies, and analyze user engagement. While some tracking helps websites enhance user experience, excessive data collection has become a growing privacy concern for internet users worldwide. Many people are unaware of how much of their online activity is monitored or how their …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

Re-Route SMTP Via IP Tables

by SupportPRO Admin March 11, 2012
written by SupportPRO Admin

Consider a situation where the email server ip gets blacklisted in a server with any email server like exim or qmail, we can reroute the smtp via another IP using IP Tables. For routing the SMTP via xxx.xxx.xx.xx, issue the following command: iptables -t nat -A POSTROUTING -o eth0 -p tcp dport 25 -j SNAT to xxx.xxx.xx.xx If you require help, contact SupportPRO Server Admin

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to install nginx with upload-progress-module in the server?

by SupportPRO Admin March 9, 2012
written by SupportPRO Admin

You can install nginx with upload progress-module. You can follow the bellow steps to install. 1. cd /usr/local/src 2. wget http://nginx.org/download/nginx-0.8.53.tar.gz (download from http://github.com/masterzen/nginx-upload-progress-module and sftp to “/usr/local/src”) masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz 3. tar xzvf nginx-0.8.53.tar.gz tar xzvf masterzen-nginx-upload-progress-module-v0.8.1-0-gc740674.tar.gz 4. cd nginx-0.8.53 ./configure –prefix=/opt \ –sbin-path=/opt/sbin/nginx \ –conf-path=/opt/etc/nginx/http-nginx.conf \ –error-log-path=/var/log/http-nginx/error.log \ –http-log-path=/var/log/http-nginx/access.log \ –pid-path=/var/run/http-nginx.pid \ –lock-path=/var/lock/http-nginx.lock \ –user=www-data \ –group=www-data \ –with-http_realip_module \ –with-rtsig_module \ –with-http_gzip_static_module \ –with-http_stub_status_module \ –with-http_ssl_module \ –without-mail_pop3_module \ –without-mail_imap_module \ –without-mail_smtp_module \ –add-module=/usr/local/src/masterzen-nginx-upload-progress-module-c740674/ 5. make 6. make install You can control nginx from /etc/init.d/nginx <start/stop/restart> and the conf …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
find total size of all files
Miscellaneous

How to find total size of all files under the ownership of a user?

by SupportPRO Admin February 28, 2012
written by SupportPRO Admin

Linux servers often host multiple users and applications simultaneously. During execution, applications such as Apache or background services may generate temporary files, especially inside directories like /tmp. Over time, these files can consume significant disk space and affect system performance. System administrators frequently need a method to identify which user is consuming disk space and calculate the total size of files created by that user. This guide explains how to find both individual file sizes and total disk usage for files owned by a specific user using a powerful combination …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
How to Fix Nameserver IPs Not Showing in WHM
Miscellaneous

How to Fix Nameserver IPs Not Showing in WHM | Step-by-Step Guide

by SupportPRO Admin February 28, 2012
written by SupportPRO Admin

When managing a cPanel server, you may sometimes notice an issue where Nameserver IPs are not listed or are showing incorrect values in WHM. This usually appears under: WHM → Main → DNS Functions → Nameserver IPs In such cases, the system may not display any IP addresses or may show outdated entries. This can affect DNS configuration and server name resolution. The good news is that this issue is usually caused by incorrect or missing configuration files and can be fixed quickly. Why This Issue Happens The “Nameserver IPs …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
ADDING SRV RECORDS IN DNS
Miscellaneous

Understanding SRV Records in DNS and How They Work

by SupportPRO Admin February 1, 2012
written by SupportPRO Admin

DNS does more than connect domain names to IP addresses. It also helps applications locate the exact servers and ports required for specific services. This is where SRV records come into play. SRV (Service) records allow services like SIP, XMPP, LDAP, and email systems to identify the correct server and communication port automatically. In this blog, we’ll explain what SRV records are, how they work, their structure, and why they are important in modern network environments. What is an SRV Record? An SRV (Service) record is a type of DNS …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Miscellaneous

How to export email addresses from mailman mailing list to text file?

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

You can export email addresses from mailman mailing list to txt file using the following command. cd /usr/local/cpanel/3rdparty/mailman/bin/ ls to see the mailing list /usr/local/cpanel/3rdparty/mailman/bin/list_members_domain.com > address.txt Copy this address.txt file into public_html folder of user account. If you require help, contact SupportPRO Server Admin

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Fix the Issue with Removing an Email Account from cPanel
Technical Articles

How to Fix the Issue with Removing an Email Account from cPanel ?

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

Sometimes while trying to delete an email account from cPanel, you may encounter an error similar to the following: This issue with removing an email account from cPanel usually occurs because the domain ownership information inside cPanel is not properly updated after account or domain changes. Although the email address may appear deleted, its entries and mail data can still remain on the server. In such situations, manual cleanup is required. Common Causes of the Issue with Removing an Email Account from cPanel This problem mainly occurs in the following …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Linux BasicsTechnical Articles

Problem with loading graphics(GUI) with debian based GNU/Linux systems

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

GNU/Linux provides a tool/command to fix this issue: ‘dpkg-reconfigure xserver-xorg’ is the command for fixing the Xserver loading problem. Steps:- First, log in as a super (or root) user from the console. Then, run dpkg-reconfigure xserver-xorg (if you’re on Ubuntu and can’t log in as root, run sudo dpkg-reconfigure xserver-xorg). You will see a window/wizard as ‘Configuring xserver-xorg’ , Just accept the default answer and go to the next one. At the end of the wizard you will be exited from the configuration window/wizard, then just reboot the system your …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
General Topics

Google Alerts

by SupportPRO Admin January 31, 2012
written by SupportPRO Admin

Google Alerts were available from long back. Many of us have forgotten that it still exists. It provides email updates, so the latest appropriate Google results (web, news, blog, videos, discussions etc.) based on your search keywords. When you type query that you like to monitor, you will see a preview of the same. You can use Google Alerts to: Monitor a unfolding news story Keep updated on your competitor(s) or any industry Get the latest news about events Article Authored by Rosemary J Thomas Author, Rosemary J Thomas, is …

Continue Reading
0 comments
0 FacebookTwitterPinterestEmail
Newer Posts
Older Posts

Services

  • Outsourced hosting support
  • Server administration
  • Web Programming
  • Build a Web Hosting Business Using LLMs
    How to Build a Web Hosting Business Using Large Language Models (LLMs)?
    Over the last ten years, the web hosting industry has seen a significant change in its dynamics. The industry that started out as being mostly about servers and uptime is…
  • Linux server monitoring dashboard showing I/O wait and disk bottlenecks
    How to Troubleshoot High I/O Wait in Linux
    Linux servers can handle thousands of operations every second. However, they can still slow down when storage devices become overloaded. One of the clearest signs of a storage problem is…
  • How to Choose Server Infrastructure for Hosting Companies
    How to Choose the Right Server Infrastructure for a Growing Hosting Company ?
    Why Infrastructure Decisions Matter ? Running a hosting company becomes more challenging as your business grows. In the beginning, managing a few customers and servers may feel simple. However, your…

Categories

  • ansible
  • Artificial Intelligence
  • AWS
  • aws managed service provider
  • AWS Support
  • aws support services
  • Build Automation
  • Business
  • Case Study
  • Cloud
  • Cloud Managed Service
  • Cloud Support Services
  • Cloudflare
  • Compiling tools
  • cPanel
  • dedicated server support
  • Dedicated servers
  • Dedicated tech support
  • DevOps
  • Disaster Recovery
  • Docker
  • GCP
  • General Topics
  • JetBackup
  • Linux
  • Linux Basics
  • live chat
  • live chat support
  • Miscellaneous
  • Open source
  • Outsourced tech support
  • Recovery & Backup
  • Remote infrastructure Management
  • RunCloud
  • Security
  • server checkup
  • server management
  • server Migration
  • Server Monitoring
  • Server Security
  • server support
  • Server Tweaking
  • Technical Articles
  • Troubleshooting
  • web hosting
  • web hosting support
  • Windows Server
  • WordPress

CONTACT US

Sales and Support

Phone: 1-(847) 607-6123
Fax: 1-(847)-620-0626
Sales: sales@supportpro.com
Support: clients@supportpro.com
Skype ID: sales_supportpro

Postal Address

1020 Milwaukee Ave, #245,
Deerfield, IL-60015
USA

  • Industry Solutions
    • Web Hosting Services
    • Service Providers
    • E-Commerce Companies
    • Software Vendors
    • Web Developers
    • ISPs
    • Services
  • About Us
    • Company
    • Technical Blog
    • Careers
    • FAQ
    • Partners
    • Site Map
    • Affiliates
  • Popular Plans
    • Dedicated Team Support
    • Helpdesk Support
    • Hourly Administration
    • Legal
    • Privacy Statement
    • Terms of Use
    • How we work

©2022  SupportPRO.com. All Rights Reserved

X-twitter Facebook Linkedin Rss
Server Management Tips
  • Cloud Support
    • Cloud Management
    • AWS support
    • Google Cloud support
    • Azure Support
    • DevOps Support
  • Server Administration
    • Node Management
    • Dedicated Server Support
  • OutSourced Tech Support
    • Dedicated Support
    • Dedicated Tech Support
    • Semi-Dedicated Tech Support
    • Dedicated Team Support
  • Client Support
    • Helpdesk Support
    • Live Chat Support
  • Emergency Support
    • Hourly Administration
    • Server Migration
    • Server Abuse Handling
  • Development
    • Hire a Developer
    • Hire a Development Team