<?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>Newy&#039;s Blog</title>
	<atom:link href="http://www.jnewcastle.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jnewcastle.com/blog</link>
	<description>tail -f /dev/mind &#62; blog</description>
	<lastBuildDate>Fri, 08 Jul 2011 15:31:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Building a myth frontend using mythbuntu 11.04 natty</title>
		<link>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty</link>
		<comments>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty#comments</comments>
		<pubDate>Fri, 08 Jul 2011 14:44:44 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=972</guid>
		<description><![CDATA[reconfigure sources.list to point to local repo and install aptitude aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop apcupsd libaudiofile0 mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a [...]]]></description>
			<content:encoded><![CDATA[<p>reconfigure sources.list to point to local repo and install aptitude</p>
<p>aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop apcupsd libaudiofile0</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>aptitude update</p>
<p>aptitude upgrade</p>
<p>aptitude remove mythweb</p>
<p>copy blootube theme</p>
<p>cp -R /dvr/files/blootubelite-wide/ /usr/share/mythtv/themes/</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>/etc/init.d/snmpd restart</p>
<p>SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>Make any changes need for lirc and x11 for each server</p>
<p>aptitude install distcc distcc-pump</p>
<p><span class="Apple-style-span" style="font-family: Consolas, Monaco, 'Courier New', Courier, monospace; font-size: 12px; line-height: 18px; white-space: pre;">cp /offline/archive/common/distcc/hosts /etc/distcc</span></p>
<pre>cp /offline/archive/common/distcc/distcc /etc/default</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/07/08/building-a-myth-frontend-using-mythbuntu-11-04-natty/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make xfce leave the tv/monitor on and powered</title>
		<link>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered</link>
		<comments>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered#comments</comments>
		<pubDate>Fri, 28 Jan 2011 17:15:05 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=969</guid>
		<description><![CDATA[Go to system settings &#8211;&#62; power management and click on the monitor tab, and slide both options all the way to the left so they say never, for but putting the monitor to sleep and turning off the monitor.]]></description>
			<content:encoded><![CDATA[<p>Go to system settings &#8211;&gt; power management and click on the monitor tab, and slide both options all the way to the left so they say never, for but putting the monitor to sleep and turning off the monitor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/01/28/make-xfce-leave-the-tvmonitor-on-and-powered/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xorg settings to survive a reboot without the tv/monitor on</title>
		<link>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on</link>
		<comments>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on#comments</comments>
		<pubDate>Fri, 28 Jan 2011 16:59:50 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=967</guid>
		<description><![CDATA[Vizio 42: Add the following line to the Device: section Option &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidvisio42.bin&#8221; Vizio 32: Add the following line to the Device: section Option  &#8220;CustomEDID&#8221; &#8220;CRT-0:/etc/X11/edidvisio32rgb.bin&#8221; Panasonic AE900U: Add the following two lines to the Device: section Option  &#8220;ConnectedMonitor&#8221; &#8220;DFP-0&#8243; Option  &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidae900udvi.bin&#8221; and also use the xorg.conf.ae900u.hdmi file if you want 1280&#215;720 all files [...]]]></description>
			<content:encoded><![CDATA[<p>Vizio 42:</p>
<p>Add the following line to the Device: section</p>
<p>Option &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidvisio42.bin&#8221;</p>
<p>Vizio 32:</p>
<p>Add the following line to the Device: section</p>
<p>Option  &#8220;CustomEDID&#8221; &#8220;CRT-0:/etc/X11/edidvisio32rgb.bin&#8221;</p>
<p>Panasonic AE900U:</p>
<p>Add the following two lines to the Device: section</p>
<p>Option  &#8220;ConnectedMonitor&#8221; &#8220;DFP-0&#8243;<br />
Option  &#8220;CustomEDID&#8221; &#8220;DFP-0:/etc/X11/edidae900udvi.bin&#8221;</p>
<p>and also use the xorg.conf.ae900u.hdmi file if you want 1280&#215;720</p>
<p>all files located in /offline/archive/common</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2011/01/28/xorg-settings-to-survive-a-reboot-without-the-tvmonitor-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a mythfrontend on ubuntu lucid 10.04</title>
		<link>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04</link>
		<comments>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04#comments</comments>
		<pubDate>Thu, 09 Dec 2010 20:22:16 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=960</guid>
		<description><![CDATA[aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a aptitude update aptitude build-dep mythtv aptitude install mythbuntu-control-centre dpkg -i /dvr/mythbuntu-repos.deb [...]]]></description>
			<content:encoded><![CDATA[<p>aptitude install openssh-server portmap nfs-common snmpd  smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx  sysv-rc-conf gparted ntp iftop</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>aptitude update</p>
<p>aptitude build-dep mythtv</p>
<p>aptitude install mythbuntu-control-centre</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>aptitude update</p>
<p>aptitude upgrade</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart</p>
<p>SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>aptitude install distcc distcc-pump</p>
<p>Note: lucid has pump script problems, change line in /usr/bin/pump to</p>
<pre>/usr/lib/pymodules/python2.6/include_server/include_server.py
instead of
<pre>/usr/lib/pymodules/python2.5/include_server/include_server.py

cp /offline/archive/common/distcc/hosts /etc/distcc
cp /offline/archive/common/distcc/distcc /etc/default
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2010/12/09/building-a-mythfrontend-on-ubuntu-lucid-10-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install handbrake ppa</title>
		<link>http://www.jnewcastle.com/blog/2010/12/05/install-handbrake-ppa</link>
		<comments>http://www.jnewcastle.com/blog/2010/12/05/install-handbrake-ppa#comments</comments>
		<pubDate>Sun, 05 Dec 2010 13:40:29 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=956</guid>
		<description><![CDATA[add-apt-repository ppa:stebbins/handbrake-snapshots aptitude update apt-get install handbrake*]]></description>
			<content:encoded><![CDATA[<p>add-apt-repository ppa:stebbins/handbrake-snapshots</p>
<p>aptitude update</p>
<p>apt-get install handbrake*</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2010/12/05/install-handbrake-ppa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building mythtv vm on lucid</title>
		<link>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid</link>
		<comments>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid#comments</comments>
		<pubDate>Sat, 04 Dec 2010 03:53:26 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Mythtv]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=947</guid>
		<description><![CDATA[aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop mkdir /dvr /offline /jn /archive nano /etc/fstab 192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp 192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp mount -a aptitude update aptitude build-dep mythtv aptitude install mythbuntu-control-centre dpkg -i /dvr/mythbuntu-repos.deb [...]]]></description>
			<content:encoded><![CDATA[<p>aptitude install openssh-server portmap nfs-common snmpd smartmontools mutt postfix ssh dstat iptraf logwatch dselect mailx sysv-rc-conf gparted ntp iftop</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>aptitude update</p>
<p>aptitude build-dep mythtv</p>
<p>aptitude install mythbuntu-control-centre</p>
<p>dpkg -i /dvr/mythbuntu-repos.deb</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-7_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-14_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-14_x86_64.deb</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl apt-show-versions libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.530_all.deb</p>
<p>aptitude install distcc distcc-pump</p>
<p>Note: lucid has pump script problems, change line in /usr/bin/pump to</p>
<pre>/usr/lib/pymodules/python2.6/include_server/include_server.py
instead of
<pre>/usr/lib/pymodules/python2.5/include_server/include_server.py

cp /offline/archive/common/distcc/hosts /etc/distcc
cp /offline/archive/common/distcc/distcc /etc/default
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2010/12/03/building-mythtv-vm-on-lucid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building mytfrontend with karmic and mythbuntu packages</title>
		<link>http://www.jnewcastle.com/blog/2009/12/30/building-mytfrontend-with-karmic-and-mythbuntu-packages</link>
		<comments>http://www.jnewcastle.com/blog/2009/12/30/building-mytfrontend-with-karmic-and-mythbuntu-packages#comments</comments>
		<pubDate>Wed, 30 Dec 2009 23:51:10 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=933</guid>
		<description><![CDATA[aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5 libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox lirc mailx sysv-rc-conf mysql-client gparted libfame-0.9 libhtml-template-perl libmjpegtools-1.9 libnet-upnp-perl libphonon4 libpvm3 libqt4-dbus libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml libqtcore4 libqtgui4 libquicktime1 libsox-fmt-alsa libsox-fmt-base libsox1 libxml-namespacesupport-perl libxml-sax-expat-perl [...]]]></description>
			<content:encoded><![CDATA[<p>aptitude install openssh-server portmap nfs-common xfsprogs lm-sensors snmpd smartmontools mutt postfix ssh dstat iptraf subversion checkinstall apache2 php5 libdts-dev libfreetype6-dev lame apcupsd apcupsd-cgi logwatch dselect openbox lirc mailx sysv-rc-conf mysql-client gparted libfame-0.9 libhtml-template-perl libmjpegtools-1.9 libnet-upnp-perl libphonon4 libpvm3 libqt4-dbus libqt4-designer libqt4-network libqt4-opengl libqt4-qt3support libqt4-script libqt4-sql libqt4-sql-mysql libqt4-webkit libqt4-xml libqtcore4 libqtgui4 libquicktime1 libsox-fmt-alsa libsox-fmt-base libsox1 libxml-namespacesupport-perl libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl mjpegtools ntp phonon phonon-backend-gstreamer pvm pwgen python-mysqldb qt4-qtconfig sox toolame transcode transcode-doc ttf-liberation libqt4-dev libxxf86vm-dev xfce4 dstat iftop</p>
<p>mkdir /dvr /offline /jn /archive<br />
nano /etc/fstab</p>
<p>192.168.1.210:/offline /offline nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/dvr /dvr nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>192.168.1.210:/archive /archive nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp<br />
192.168.1.210:/jn /jn nfs soft,intr,rsize=32768,wsize=32768,async,nfsvers=3,bg,actimeo=0,tcp</p>
<p>mount -a</p>
<p>cp /etc/apt/sources.list /etc/apt/sources.list.org</p>
<p>aptitude upgrade<br />
aptitude build-dep mythtv</p>
<p>aptitude install libmad0 libmad0-dev flac libflac-dev libcdaudio-dev libtag1-dev libcdparanoia-dev xine-ui libxine1-ffmpeg mplayer libpulse-dev</p>
<p>download nx debs</p>
<p>sudo dpkg -i nxclient_3.4.0-5_x86_64.deb<br />
sudo dpkg -i nxnode_3.4.0-6_x86_64.deb<br />
sudo dpkg -i nxserver_3.4.0-8_x86_64.deb</p>
<p>RSYNC<br />
cp /offline/files/rsync/rsyncd.conf /etc<br />
cp /offline/files/rsync/rsyncd.secrets /etc<br />
chmod 600 /etc/rsyncd.secrets<br />
nano /etc/default/rsync and enable<br />
/etc/init.d/rsync restart</p>
<p>SNMP</p>
<p>cp /offline/archive/common/snmpd.conf /etc/snmp</p>
<p>nano /etc/default/snmpd remove 127.0.0.1 our of config line<br />
/etc/init.d/snmpd restart<br />
SMARTD</p>
<p>cp /offline/archive/common/smartd.conf /etc/smartd.conf<br />
nano /etc/default/smartmontools<br />
start_smartd=yes<br />
/etc/init.d/smartmontools restart</p>
<p>WEBMIN</p>
<p>aptitude install libauthen-pam-perl libio-pty-perl libmd5-perl libnet-ssleay-perl<br />
dpkg -i /offline/files/webmin_1.500_all.deb</p>
<p>Wake on lan if supported</p>
<p>echo ‘ethtool -s eth0 wol g’ &gt;&gt; /etc/rc.local</p>
<p>APCUPSD<br />
cp /offline/archive/common/apcupsd.conf /etc/apcupsd<br />
nano /etc/default/apcupsd and make isconfigured=yes<br />
/etc/init.d/apcupsd restart</p>
<p>aptitude install distcc distcc-pump</p>
<p>Note: karmic has pump script problems, change line in /usr/bin/pump to</p>
<pre>/usr/lib/pymodules/python2.6/include_server/include_server.py
instead of
<pre>/usr/lib/pymodules/python2.5/include_server/include_server.py

cp /offline/archive/common/distcc/hosts /etc/distcc
cp /offline/archive/common/distcc/distcc /etc/default
</pre>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/12/30/building-mytfrontend-with-karmic-and-mythbuntu-packages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rsync over ssh to hosting account</title>
		<link>http://www.jnewcastle.com/blog/2009/12/28/rsync-over-ss-to-hosting-account</link>
		<comments>http://www.jnewcastle.com/blog/2009/12/28/rsync-over-ss-to-hosting-account#comments</comments>
		<pubDate>Mon, 28 Dec 2009 02:20:31 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=937</guid>
		<description><![CDATA[ssh-keygen -t rsa now copy that file to the hosting account and in cpanel authorize that host. Now it should work without ssh.]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: LucidaSansTypewriter,monospace;"><span style="font-size: small;"> ssh-keygen -t rsa</span></span></p>
<p><span style="font-family: LucidaSansTypewriter,monospace;"><span style="font-size: small;">now copy that file to the hosting account and in cpanel authorize that host. Now it should work without ssh.</span></span></p>
<p><span style="font-family: LucidaSansTypewriter,monospace;"><span style="font-size: small;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/12/28/rsync-over-ss-to-hosting-account/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up on hostmonster and things seem to be going great</title>
		<link>http://www.jnewcastle.com/blog/2009/12/02/up-on-hostmonster-and-things-seem-to-be-going-great</link>
		<comments>http://www.jnewcastle.com/blog/2009/12/02/up-on-hostmonster-and-things-seem-to-be-going-great#comments</comments>
		<pubDate>Wed, 02 Dec 2009 15:02:05 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=920</guid>
		<description><![CDATA[It took a few days to copy all of the files, mostly our pictures archive.  I use my hosting account for a backup of all of our pictures, along with a few copies on other drives at our house. Everything seems to be working great on the new host.  I believe they will probably load [...]]]></description>
			<content:encoded><![CDATA[<p>It took a few days to copy all of the files, mostly our pictures archive.  I use my hosting account for a backup of all of our pictures, along with a few copies on other drives at our house.</p>
<p>Everything seems to be working great on the new host.  I believe they will probably load up my current host as more clients come in, but so far the new host looks to be a dual quad core proc instead of the dual dual core proc I used to be on.  System load is next to nothing.  I do not seem to over use resources like I did every now and again on the old host.  Now to try to get the gallery fully built and happy.</p>
<p>Knowing that bluehost and hostmonster use the same resources I would have to say renewing for 3 years at hostmonster, instead of paying about the same for 1 year at bluehost was well worth the move.  Bluehost would not budge on the 7.95 a month price, but being a new customer to hostmonster I could qualify for the promotional price of 3.95 a month.  Amazing what they will do for a new customer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/12/02/up-on-hostmonster-and-things-seem-to-be-going-great/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching webhost</title>
		<link>http://www.jnewcastle.com/blog/2009/11/16/switching-webhost</link>
		<comments>http://www.jnewcastle.com/blog/2009/11/16/switching-webhost#comments</comments>
		<pubDate>Mon, 16 Nov 2009 20:39:42 +0000</pubDate>
		<dc:creator>james</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>

		<guid isPermaLink="false">http://www.jnewcastle.com/blog/?p=892</guid>
		<description><![CDATA[I am in the middle of switching from Bluehost to Hostmonster.  Yes I know they are owned and operate out of the same facility.  When it came to renew my account it was going to cost me 6.95 a month for a 3 year renewal with bluehost.  So I switched to hostmonster at the 3.95 [...]]]></description>
			<content:encoded><![CDATA[<p>I am in the middle of switching from Bluehost to Hostmonster.  Yes I know they are owned and operate out of the same facility.  When it came to renew my account it was going to cost me 6.95 a month for a 3 year renewal with bluehost.  So I switched to hostmonster at the 3.95 a month rate for 3 years.  They would not budge on giving me that rate for renewing at bluehost.  Hopefully hostmonster is just as good as bluehost has been.  So far so good.  I am on a 8 core machine instead of the old 4 core machine from what I can tell.  After I get everything moved and setup, I will post again.  Hopefully I am not breaking much in the move and reconfigure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jnewcastle.com/blog/2009/11/16/switching-webhost/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

