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
Category: Linux Software / Scripts
How to Install the FFMPEG auto installer from ffmpeginstaller.com
It’s hard to install each option needed for a versatile video streaming script. Luckily the talented guys at ffmpeginstaller.com make an easy to use script to get FFMPEG and all of the extra tools installed. First grab the auto installer file, you will need to right click the download button and choose to “copy link address” to… Continue reading How to Install the FFMPEG auto installer from ffmpeginstaller.com
Default Apache page shows a website with CPanel
If your CPanel based server shows a website instead of the default Apache page you need to do three things. Run these commands: scripts/updateuserdomains scripts/rebuildhttpdconf Then reboot Apache in the WHM or by command: service httpd restart
Raising the upload limit in phpmyadmin for CPanel
Firs you need to find the phpmyadmin php.ini file. Use this command to find all php.ini files: find /usr -name php.ini Then find the path to the php.ini file that is listed in the “phpmyadmin” folder. Mine was /usr/local/cpanel/3rdparty/etc/phpmyadmin Next find these two section and change the limit how you want: upload_max_filesize = 150M AND… Continue reading Raising the upload limit in phpmyadmin for CPanel
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
Removing the eximstats file
You can modify the following option in “WHM Home » Server Configuration » Tweak Settings” under the “Stats and Logs” tab: “The interval, in days, to retain Exim stats in the database” Reducing this value will decrease the amount of data that is stored in the Eximstats database. If you decide to drop the eximstats… Continue reading Removing the eximstats file