Here is a handy report on how to reset your root password if you have console access. How to recover your lost root password In CentOS, it’s possible to have the scripts that run from the initramfs debug the shell at certain points, provide a root shell, and continue when that shell exists. First, reboot… Continue reading How to recover your lost root password in CentOS
Tag: root
Change root user language in Centos by command
If you want to change the language the user root uses by command in Centos you need to run this: export LANG=en_GB.UTF-8 This is for English if you want another language you need to change this to your language; en_GB
How to amend the emails from Cpanel backups to the current account
If a customer happens to delete their emails you can still retrieve them from the cpanel backup system. This will take root access to move the files from the backup folder tot he customers account. You can extract a backup archive and copy over the emails to an account’s existing mail directory. If restoring a… Continue reading How to amend the emails from Cpanel backups to the current account