Subversion (SVN) is an open source version control system. It helps you keep track of a collection of files and folders. Any time you change, add or delete a file or folder that you manage with Subversion, you commit these changes to your Subversion repository, which creates a new revision in your repository reflecting these changes. You can always go back, look at and get the contents of previous revisions. This article will help you for step by step setup SVN server on a cPanel/WHM server. Prerequisite 1. …
Miscellaneous
Spam is most often considered to be electronic junk mail or junk newsgroup postings. It may be defined even more generally as any unsolicited email. Generally, spamming can happen in three ways. 1. By hacking an email account which has a simple password, which is easy to guess. 2. By uploading script on the server which sends out mails at regular intervals. 3. Via forum or newsletters scripts which are sending mass emails. A fix to a spamming issue means : * Block the IP address if it is an …
Samba is a free software re-implementation of the SMB/CIFS networking protocol. We need to set up and configure samba server where the drive to share or mount is located. Samba Server uses the following port no. : 137/tcp 137/udp 138/tcp 138/udp 139/udp 139/udp 445/tcp 445/udp Daemon name: smb and nmb Samba services are implemented as two daemons: smbd, which provides the file and printer sharing services, and nmbd, which provides the NetBIOS-to-IP-address name service. NetBIOS over TCP/IP requires some method for mapping NetBIOS computer names to the IP addresses of …
A new vulnerability has been found that potentially affects most versions of the Linux and Unix operating systems, in addition to Mac OS X. Known as the “Bash Bug” or “ShellShock,” the GNU Bash Remote Code Execution Vulnerability could allow an attacker to gain control over a targeted computer if exploited successfully. And because Bash is everywhere on Linux and Unix-like machines and interacts with all parts of the operating system, everyone anticipates that it will have lot of repercussions. How does Shellshock work? Shellshock exploits a flaw in how …
Email signatures are generally used to display the sender’s name and contact information at the end of an email. We can use website links or even images in the signature for providing the identity of an email owner. It is much easier if this content is automatically added to the end of every email instead of manually adding it for each email. We can create an email signature in both webmail and email clients. Below are the instructions on how to add your own custom email signature in different email …
In this article, lets see what is Multi-domain SSL and the steps on how to generate a CSR and installing the multi-domain SSL for various domains in a cpanel server. What is Multi-domain SSL: A multi-domain certificate (also known as a SAN certificate or Unified Communications Certificate (UCC)) is a special type of SSL certificate. With a multi-domain certificate you are able to secure one domain name with different domain extensions (e.g. domain.co.uk and domain.es) or multiple domain names (e.g. domain.co.uk and example.com) hosted in a same server using one …
WordPress is the most popular blogging and CMS system on the Internet which makes it a favorite target for hackers. Having a WordPress site means that you have to take some extra efforts in order to protect your and your visitors data. Here is a summary of the best practices for securing a WordPress, that will help you do that. Keep your WordPress site and plugins up-to-date Protect your WordPress Admin Area Don’t use the “admin” username Securing wp-admin Add a Unique Database Prefix and Authentication Keys Hide your username …
This feature can be used to fetch multiple email account using Gmail. If we have multiple email accounts, we can check them all in Gmail. Gmail’s Mail Fetcher feature first imports all your old messages to Gmail and then continues to bring in new messages sent to your other account. We can add up to 5 accounts in Gmail, including Gmail and other email providers.This all works using POP3. General settings for using this features with Gmail. ————————————————————– 1. Log into your Gmail account. 2. Click the gear icon in …
This error may occur if the website uses Incapsula for maintaining traffic. Incapsula provides every website, regardless of its size, with an enterprise-grade PCI-certified Web Application Security, ensuring your website is safe and available. Upon completion of the DNS changes, as outlined by Incapsula, you are effectively directing all of your traffic via Incapsula’s network of proxy servers (Incapsula proxies). Incapsula proxies access your servers directly and then serve content to the site visitors. Requests to your servers are therefore all coming from a limited range of Incapsula IP addresses. …
Ever since after the up gradation of WHM to higher versions, there can be many issues of lost or unlisted addon/parked domains in Cpanel. The domains will be present in /etc/userdomains, but still fails to be seen in the email account creation tab in Cpanel. This is mainly beacuse of the XDNS entries in /var/cpanel/users/<cpanel_username> If your required domains are marked as XDNS, then rename XDNS to DNS of all the required domain entries. After this you have to run the following script to update the userdomains #scripts/updateuserdomains After running …