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 …
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
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 …
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 …
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 …
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 …
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
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 …
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 …
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 …