- Change the default SSH 22 port
- Use strong password
- Using SSH key authentication instead of password authentication
- Use The Latest Software Versions
- Monitor Your VPS Server Logs
- Set up email notifications for any warnings and errors
- Set Up Your Firewall
- Make Sure Your Server Is Malware-protected
- Protect Against Brute-force Attacks
- Use SSL Certificates For Everything
Solved: Can’t save module, exceeds limits | Joomla
- Save failed with the following error the content exceeds allowed limits
- Can’t save module, exceeds limits
Solution
The error message is triggered by the size limit of the text that can be stored into the column ‘content’ in the modules table. The text limit is 65535 in the MySQL database.
- Login to your hosting panel (For example cPanel, Plesk, DirectAdmin, CWP etc.)
- Now open your database in phpMyAdmin
- Check the definition of the column ‘content’ and it should be ‘text’ and we have to make it ‘mediumtext’.
That’s all!
If not solved, please change Default editor to TinyMCE.
Fix read only fstab
- “/ etc/fstab” [readonly]
- can’t edit fstab read only
- file ‘/ etc/fstab’ is unwritable
- Repairing fstab (read only /)
If / etc/fstab is correct, you can simply type:
mount -n -o remount /
But if / etc/fstab is wrong, the device name and possibly the type must have to be given too: e.g.
mount -n -o remount -t extX /dev/sdaX /
Where,
extX is your filesystem type
/dev/sdaX is the partition you want to mount
To see all your available partitions just type ls /dev/[sh]d*.
How to change root password of CWP and CWP pro
- Change root password in CentOS Web Panel
- CWP admin password – How we reset it via panel
- Change root password in CentOS Web Panel
Login to CWP account
- Go to Server Settings->Change Root Password.
- Enter your new password; confirm the new password.
- Click the Change Root Password button.
- You will see the confirmation message:
Changing password for user root. passwd: all authentication tokens updated successfully.
How to manually backup and restore all emails accounts in cPanel
Follow these simple steps:
Old Server Task:
- Login to your old cPanel
- Go to Backup Wizard -> Back Up -> Full Backup
- Click on the “Generate Backup” button (Home Directory)
- Download the backup file to your computer
- Extract the file and go to homedir -> mail -> domain.com (folder). (You will find all Email accounts inside the folder)
- Select everything inside the folder (domain) and compress to upload in the new cPanel account
If backup wizard is hidden then you can follow
https://serverhostname.com:2083/cpsess1268795626/frontend/paper_lantern/backup/wizard.html
New Server Task:
- Login to your new cPanel
- Go to “Email Accounts” and create all email accounts those were in the old cPanel.
- Then go to File Manager -> mail -> domain.com (folder)
- Upload the compressed file here [Old Server Task last point]
- Extract the compressed file and you are done.
Now login to your email accounts and find all your data.
- « Previous Page
- 1
- …
- 17
- 18
- 19
- 20
- 21
- …
- 44
- Next Page »