<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>cPanel &#8211; bunyam.in</title>
	<atom:link href="https://bunyam.in/category/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>https://bunyam.in</link>
	<description>Easy Solutions</description>
	<lastBuildDate>Wed, 16 Apr 2025 11:06:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8</generator>
	<item>
		<title>Disk Performance Test On Linux</title>
		<link>https://bunyam.in/disk-performance-test-on-linux/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 11 Mar 2017 21:44:44 +0000</pubDate>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server]]></category>
		<guid isPermaLink="false">http://bunyam.in/?p=54</guid>

					<description><![CDATA[As all know disk performance may effect overall performance. Connection performance , ram , cpu have no means if disk perfomance gets low. For example all SQL queries have a weight for returning results for physical disk just as /tmp directory. We can make IO test for what is happening.... <a href="https://bunyam.in/disk-performance-test-on-linux/">Read more &#187;</a>]]></description>
										<content:encoded><![CDATA[<p>As all know disk performance may effect overall performance. Connection performance , ram , cpu have no means if disk perfomance gets low.<br />
For example all SQL queries have a weight for returning results for physical disk just as /tmp directory.<br />
We can make IO test for what is happening. <span id="more-54"></span><br />
Via SSH:<br />
<code>dd if=/dev/zero of=test bs=64k count=16k conv=fdatasync</code></p>
<p>Do not forget:<br />
If test bytes are gets low, and you have single disk; your disk going to die soon,<br />
And if you get unstable results and you are using raid; check your disks status. Maybe one of your disk alredy died.</p>
<p>Happy coding.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Install Nginx for Cpanel &#038; EasyApache4</title>
		<link>https://bunyam.in/install-nginx-cpanel-easyapache4/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 17:06:11 +0000</pubDate>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[PHP]]></category>
		<guid isPermaLink="false">http://bunyam.in/?p=44</guid>

					<description><![CDATA[Some Nginx softwares were purely usable for Easy Apache Such as nginxcp , but until EA4 has deployed that is unable to work. There are lots of error returns when you trying to set up such as cp: cannot stat ‘/var/cpanel/templates/apache2/vhost default’: No such file or d irectory or cp: cannot... <a href="https://bunyam.in/install-nginx-cpanel-easyapache4/">Read more &#187;</a>]]></description>
										<content:encoded><![CDATA[<p>Some Nginx softwares were purely usable for Easy Apache Such as nginxcp , but until EA4 has deployed that is unable to work.</p>
<p>There are lots of error returns when you trying to set up such as<br />
<code>cp: cannot stat ‘/var/cpanel/templates/apache2/vhost default’: No such file or d irectory</code><br />
or<br />
<code>cp: cannot create regular file `/var/cpanel/apps/nginxcp.conf': No such file or directory</code><br />
<span id="more-44"></span></p>
<p>There is a solution for now: engintron<br />
easy to install</p>
<pre>
cd /  
rm -f engintron.sh  
wget --no-check-certificate https://raw.githubusercontent.com/engintron/engintron/master/engintron.sh  
bash engintron.sh install
</pre>
<p>Happy codings 🙂</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
