Advanced Search
Search Results
330 total results found
SOLVED: SmarterMail Plesk No MX records were found for the '.com' domain.
SOLVED: SmarterMail Plesk No MX records were found for the '.com' domain.It was a good day today but as I arrived office, I came up with a strange situation which bogged down all of our staff.Live chat was busy, phone were ringing and all of my colleagues were...
how to stop cPanel backup during the process?
The only way is to rename your backup Drive to something else and the process will be stopped.The other way can be unmout backup drive for a short and the process stops.Other Solutions can be:kill the children....so do I go to TOP, then search for the PID and ...
Backup Not Enabled (This can be adjusted in WHM => Backup => Legacy Backup Configuration): SOLVED
I believe this command would force backups to run:Code:/usr/local/cpanel/bin/backup --force
Best Node.Js Trends That Will Command in 2021
Businesses always seek to employ advanced yet practicable methods to connect and interact with the potential audience digitally. Contemporary Web products (web apps, mobile apps) play the best role in assisting the business in the digital landscape. Of course,...
Solved: PRODUCT_ROOT_D, PRODUCT_DATA_D or HTTPD_VHOSTS_D Error on Plesk Windows
Problem:We have tried to update the plesk, but now we are getting the following error:get_config_string failed: PRODUCT_ROOT_D: Unable to get config string: Config variable 'PRODUCT_ROOT_D' does not existat (zif_get_config_string line 183)at (zif_get_config_st...
How to install latest Varnish Version on CloudLinux CPanel Server with Apache
Serving a webpage takes up a lot of resources – especially when it is dynamically generated, like those created via PHP. Each time someone requests a page, the backend has to perform a multitude of operations to deliver it. Concepts like caching are very famil...
Solved: how to MapPath to a parent directory through server.mappath in asp.net c#
try with this code Path.Combine(Directory.GetParent(Server.MapPath("")).FullName, "screenshots") With Server.MapPath you get your root folder, then with Directory.GetParent you get the root folder parent and finally you combine that wit...
IMPORTANCE OF IMAGE EDITING FOR MARKETING: 8 REASONS
Is Image Editing Important for Modern Marketing of 2021?Photography is gradually becoming a worldwide marketing language that has reached its peak with the rise of social platforms like Instagram and Pinterest. People are highly more likely to engage with visu...
Solution: Parser Error Message: Could not load file or assembly 'office, Version=15.0.0.0
Configuration ErrorDescription: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.Parser Error Message: Could not lo...
How can i call an external Url from my Page in Asp.Net, How to call a URL in a web form in c#
using System.Net;using System.IO; WebRequest req = WebRequest.Create("http://www.Website.com/MyPage.aspx?qr="+Value);//Get the data as an HttpWebResponse objectWebResponse resp = req.GetResponse();//Convert the data into a string (assumes that you are requesti...
SOLVED: Mount FTP Servers on Centos as Folder Solution
Mount FTP servers on Linux as folder3 RepliesMounting FTP server as folders on Linux is easy!Start out by installing the CurlFtpFS package. On CentOS this is done by:1yum install curlftpfs(Requires the EPEL repo)To mount, simply invoke invoke1curlftpfs ftp://u...
Top 5 Affordable Web Hosting Companies in Pakistan; Web Hosting in Pakistan
While you start your internet presence in Pakistan, whether you are a blogger or , an E-Commerce website person, then you would definitely be searching for a reliable, affordable, tension-free, cheap & hosting company in Pakistan. for your online business. If ...
How to move MySQL data directory var-lib on CloudLinux + CPanel Apache Server to Home Directory
Here are the steps to move mysql data directory to home directoryCode:ln -s /home/var_mysql/mysql /var/lib/mysqlAdditionally, please always create a full mysqldump before ever doing something like this as well as stopping Service Manager > MySQL monitor option...
SoftException in Application.cpp : Mismatch between target UID
Wordpress ErrorSoftException in Application.cpp:427: Mismatch between target UID (3684) and UID (3590) of fileCommand to change permission for all files & folders in a specic directory: find /home2/digitalp/public_html/* -exec chown digitalp:digitalp {} \;
How to Mount S3 Bucket on CentOS/RHEL and Ubuntu using S3FS
S3FS is FUSE (File System in User Space) based solution to mount an Amazon S3 buckets, We can use system commands with this drive just like as another Hard Disk in system. On s3fs mounted files systems we can simply use cp, mv and ls the basic Unix commands si...
What are the cheapest TLDs?
Web Hosting & Domain Registration are a must-have to get started with a digital presence. Individuals are to buy all hosting, domain, or sometimes Website Development too. It is evident that it becomes like breaking the bank for many people. That being said, n...
How to install MySQL 5.7 community server on Amazon EC2 instances with Amazon Linux AMI
How to install MySQL 5.7 community server on Amazon EC2 instances with Amazon Linux AMIFollow following basic steps in order to instal MySQL 5.7 on Amazon EC2 Instance.1 - Choose Amazon Linux 2 as Amazon Linux 1 doesn't support systemd which is indispensable f...
Best AI & Machine Learning for SEO copywriting | Content Marketing Kits
Artificial intelligence and machine learning kits can support you with content creation, SEO copywriting and content strategy endorsed by actual data, not with a hunch. Some gigantic brands are already practicing artificial intelligence to expand their busines...
How to Delete all logs in a cpanel server - SSH
The command below will delete/empty all files in '/path/to/the/logdirectory' directory.for i in $(find /path/to/the/logdirectory -type f); do echo > $i; doneYou can empty the logs files via SSH as user root using the 'echo' commandecho > /path/to/the/logfileYo...
How to restoregrants to restore the user's database access
restoregrants to restore the user's database accessExecute one of the following commands from the command line:1/usr/local/cpanel/bin/restoregrants --cpuser=$cpuser --db={mysql, pg} --dbuser=$dbuser1/usr/local/cpanel/bin/restoregrants --cpuser=$cpuser --db={my...