coffeeboyuk
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Comments
Recent activity by coffeeboyuk-
I'm using cPanel Version 112.0.4. If it can't find something does that mean AlmaLinux is buggy or CPANEL is buggy? I went through the WHM Host to install it. Doesn't Cpanel install the binary ver...
-
yum install perl-WWW-Curl ??? What's the difference using that command line and installing it via the whm cpanel web page, isn't that the same?
-
Hi, I just installed AlmaLinux v8.8.0 because CPANEL says CENTOS 7 is depreciating in 2024, and following the instructions here no longer applies. I used the command line "yum -y install libcurl-d...
-
Hello, On the CLI you would do: yum -y install libcurl-devel curl-config is a part of this package and not present in the CentOS base repository separately so you wouldn't be able to just inst...
-
I believe you actually want the libcurl-devel package for this. [root@server ~]# rpm -ql libcurl-devel |grep curl-config /usr/bin/curl-config /usr/share/man/man1/curl-config.1.gz Hi Lauren, Ca...
-
Nope, no bash needed. Note though, you do have to modify David's one liner for, at the very least, your email address and cron time. Thanks. It's been working well for the past few days and no...
-
Removing /dev/null is ineffective because it will be replaced with the next daily update. The solution offered by David Colter is the best. (Until the cPanel development team fixes what they bro...
-
Hello, I too have experienced no emails since 05/Aug/2019. How do I enable my emails again? Do I log into root and remove the line: /dev/null from the following? 23 2 * * * (/usr/local/cpanel/s...
-
You could store the Perl scripts outside of the /home directory (e.g. /root/new-directory) and then execute the scripts via the command line or via cron jobs. There's no need to store them in an ac...
-
Hello @coffeeboyuk, It's generally recommended to keeps files outside of the public_html directory (or whichever path is configured as the document root) if you don't want them accessible to the p...