Search Results for:
- The certificate has a validity of 90 days only at a time and it may be even less in future.
- No easy installation wizard is available for it.
- Let’s Encrypt needs a certificate m...
How to Manage Cphulk From Command line
Posted in Whm/Cpanel on Aug 01, 2018
Manage Cphulk From Command line
Use the following methods to manage cPHulk on your server:-
Debug mode
To enable debug mode for cPHulk, run the following command:-
touch /var/cpanel/hulkd/debug
Check cPHulk's status
You can check cphulk's status from command
"ps aux | grep -i".
this will return a result like :-
1 root 1501 0.0 0.4 34816 5076 ? S 07:58 0:00 cPhulkd - processor
Restart the cPHulk daemon (cphulkd)
To restart the cphulkd daemon, perform either of the following actions:
Perform a soft restart. To do this, run the following command:
/scripts/restartsrv_cphulkd
Perform a hard resta...[Read more...]
How to setup automysql backup/dump scripts for regular backups
Posted in Linux Servers on Jul 30, 2018
First download it via following link :-
root@cloudtechtiq.com:~$ wget http://ncu.dl.sourceforge.net/project/automysqlbackup/AutoMySQLBackup/AutoMySQLBackup%20VER%203.0/automysqlbackup-v3.0_rc6.tar.gz
Create a directory in /root named as automysqlbackup and Unzip file :-
root@cloudtechtiq.com:~$ tar zxvf automysqlbackup-v3.0_rc6.tar.gz /root/automysqlback
After unzip install that file :-
root@cloudtechtiq.comk:~$ sh install.sh
-> Press enter
-> Press enter
then open:- /etc/automysqlbackup/automysqlbackup.conf
root@cloudtechtiq.com:~$ vim /etc/automysqlbackup/automysqlbackup.conf
make followin...[Read more...]
How to Create mySQL database in cPanel
Posted in Whm/Cpanel on Jul 27, 2018
Create database
Login to cPanel for the Domain you want to add database Under the Databases submenu click "MySql Databases" under Create New Database
Database name
Click "**Create Database"**
Click **"Go Back"**
**Create user**:-
Under Add New User
**Username:**
**Password:**
**Password(again)**
**Click "Create User"**
**Click "Go Back"**
Add User to database:-
Under Add User to Database
User:
Database:
Click "**Add**"
Choose **Privileges**
Click "**Make Changes**"
[Read more...]
How to Install Magento 2 in cPanel
Posted in Magento Hosting, Whm/Cpanel on Jul 23, 2018
To easily install Magento 2, you can use the Softaculous auto-installer available from your cPanel. It will automate the steps needed for the installation into one configuration page and 30 seconds of waiting for the install.
STEP 1 Locate Softaculous in cPanel
To access your Softaculous auto-installer simply login in your cPanel navigate to the Software/Services section and click on the Softaculous Apps Installer icon.
Now you will need to use the Search bar to look for Magento and click on it.
STEP 2 Configure the Installation
Here you will see different tabs containing overview of the fe...
[Read more...]Secure Your WordPress Website in 2018: Here Are 23 Simple Tricks
Posted in WordPress Hosting on Jul 10, 2018
I’ve heard many website owners complain about the security of WordPress. The main question is whether or not you’re able to completely secure your WordPress website. Are you going to find that it’s easy for someone to hack your site?
The thought is that an open source script is vulnerable to all sorts of attacks.
Luckily, this is mostly untrue. In fact, sometimes it’s the other way around. Okay, let’s say that it’s partially true. But even then the blame shouldn’t fall on WordPress.
Why? Because it’s usually the user’s fault that their site got hacked. There are some responsibilities that you ...
[Read more...]How to create MySql db and username via CLI
Posted in Linux Servers on Jun 23, 2018
Login to mysql
mysql -u <username> -p
Creating a database
create database database_name;
put database name at the place of database_name.
Creating a user
create user 'username'@'localhost' IDENTIFIED BY 'passwordhere';
Grant privileges to user on database
grant all privileges ON database_name .* TO 'username'@'localhost';
TO grant on all databases need to issue below query
grant all privileges ON *.* TO 'username'@'localhost';
The asterisks(*) in above query is representing all database(first asterisks) and all tables of that databases(second asterisks).
Grant privileges with remote access
gr...
[Read more...]
How to change root password for WHM
Posted in Whm/Cpanel on Jun 18, 2018
There is 2 easy steps to change root password for WHM
Once you’ve logged into WHM with the current root password, select Change Root Password from the list on the left, under Server Configuration. (Home >> Server Configurations >> Change Root Password)
Once you’ve selected a new root password (you can use any combination of upper- and lower-case letters, numbers and special characters to increase the password strength), enter the new password twice, then click the Change Password button.
That’s all there is to it; you now can close out of WHM and log back in with the new password.
[Read more...]How to install Let’s Encrypt SSL certificate on IIS web server
Posted in Windows Servers on Jun 13, 2018
Let’s Encrypt is a free to use tool that allows creation, management and auto renewal of SSL certificates for web applications, services or any other apps where secure data transportation is needed.
However, there are few things that should be kept in mind when you are considering using Let’s Encrypt certificates as compared to any other traditional SSL Certificate through a Certificate Authority (CA) like GlobalSign.
How to add package/create new hosting account/create email ID from whm reseller account ?
Posted in Whm/Cpanel on Jun 13, 2018
Kindly follow the steps to add package/create new hosting account/create email ID.
1. Login in WHM
2. In left side there is search option please type package
3. Click on add package and add package according your requirement
4. again in search options please type create
5. click on create new account and. fill the domain information and select package for the domain
6. please save information of newly created account (username & password)
7. For the cpanel access please use following URL
http://domainname.com/cpanel
8. After login in newly created account in search option type email account an...
[Read more...]How do I change maximum email size in cPanel
Posted in Whm/Cpanel on Jun 07, 2018
There is no max file size limit that can be sent and received, however, cPanel defaults the limit to 50mb. You can change this in cPanel.
To change this do the following
Login to cPanel as admin
Under Service Configuration, Click "exim Configuration Manager"
Click "Advanced Editor"
Scroll down and Click "Add additional Configuration Setting"
find "message_size_limit" in pull-down list and choose
Enter limit that you want to change to
Scroll to bottom and click "save"