Search Package
sudo yum search wget
Run to install
sudo yum install wget
by dev
Search Package
sudo yum search wget
Run to install
sudo yum install wget
by dev
Journal specific section
{if $currentJournal->getPath()=='hpc'} //content here {/if}
List articles from different sections
{foreach name=sections from=$publishedArticles item=section name=sectionslist key="section_loop"} {if $section_loop== 8} {foreach from=$section.articles item="article" key="article_loop" } {if $article_loop < 1} {assign var=articlePath value=$article->getBestArticleId($currentJournal)} <a href="{url page="article" op="view" path=$articlePath}"> {$article->getLocalizedTitle()|strip_unsafe_html} </a> {$article->getAuthorString()} {else} {php}break;{/php} {/if} {/foreach} {/if} {/foreach}
by dev
Problem:
There are two possible solutions of the above problem, your path to Tar tool is not correct, or the system can’t access to the path. In my case, I have both problems, so:
Solution One: Fixing the path of Tar
Open your terminal
Type which tar or whereis tar
which tar
or
whereis tar
Then use the path it returns in config.inc.php. For example,
tar = /usr/bin/tar
Still receiving the same error message, follow the second step.
Solution Two:
Still getting error? Follow next step.
Solution Three:
You may get one of the following issues.
To fix the problems, you have to enable exec() function by deleting from the disable_functions
Go to link How to enable exec()
by dev
License Verification | WHMCS
https://www.whmcs.com/members/verifydomain.php
Softaculous License Verification
https://www.softaculous.com/softaculous/verify
DirectAdmin License
https://license.directadmin.com
by dev
Prerequisites
Warning
All data will be erased on the partition.
Procedure
Suppose we are re-partitioning /dev/vdb1
vi /etc/fstab
umount /dev/vdb1
fdisk /dev/vdb1
Welcome to fdisk (util-linux 2.23.2).
Changes will remain in memory only, until you decide to write them. Be careful before using the write command.
Command (m for help):