FFMPEG is an open source application which is developed in Linux platform which allows you to convert the audio format file to video format files easily in different formats. It supports most of the codec format too. It also converts the file format a one file format to another file format. That procedure includes libavcodec, […]
Category: Tutorials
Steps To Backup Or Restore phpBB Database With Or Without SSL ?
There are multiple ways to to backup yor phpBB Database. After the backingup data a client can easily restore the data . The Most appropriate way or the procedure we suggest to our client or customers to perform a database backup of your phpBB forum, one option which is through the Backup Database option under […]
How to rectify ” Rails application failed to start properly”
This shows that there is a error somewhere in your rails application. More details about this error can be seen in two ways. They are as follows, 1) Login into your control panel and refer the Error log section. 2) Follow this path :- RAILS_APP/log/ Genrally you will get more appropriate information if you refer […]
Zen Cart And Its Installation Guide
The emerging trend with in the Internet caused a big change with in the ecommerce industry’s One of the best shopping cart for online shopping is Zen cart. Zencart is an open source shopping cart system. For creating online ecommerce store its very necessary to have an online gateway which will keep the track on […]
How to Check SMTP Port 25 is Blocked in OS – Windows, Linux,Mac ?
The standard SMTP port used by majority of the servers online for SMTP connections is 25. Some times there are common reasons where unable to send the messages. Does your internet service provider blocks the SMTP port from there end . That the only reason you are unnable to send your emails. Does technical admin […]
How Can I Find Out Where All a User’s Files are in cPanel Server
There are times when you find out a difference in the disk usage for an account user in cPanel. In this case, some other files on the system are owned by that user’s UID. To find out the user name of the particular domain name in cPanel: /scripts/whoowns DomainName To find out all files in […]
How to Check the Apache Version on cPanel Server
To find out which version of Apache you have installed on your server, run the following commands from Shell: httpd -v OR /usr/local/apache/bin/httpd -v After executing the above commands will display the results as below: [email protected] [~]# httpd -v Server version: Apache/2.4.23 (Unix) Server built: Oct 3 2016 11:41:41 Cpanel::Easy::Apache v3.34.6 rev9999 + Cloudlinux OR […]
Procedure to restore a Fantastico backup
Fantastico is the leading auto installer for cPanel servers. Many of our client comes across with the issues of restoring the fantastico backup. There are few steps throught which you can very easily restore the backup files you have with you. Normally Fantastico backups are only cretaed when an application on it is being upgraded […]
How to Install WordPress Through Softaculous in cPanel
WordPress is one of the most well-known CMS for blogging. One can install it manually through WordPress website. It is also possible to install WordPress through the auto-installers like Softaculous. Here are the steps to install WordPress through Softaculous in cPanel. STEP 1: Login to cPanel STEP 2: Click on “Softaculous” under Software and Services. […]
Locate Command Doesn’t work. Error: locate: decode_db() aborted. Corrupt database
When running locate command you receive the error: locate: decode_db() aborted. Corrupt database Simply run via ssh: updatedb Try using the locate command now.