Sharing a File With Another User on FiDrive

To share your files/folders to another user. Click on the [Sharing] icon as shown below. You can share the files/folders to specific users or just create a public share link.   For User share, you can specify the user privileges on the files/folders by clicking on the ‘3 dots’ as shown below. Untick the options

How to Remove a Folder With Millions of Files

When connected to a Linux terminal, if the folder contains too many files, using rm command will not be able to remove them. To remove it: cd /directory # where directory is the directory of the folder that you want to remove find . -type f -print -delete Running the command above removes all files

Review and Changing File Permissions in DirectAdmin (Enhanced Skin)

Introduction DirectAdmin is a web hosting control panel that provides a user-friendly interface for server administration tasks, including file and directory permission management. File permissions in DirectAdmin determine who can access, modify, or execute files and directories on your web server. Properly configuring these permissions is essential for the security and functionality of your website.

How to Speed Up Backup Restoration in DirectAdmin

If restoring a user or reseller level backup files is very slow, simply modify the DirectAdmin.conf file of the website. The file can be accessed with the following command: vi /usr/local/DirectAdmin/conf/DirectAdmin.conf Find and change the value of this directive to 0 (zero), if the directive does not exist, you can manually add it. tally_after_restore=0

How to Install SOAP using DirectAdmin Custombuild

1. Copy the existing apache config and create a custom config: mkdir /usr/local/DirectAdmin/custombuild/custom mkdir /usr/local/DirectAdmin/custombuild/custom/ap2 cp /usr/local/DirectAdmin/custombuild/configure/ap2/configure.php5 /usr/local/DirectAdmin/custombuild/custom/ap2/configure.php5 2. Edit the apache config file: vi /usr/local/DirectAdmin/custombuild/custom/ap2/configure.php5 Add below option into the config file –enable-soap ** remember using the same \ syntax as you see in the file. 3. Build PHP by running the following command:

Install LEMP on CentOS 7

LEMP is an acronym for Linux, Nginx (Engine x), MySQL, and PHP. It is needed to run web servers due to it containing various software required for other web content management software, such as WordPress and also Joomla. LEMP is similar to LAMP, where LAMP uses Apache instead of Nginx as open source web servers. Apache is usually

How to Change Email Password in DirectAdmin

Introduction Managing your email account security is a key aspect of digital safety. DirectAdmin simplifies this process by providing an easy-to-navigate interface for updating or resetting your email account password. Whether for routine security measures or due to a forgotten password, this guide will walk you through the steps to ensure your email account remains

Disable Junk Mail Folder in SmarterMail

Introduction SmarterMail comes with built-in anti-spam features, which screens emails before they are delivered to your inbox. Emails that the anti-spam detects as spam will be placed in the junk folder. This is generally a good thing but can affect email users using email clients such as Outlook or Thunderbird who synchronize emails using POP3.