Search Results for:
- To enable LiteMage Cache if you are on our Managed/Dedicated Cloud Server, please contact our Billing Department (it's Free).
-
The steps below are applicable for Magento 1.x. Please use this guide instead if you...
Wishing you and your family a Merry Christmas
Posted in Linux Servers on Dec 25, 2018
We would like to make the better use of this opportunity and congratulate our partners, who are benefited from our work. Hope for a better performing season in the new year.
Christmas Offers on Cloud Hosting and Dedicated Servers
Posted in Windows Servers on Dec 23, 2018
Christmas Offers on Cloud Hosting and Dedicated Servers get 10 % discount.
CloudTechtiq is providing the best cloud solution with 24x7 tech support services.
How to remove emails from the queue in Plesk
Posted in Plesk Control Panel on Dec 06, 2018
There are two ways of doing this:
1.Use Plesk interface: Tools & Settings > Mail Server Settings > Mail Queue > Clear
2. Connect to the server via SSH and use command-line utility:
usr/local/psa/admin/sbin/mailqueuemng --clean
[Read more...]
Smarter Mail Recommended SPAM Settings by Cloud Techtiq
Posted in Smarter Mail on Nov 23, 2018
it’s important to remember that spam administration is not a "fire and forget" task. Using these built-in options requires constant tweaking to keep that level of effectiveness, and mail administrators will need to monitor incoming and outgoing spam as spammers frequently change their tactics.
SmarterMail comes equipped with several industry-standard antispam options that can block up to 97% of all spam from entering or leaving the server and help keep mail systems running smoothly, including SPF, reverse DNS, greylisting and more. And this is done by the Message Sniffer and Cyren Premium Anti...
[Read more...]How to install the Hyper-V role in Windows Server
Posted in Windows Servers on Nov 23, 2018
efore you build a virtualized environment you will need to install and configure the Hyper-V role on your Windows 2012 or Windows 2012 R2 server with the help of Server Manager.
Follow these steps:-
Step 1. Open Server Manager
Step 2. Add roles and Fetaures
There are 2 ways to add roles and features on Server Manger.
Clicking on Add roles and features on the Dashboard.
Selecting Add Roles and Features in the Manage drop down menu.
On the Before you begin, click ## Next.
Step 3. Select installation type, and click ## Next
Step 4. Select Destination Server, and click ## Next
On the Sele...
[Read more...]How to export import a MySQL database via SSH
Posted in Linux Servers on Nov 16, 2018
In this article, we will cover exporting and importing a database via SSH. Make sure that you replace the following variables in the commands below:
USERNAME - the MySQL user assigned to your database.
DATABASE - the name of your MySQL database.
Exporting a MySQL database
To export a MySQL database, you need to use the mysqldump command. Here is the full command for exporting your database:
mysqldump -uUSERNAME -p DATABASE > backup.sql
You will be prompted for a password - this is your MySQL user's password.
The MySQL database will be exported to a file named "backup.sql" in your current dire...
[Read more...]How to Schedule a Backup of All MySQL Databases on Ubuntu
Posted in Linux Servers on Nov 16, 2018
Step 1: Create the Backup Script
Create a folder to store your backup script in. I suggest /scripts for this example: sudo mkdir /scripts
Create a file called mysql-backup.sh inside the scripts folder:
sudo vim /scripts/mysql-backup.sh
Add the following code to the file and save it:
#!/bin/bash
#----------------------------------------
# OPTIONS
#----------------------------------------
USER='root' # MySQL User
PASSWORD='webdev' # MySQL Password
DAYS_TO_KEEP=0 # 0 to keep forever
GZIP=1 # 1 = Compress
BACKUP_PATH='/backups/mysql'
#----------------------------------------
...
[Read more...]
How to Schedule a Backup of All Websites Hosted on Ubuntu
Posted in Linux Servers on Nov 15, 2018
Step 1: Create the Backup Script
The first thing we need to do is create a simple backup script that will backup websites located in /var/www. The script will change into the directory and then loop through archiving each folder into /backups/www. It will also be able to cleanup backups older than X days.
Create a folder to store your backup script in. I suggest /scripts for this example:
sudo mkdir /scripts
Create a file called www-backup.sh inside the scripts folder:
sudo vim /scripts/www-backup.sh
Add the following code to the file and save it:
#!/bin/bash
#--------------------------------...
[Read more...]
How to install CentOS Web Panel
Posted in Linux Servers on Nov 14, 2018
First, we prepare the server or VPS for CentOS Web Panel
yum -y install wget
yum -y update
reboot
Set Hostname
After the reboot is finished you would need a hostname for the server you are installing CWP on.
To do that log into your server and type in the following:
hostname srv.cloudtechtiq.com
Download & installation steps for CentOS 7 server
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el7-latest
sh cwp-el7-latest
After the screen has stopped moving which takes around 30-40 minutes you need to reboot your server to complete the installation:
reboot
That is it now you have Cent...
[Read more...]How To Setup LiteMage Cache
Posted in Magento Hosting on Nov 04, 2018
LiteMage Cache is the world's fastest Magento Full Page Cache.
LiteMage Cache uses the LiteMage Magento Extension and an improved version of LiteSpeed Cache to deliver superior caching with ESI implementation geared specifically for Magento.
This article will guide you through the all steps needed set up LiteMage Cache in our Web Hosting or Managed Cloud Server*.
IMPORTANT NOTES:-