<?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>Albertech.net &#187; debian</title>
	<atom:link href="http://albertech.net/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://albertech.net</link>
	<description>Guides and Reviews for WordPress, PHP, MySQL, Apache, CMS Systems, jQuery, and other Technologies</description>
	<lastBuildDate>Fri, 11 May 2012 23:39:47 +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>How to Clear Debian Apt Cache</title>
		<link>http://albertech.net/2011/12/how-to-clear-debian-apt-cache/</link>
		<comments>http://albertech.net/2011/12/how-to-clear-debian-apt-cache/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 20:38:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=846</guid>
		<description><![CDATA[If you are running on a server with limited space (e.g. VPS), you might need to manually clear out the Debian apt cache via this command:
<strong><code>apt-get clean</code></strong>

Or, keep the current version of the software:
<strong><code>apt-get autoclean</code></strong>

This will clean the files stored in:
/var/cache/apt/archives/]]></description>
		<wfw:commentRss>http://albertech.net/2011/12/how-to-clear-debian-apt-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Debian Lenny to Squeeze with MySQL for row-based-replication</title>
		<link>http://albertech.net/2011/10/upgrading-debian-lenny-to-squeeze-with-mysql-for-row-based-replication/</link>
		<comments>http://albertech.net/2011/10/upgrading-debian-lenny-to-squeeze-with-mysql-for-row-based-replication/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 22:46:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql 5.1]]></category>
		<category><![CDATA[row replication]]></category>
		<category><![CDATA[squeeze]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=820</guid>
		<description><![CDATA[<img src="http://albertech.net/wp-content/uploads/2011/01/debian.jpg"><br />

I completed an upgrade of Debian Lenny to Squeeze on a production database server over the weekend. It went quite well and I had zero downtime thanks to my secondary database servers running in-place. One of the biggest benefits to running Squeeze is that MySQL runs at version 5.1.49. Lenny only supports up to MySQL 5.0.

Row-based-replication is safer to replicate data to other servers since all changes are replicated. Prior to MySQL 5.1.14, updates to the mySQL database were not replicated. They were updated via statements (e.g. GRANT, REVOKE). This can potentially cause data-consistency between the master and ... ]]></description>
		<wfw:commentRss>http://albertech.net/2011/10/upgrading-debian-lenny-to-squeeze-with-mysql-for-row-based-replication/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tomcat 5.5 installation on Debian, fix for webapps</title>
		<link>http://albertech.net/2009/06/tomcat-debian-webapps-install/</link>
		<comments>http://albertech.net/2009/06/tomcat-debian-webapps-install/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 21:36:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tomcat]]></category>
		<category><![CDATA[CAS]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[webapps]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=198</guid>
		<description><![CDATA[I've been starting work on getting JASIG CAS (Central Authentication Server) to work with all my applications. One of the requirements for JASIG is that it needs to run on Apache Tomcat. Following the instructions on http://www.debianadmin.com/how-to-setup-apache-tomcat-55-on-debian-etch.html  I was able to get the basics running on the Tomcat 5.5 server. However, I did encounter issues when trying to add in a *.WAR application to the server. I copied the files in the correct place /var/lib/tomcat5.5/webapps but for some reason the files weren't getting deployed. I figured out the simple fix for getting these applications to work in the webapps folder:]]></description>
		<wfw:commentRss>http://albertech.net/2009/06/tomcat-debian-webapps-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian: fixing GPG error on apt-get update</title>
		<link>http://albertech.net/2009/06/debian-fixing-gpg-error-on-apt-get-update/</link>
		<comments>http://albertech.net/2009/06/debian-fixing-gpg-error-on-apt-get-update/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 22:14:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gpg error]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=179</guid>
		<description><![CDATA[<strong>If you get a GPG error when doing an apt-get update</strong>, here's the quickest way to fix it.The error message looks similar to:
<blockquote>W: GPG error: http://security.debian.org etch/updates Release:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY XXXXXXXXXXX: There is no public key available for the following key IDs: W: You may want to run apt-get update to correct these problems</blockquote>
By default, it says "You may want to run apt-get update to correct these problems". The problem is, apt-get update doesn't fix the keys automagically. To fix, you will need to update the debian keyring by ... ]]></description>
		<wfw:commentRss>http://albertech.net/2009/06/debian-fixing-gpg-error-on-apt-get-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debian on VMWARE: Installing VMWare Tools</title>
		<link>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/</link>
		<comments>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/#comments</comments>
		<pubDate>Fri, 15 May 2009 21:54:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[install vmware tools]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=164</guid>
		<description><![CDATA[<strong>Why install VMWARE Tools?
</strong>Improved display support with SVGA driver
Cut and paste from host onto the VMWare guest
Automation of guest operating system commands
Sync time
Shrinking disk space
Startup and shutdown scripts

<strong>In order to install VMWARE tools on Debian, you will need to make sure you have the package "linux-headers-[kernel version]" installed.</strong>

If not, you will get a prompt during the configuration asking for the path of the C header files.

To find the version of your kernel, type in:
<strong>uname -a</strong>

It should say something like Linux infomine 2.6.26-2-amd64 (with your current CPU architecture at the end)

****
NOTE: Do this at your own risk. If you put the ... ]]></description>
		<wfw:commentRss>http://albertech.net/2009/05/debian-on-vmware-installing-vmware-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian on VMWARE: Troubleshoot Network</title>
		<link>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/</link>
		<comments>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/#comments</comments>
		<pubDate>Tue, 12 May 2009 00:50:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[clone network]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=162</guid>
		<description><![CDATA[Ever change the Network MAC address setting in VMWARE and you can't get the network to work?

Here's a quick how-to on changing the MAC address on a Linux VM. This is useful if you want to clone an existing machine and want to have both machines running with network at the same time. I am using VMWARE Server 2.0. (free version)
]]></description>
		<wfw:commentRss>http://albertech.net/2009/05/debian-on-vmware-troubleshoot-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian: Broken grub after Lenny upgrade</title>
		<link>http://albertech.net/2009/05/debian-broken-grub-after-lenny-upgrade/</link>
		<comments>http://albertech.net/2009/05/debian-broken-grub-after-lenny-upgrade/#comments</comments>
		<pubDate>Fri, 01 May 2009 10:49:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[lenny upgrade]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=156</guid>
		<description><![CDATA[I've done multiple Debain upgrades from Etch to Lenny and have noticed there are some issues with grub breaking. The upgrade somehow puts the wrong hard drive information in the default grub file. Here's some recommendations on how to perform the Lenny upgrade]]></description>
		<wfw:commentRss>http://albertech.net/2009/05/debian-broken-grub-after-lenny-upgrade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>KDE: How to fix &#8220;No greeter widget plugin loaded&#8221; error</title>
		<link>http://albertech.net/2009/04/kde-how-to-fix-no-greeter-widget-plugin-loaded-error/</link>
		<comments>http://albertech.net/2009/04/kde-how-to-fix-no-greeter-widget-plugin-loaded-error/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 21:38:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[greeter widget]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=142</guid>
		<description><![CDATA[I was helping one of the staff today with their Debian setup. KDE somehow broke after they did an apt-get update. Turns out there must have been like 40-50 packages that must have been in the update and thus one of them broke during the upgrade.

Upon startup, there was a unique error message that came up with KDE during the startup phase -- "No greeter widget plugin loaded. Check the configuration." with an OK box. Clicking the OK box would lead to KDE exiting to shell. Reinstalling kdm had no effect. The fix? Read the article to see...]]></description>
		<wfw:commentRss>http://albertech.net/2009/04/kde-how-to-fix-no-greeter-widget-plugin-loaded-error/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Awstats setup in Debian</title>
		<link>http://albertech.net/2009/01/awstats-debiansetup/</link>
		<comments>http://albertech.net/2009/01/awstats-debiansetup/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 03:05:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[awstats]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[geoIP]]></category>

		<guid isPermaLink="false">http://albertech.net/?p=65</guid>
		<description><![CDATA[<strong>Installing awstats in Debian with GeoIP caching
</strong>

<strong>First, use apt-get to get the software:</strong>

apt-get install awstats

<strong>Configure awstats:</strong>
Instead of using the awstats configure tool (written in Perl), manually add in the awstats Apache configuration. Using the <a href="http://www.debuntu.org/2006/04/21/33-how-to-setting-up-awstats-with-apache-2-on-debianubuntu">tutorial from debuntu</a>, make a file inside your apache config folder called awstats.conf with the following lines.

<code>Alias /awstatsclasses "/usr/share/awstats/lib/"
Alias /awstats-icon/ "/usr/share/awstats/icon/"
Alias /awstatscss "/usr/share/doc/awstats/examples/css"
Options ExecCGI -MultiViews +SymLinksIfOwnerMatch</code>

<strong>Inside the Apache2.conf file (or virtual host conf file inside the sites-available folder) add this to the end of the file:</strong>

<code>Include /etc/apache2/awstats.conf</code>

<strong>Next, copy the /usr/lib/cgi-bin/awstats.pl file to the apache cgi-bin folder.</strong> If you have virtual hosts enabled, copy it to ... ]]></description>
		<wfw:commentRss>http://albertech.net/2009/01/awstats-debiansetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

