<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-5340409676311537856</atom:id><lastBuildDate>Fri, 25 Oct 2024 07:10:56 +0000</lastBuildDate><category>cpanel protection</category><category>cpanel security</category><category>Cpanel</category><category>Cpanel Upgrade</category><category>Easyapache</category><category>Feedback for easy apache</category><category>Plesk</category><category>Update Cpanel</category><category>WHM Update</category><category>antivirus</category><category>billing information</category><category>billing integration</category><category>billmax</category><category>clamav</category><category>clamav connector</category><category>control panel</category><category>cpanel billing</category><category>cpanel firewall</category><category>cpanel hangs</category><category>cpanel update</category><category>csf firewall</category><category>exim</category><category>exim configuration</category><category>opensource antivirus</category><category>panel</category><category>plesk account creation</category><category>plesk billing</category><category>scripts for upcp</category><category>software firewall</category><category>system integration</category><category>upcp</category><category>upcpforce</category><category>webhosting billing</category><category>whmcs</category><category>windows</category><category>yahoo deferred</category><title>Little SysAdmin&#39;s Nook</title><description>A somewhat short stop for lil sysadmins alike in getting around with different Control panel software that is in the web today (Cpanel , Webmin , Plesk , Ensim)</description><link>http://sysadmin01.blogspot.com/</link><managingEditor>noreply@blogger.com (Henry)</managingEditor><generator>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-8565979400742538368</guid><pubDate>Thu, 05 Mar 2009 12:49:00 +0000</pubDate><atom:updated>2009-03-05T04:57:34.199-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">billing information</category><category domain="http://www.blogger.com/atom/ns#">billing integration</category><category domain="http://www.blogger.com/atom/ns#">billmax</category><category domain="http://www.blogger.com/atom/ns#">cpanel billing</category><category domain="http://www.blogger.com/atom/ns#">plesk account creation</category><category domain="http://www.blogger.com/atom/ns#">plesk billing</category><category domain="http://www.blogger.com/atom/ns#">system integration</category><category domain="http://www.blogger.com/atom/ns#">webhosting billing</category><category domain="http://www.blogger.com/atom/ns#">whmcs</category><title>Cpanel and Plesk Billing</title><description>Billing and Support is a very important factor in the growing Web Hosting and Domain Hosting Industry , as well as in the field of Server management. We are currently trying out different billing softwares that can support Cpanel 11 for Linux and Plesk 9.0 for Windows, we are evaluating one product called WHMCS, my colleague asked me earlier to try it out and see what we can come up with, at first try since I am new to the system I was kind of &quot;confused&quot; I got a little excited and decided to check if it can create an account and then if it would reflect via Plesk, but alas! I got a CURL Error Timeout, I have double checked on the server and it has cURL and cURL SSL Installed. We are sure of it. For the next 14 days since we installed this software , we will be exploring more and more to see if this is what we are exactly looking for.&lt;br /&gt;&lt;br /&gt;What I wanted to try out before was BillMax, but as experience has it , BillMax is really much of a pain in the neck than of a better solution for billing and account automation. Last time I touched Billmax was 2005 and never would I come across it again , hopefully until they would come up with a better interface that makes it easy to do billing. If any of you guys out there would actually have any recommendations on a Billing Software plus Knowledgebase as an extra, well that would support Cpanel for Linux and Plesk for Windows of course, please do drop by comments. I will be updating my posts about my findings of WHMCS in the next few days.</description><link>http://sysadmin01.blogspot.com/2009/03/cpanel-and-plesk-billing.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-4621970329115105835</guid><pubDate>Wed, 04 Mar 2009 00:02:00 +0000</pubDate><atom:updated>2009-03-03T16:10:41.927-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cpanel hangs</category><category domain="http://www.blogger.com/atom/ns#">cpanel update</category><category domain="http://www.blogger.com/atom/ns#">scripts for upcp</category><category domain="http://www.blogger.com/atom/ns#">upcp</category><category domain="http://www.blogger.com/atom/ns#">upcpforce</category><title>Cpanel Hangs on Update</title><description>Cpanel has constantly evolved throughout its existence, it is giving out updates through upcp feature in command line or Upgrade to Latest Version in WHM, for some particular reason it would hang up when it starts to update, at times it would hang up updating or detecting the FTP version, here is a quick fix that worked for us.&lt;br /&gt;&lt;br /&gt;Reason for hang up : RPM database could be corrupted, it needs to be rebuild and run upcp again&lt;br /&gt;Procedure&lt;br /&gt;&lt;br /&gt;1. Login to CLI via SSH&lt;br /&gt;2. Kill any /scripts/upcp process or yum or up2date&lt;br /&gt;         killall upcp&lt;br /&gt;         killall yum&lt;br /&gt;         killall up2date&lt;br /&gt;3. you can try getting the PID also by doing this&lt;br /&gt;         ps -wef |grep yum&lt;br /&gt;         ps -wef |grep upcp&lt;br /&gt;         ps -wef  |grep up2date&lt;br /&gt;4. Execute a force kill command through kill -9 &lt;pid&gt;&lt;br /&gt;5. Once everything is killed , go to /var/lib/rpm&lt;br /&gt;6. Execute rm -f __* , this is the rpm database that it builds when cpanel updates&lt;br /&gt;7. Run rpm --rebuilddb&lt;br /&gt;8. Re-run /scripts/upcp --force (--force switch forces cpanel update even if it is up to date)&lt;br /&gt;9. Constantly check http://layer1.cpanel.net for Changelogs</description><link>http://sysadmin01.blogspot.com/2009/03/cpanel-hangs-on-update.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-8445898886634390038</guid><pubDate>Mon, 02 Mar 2009 23:35:00 +0000</pubDate><atom:updated>2009-03-02T15:48:52.759-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">antivirus</category><category domain="http://www.blogger.com/atom/ns#">clamav</category><category domain="http://www.blogger.com/atom/ns#">clamav connector</category><category domain="http://www.blogger.com/atom/ns#">cpanel protection</category><category domain="http://www.blogger.com/atom/ns#">cpanel security</category><category domain="http://www.blogger.com/atom/ns#">opensource antivirus</category><title>Cpanel Antivirus</title><description>Cpanel has been around since the start of webhosting industry, it has helped system administrators and CEO&#39;s alike in generating revenues and giving service to their customers, considering about security, I have posted about CSF (ConfigServer Security and Firewall). At this time , we are going to focus on installing antivirus in Cpanel. The antivirus that Cpanel is using is called ClamAV, an opensource anti-virus software capable of having its signatures updated through crontab , first we will go and explore how to integrate ClamAV into Cpanel software. Here goes :&lt;br /&gt;&lt;br /&gt;1. Login to Cpanel / WHM&lt;br /&gt;2. Go to Cpanel --&gt; Manage Plugins&lt;br /&gt;3. Click on clamavconnector to install and then click Save, (sit back and relax to watch Cpanel scroll through a lot of data as it installs the software to your server)&lt;br /&gt;4. Once it is installed, ClamAV option can be found under Plugins ---&gt; Configure ClamAV Scanner, in here you can customize and give the users option with what to scan , you can specify whether to scan emails only or web space, it is entirely up to you, a word of caution though , multiple clamav daemons running on the server is quite memory intensive, I would usually recommend this if your system has a 4GB memory or higher , well memory chips nowadays are cheap so ... add away.&lt;br /&gt;5. For your to update ClamAV from time to time , you can login to SSH and run freshclam, this updates the database signatures and keeps your antivirus up-to-date.&lt;br /&gt;&lt;br /&gt;Drop by comments so that I will be able to update if there are issues</description><link>http://sysadmin01.blogspot.com/2009/03/cpanel-antivirus.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-1559481548433605519</guid><pubDate>Mon, 02 Mar 2009 12:13:00 +0000</pubDate><atom:updated>2009-03-04T04:05:05.991-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">cpanel firewall</category><category domain="http://www.blogger.com/atom/ns#">cpanel protection</category><category domain="http://www.blogger.com/atom/ns#">cpanel security</category><category domain="http://www.blogger.com/atom/ns#">csf firewall</category><category domain="http://www.blogger.com/atom/ns#">software firewall</category><title>Installing CSF</title><description>&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;Since our new server has been installed, we are very pleased to use this one handy tool (thanks to Chirpy) to protect and enhance server security, introducing CSF (ConfigServer Security and Firewall) , the features are well addressed at this website http://www.configserver.com/cp/csf.html. A very detailed feature rich piece of software that would help system administrators in their day to day task as well as keeping out unwanted traffic. You can specifically choose what comes in and what goes out from your server.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;The question that most users and admins asks is how to install it ? Based from experience and with a little tinkering on the software, here is how to install it. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;1. Download the software from http://www.configserver.com/free/csf.tgz. Chirpy keeps the program updated, so you do not have to worry about getting the old version or the newer one, the program itself also has an option for an upgrade.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;2.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;tar -xzf csf.tgz&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;cd csf&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;sh install.sh&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;Next, test whether you have the required iptables modules:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;perl /etc/csf/csftest.pl&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;(csftest.pl will be ran to check if you have the needed modules to load the firewall)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;Note : Be sure to disable AFD/BFD firewall if you have them on your server, this can cause unexpected issues.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;3. Edit /etc/csf/csf.conf  and use your custom rules, be sure to set TESTING=0 if you are done customizing the rules&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;4. Start csf through init.d /etc/init.d/csf start and be amazed with the results.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: trebuchet ms;&quot;&gt;I will be coming up with advanced administration including the email notification of the firewall rules.&lt;/span&gt;</description><link>http://sysadmin01.blogspot.com/2009/03/installing-csf.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-8637870886366391217</guid><pubDate>Sat, 28 Feb 2009 13:53:00 +0000</pubDate><atom:updated>2009-02-28T05:57:43.568-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">exim</category><category domain="http://www.blogger.com/atom/ns#">exim configuration</category><category domain="http://www.blogger.com/atom/ns#">yahoo deferred</category><title>Yahoo Deferred Messages</title><description>We have been getting yahoo deferred messages, though this is only from one domain but we are actually trying to figure out what is causing the problem , I retraced my steps and it occured after I upgraded Exim rules, I still have to examine exim configuration and maybe I missed something, as usual, Exim configuration has been backed up before upgrading it, will be posting the steps once I am done.&lt;br /&gt;&lt;br /&gt;Yahoo&#39;s answer wasn&#39;t helping that much so we decided to make our own investigation and the mail logs are going to tell us a lot of things. One troubleshooting tool that is very handy for us in this case is the CMQ from freeservers, its a free script for mail queues as well as troubleshooting them, though we are still checking on why the change password doesn&#39;t work as well.&lt;br /&gt;&lt;br /&gt;Have a great weekend guys :)</description><link>http://sysadmin01.blogspot.com/2009/02/yahoo-deferred-messages.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-2103920321477784866</guid><pubDate>Thu, 26 Feb 2009 12:42:00 +0000</pubDate><atom:updated>2009-02-26T04:48:56.624-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">control panel</category><category domain="http://www.blogger.com/atom/ns#">panel</category><category domain="http://www.blogger.com/atom/ns#">Plesk</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Plesk launches 9.0 for Windows</title><description>We are currently using the Plesk 9.0 for Windows server Control Panel. As we wait for the Cpanel for Windows which will hopefully be released sometime this year, we are currently evaluating our options with Plesk 9.0. Below is my IMHO findings about Plesk :&lt;br /&gt;&lt;br /&gt;a. No PMM (Plesk Migration Manager) for us to be able to change Mail servers one day.&lt;br /&gt;b. MailEnable still doesn&#39;t support IMAP , which we would greatly need for a server when customers asks for SquirrelMail or equivalent.&lt;br /&gt;c. SquirrelMail is in the additional software page but sadly again , back to (b) , Plesk doesn&#39;t have IMAP support unless otherwise you would buy the software from them (*sigh*)&lt;br /&gt;d. Unlike Linux (which is opensource) and we are very happy with our other server to use Cpanel, their scripts / fixes are very hard to run especially on CLI(command line interface)&lt;br /&gt;e. Plesk data file operates on a separate mysql table / database which is much of a hassle when tracing what went wrong on a particular domain / account.&lt;br /&gt;f. No grant privileges for MYSQL unlike Cpanel for Windows were you can choose which privs you want for each database user.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;If there are other things that I did not mention, please do drop a comment or two. Feedback is very much welcome.</description><link>http://sysadmin01.blogspot.com/2009/02/plesk-launches-90-for-windows.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-6577511939846843998</guid><pubDate>Wed, 05 Mar 2008 21:17:00 +0000</pubDate><atom:updated>2008-03-05T13:25:51.899-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cpanel Upgrade</category><category domain="http://www.blogger.com/atom/ns#">Update Cpanel</category><category domain="http://www.blogger.com/atom/ns#">WHM Update</category><title>Updating Cpanel/WHM to Latest Version</title><description>Cpanel release patches / updates of their software from time to time, it is categorized as the following :&lt;br /&gt;&lt;br /&gt;    CURRENT - current / up to date releases&lt;br /&gt;    STABLE - Stable releases (advisable to be used on production servers / environments)&lt;br /&gt;    EDGE  - these updates are actually advanced releases and should NOT be installed or ran on production environments unless otherwise specified(this could create more harm than good, trust me , been there done that)&lt;br /&gt;    EasyApache - Updates for Apache / PHP&lt;br /&gt;&lt;br /&gt;    Changelogs can be viewed at &lt;a href=&quot;http://layer1.cpanel.net/&quot;&gt;http://layer1.cpanel.net&lt;/a&gt; and click on Changelog&lt;br /&gt;&lt;br /&gt;    To set Cpanel how to update your system :&lt;br /&gt;&lt;br /&gt;    1. Login to WHM&lt;br /&gt;    2. On administration shortcut links --- Under Server Configuration&lt;br /&gt;    3. Click on Update Config&lt;br /&gt;    4. Choose between manual and Automatic updates&lt;br /&gt;&lt;br /&gt;    Note : I would prefer choosing Manual updates, be sure to check on Changelogs first before doing an update to make sure no harmful / adverse effects on your system may occur. Happy Administering !</description><link>http://sysadmin01.blogspot.com/2008/03/updating-cpanelwhm-to-latest-version.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-5340409676311537856.post-3564373809680414653</guid><pubDate>Wed, 05 Mar 2008 20:36:00 +0000</pubDate><atom:updated>2008-03-05T12:50:52.556-08:00</atom:updated><category domain="http://www.blogger.com/atom/ns#">Cpanel</category><category domain="http://www.blogger.com/atom/ns#">Easyapache</category><category domain="http://www.blogger.com/atom/ns#">Feedback for easy apache</category><title>Cpanel 11 Update - EasyApache</title><description>Cpanel 11 has been around for months now , most of the servers that I have managed either remotely or locally has been updated to Cpanel 11 with lots of features that would help little ol&#39; sysadmins and future tech&#39;s out there , the easiest way to get around with web hosting and dedicated server reseller.&lt;br /&gt;&lt;br /&gt;One of the most common update for Cpanel is EasyApache, &quot;easy&quot; as it may sound but then it requires a lot of reading and eventually testing , I almost fell off my chair due to EasyApache update getting screwed up for a few hours, thanks to the quick thinking of Mr. Bernard Abella that he was able to spot the error and eventually recreated the php.ini file, that was it ! I will post more tips and tricks and work arounds for this type of software. Stay in touch !</description><link>http://sysadmin01.blogspot.com/2008/03/cpanel-11-update-easyapache.html</link><author>noreply@blogger.com (Henry)</author><thr:total>0</thr:total></item></channel></rss>