Tags
|
|
|
How to Install FFMPEG Auto Installer
|
Setup Installation
First, open up SSH (I like using putty) and login as "root". Once there, run the below commands:
Code: mkdir ~/ffmpeg-packages
cd ~/ffmpeg-packages
wget http://trulymanaged.com/ffmpeg/ffmpeginstall.tar.gz
tar -xvzf ffmpeginstall.tar.gz
cd ffmpeginstall
If you don't want the author to be emailed upon a successful installation, comment out line 47 of install.sh Here is how...
At the command prompt type following command below
[code]nano install.sh[/c
|
How to transfer Accounts From One Server To Another ( CPANEL)
|
I have used in the past for easily migrating cPanel accounts from one server to another. Using this method, you can transfer accounts from an old server, to a new one, help customers from another host move to your host, etc. This method is very simple, and does not even require root access on one end of the migration. I have found the "Transfer Account from another Server" tool in WHM to not work so well, and break often, so I have used this method.
Requirements:
-cPanel on both servers
-WHM
|
How to Install Fantastico via SSH and WHM
|
Below mentioned are the steps to install Fantastico on Linux server via SSH access and WHM:
1) Login via SSH to your server and enter following commands:
Code: cd /usr/local/cpanel/whostmgr/docroot/cgi
wget http://www.netenberg.com/files/free/..._whm_admin.tgz
tar -xzpf fantastico_whm_admin.tgz
rm -rf fantastico_whm_admin.tgz
2) Now go to WHM, login as root and follow the link WHM -> Add-Ons
-> Fantastico De Luxe WHM Admin. One need to complete the installation by following t
|
How to restore a domain from Web Host Manager - WHM
|
One need to perform below mentioned steps to restore a domain from available backup:
1) Login into WHM – Web Host Manager
2) Click on restore backups from backup menu.
3) Select type of backup like daily, weekly or monthly to restore the domain.
4) Select a user to restore the domain.
5) Check the checkbox against the require actions:
* Recreate Account
* Give IP Address (only if recreating)
* Restore Sub-domain Entries
* Restore Mail Config
* Restore MySQL DBs
6) Click on start
|
How to park a domain from WHM
|
One need to perform below mentioned steps to park a domain on hosted domain:
1) Login into Web Host Manager.
2) Click on park a domain from DNS Functions.
3) Enter the domain which need to park.
4) Select the domain from the list on which one need to park a domain.
5) Click on submit.
|
How to copy an account from another server via WHM
|
How to copy an account from another server via WHM
One can copy their account from another server to new server. To perform this action there are two ways:
i) Copy an account from another server – In which it requires server admin login details.
ii) Copy an account from another server with account password – In which it requires account login details.
One can perform copy account task via below mentioned steps:
1) Login into Web Host Manager – WHM.
2) Click on option i) or ii) from tra
|
How to move domain from one linux server to another using WHM
|
Below mentioned are the steps to transfer a domain from one linux server to another using WHM:
1. Login to your WHM panel
2. On the transfer menu you can choose any option from one of the two.
A. Copy an account from another server.
B. Copy an account from another server with account password.
A. Copy an account from another server:
I. Click on copy an account from another server.
II. On the Authentication we will need to enter the username as root and the password and select the ra
|
How to View and Delete mail messages in Queue-WHM
|
1) Login to WHM.
2) Select Email--> Mail Queue Manager.
3) To delete a single Email from the queue, click on the “Delete” button in front of that mail.
4) To delete all the mails in the queue, click on Delete all messages in Queue”.
5) To deliver the mail, click on deliver now.
|
How to modify password of an account from WHM
|
How to modify password of an account from WHM:
1) Login to the Web Host Manager.
2) Select the Account Function Password Modification option.
3) Select the account by domain or by user.
4) Enter the new password two times in the space provided.
5) Click on “Change” to enter setup.
|
How to send mass mail from WHM
|
One need to perform below mentioned steps to send mass email to the entire hosted domains owner on that server:
1) Login into WHM.
2) Click on email all users from account functions section.
3) Apply require details as mentioned below:
* From Name:
* From Email:
* Subject:
* Email Contents:
4) Select checkbox against ‘Send Email to Reseller's Customers as well’ to send email to the customers of the reseller accounts.
5) Click on send button to send the mass mail.
|