Method 1: Using SQL Server Management Studio Follow the steps to shrink or reduce the SQL Server database size (.MDF and .LDF). Step 1: Right-click on the database name >> Tasks >> Shrink >> Database. Step 2: Then Click OK. Method 2: Using Transact SQL Command Follow the steps to shrink or reduce the SQL […]
Category: Tutorials
How to Update Memory Settings for Tomcat?
Increase Memory in Linux You can set the minimum and maximum memory heap size with the JVM -Xms and -Xmx parameters. For example, to set the minimum heap size to 128 MB and the maximum heap size to 1024 MB. Let’s first understand what -Xms, -Xmx, -XX:PermSize and -XX:MaxPermSize are: -Xmx<size> – Set initial Java […]
How to Access your Spam Expert User Console WHUKHOST
STEP 1: Log in to http://roundhay.cloudfilter.eu using the log in details send to the registered email address. STEP 2: Once you logged in, you will get the dashboard with basic options. STEP 3: To add a domain, click “Add Domain” under the Domains section. STEP 4: Once you click on Add Domain […]
How to Configuring Rotating IP in cPanel?
In some cases, we are interested in using a server or VPS for e-mailing and have some IPs in turnover may be feasible in some respects. To set the rotary IP in cPanel, please follow these steps: Step 1 – Enter via SFTP root, open the file /etc/exim.pl and after the last line enter the […]
How to Increase the Upload Limit to a MySQL Server
Through this simple tutorial, we will learn how you can increase the upload limit on a MySQL server. Prerequisites for increasing the limits over MySQL server: You must have root access to your server. Customers using VPS, Dedicated or Cloud Servers, can change the default settings. As a default setting, MySQL on a cPanel server […]
Creating a New Account in WHM cPanel
To create a new account in WHM cPanel, just use this simple tutorial to guide you. We’ve put together a few steps that will allow you to get a new account up and running in just a few clicks. Step 1 – Click on “Account Functions“. Step 2 – Click on “Create New Account“. Step 3 – Enter […]
Improving the Deliverability and Security of Emails on VPS
There are options to enable authentication of e-mail to increase the deliverability and security of your outgoing e-mails. In this tutorial we will explain how to enable this authentication to achieve the best results when sending emails in order to prevent your emails from being flagged as spam. Email authentication is required because of the way the […]
Changing The IP In cPanel For Sending Emails
Currently, anyone running a server, is probably used to dealing with constant problems with blacklisted IPs. In many cases, the problem is greater when a single IP is shared by many accounts, which means that all its customers on a server, are sending e-mail from the same IP. All we need is a security for […]
Add an Email Account on Your Apple Device
With evolution of smart devices, everyone has started using smartphones for all types of work whether it’s related to business or personal. Email is one of the most significant mediums of communication in business. It may not be always possible for entrepreneurs and decision makers to sit before the desktop or carry a laptop to […]
Error Installing Modules Such As “json” “phpize\” failed
One of the customers recently faced difficulties with installing json in WHM under Software > Module Installer > PHP Pecl, where he encountered an error: ERROR: `phpize\’ failed The json.so object is not in /usr/local/lib/php/extensions/no-debug-non-zts-20060 Or ERROR: `/root/tmp/pear/cache/json-1.2.1/configure’ failed Hence with a view to helping everyone who may encounter such as issue, we are posting […]