<?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>sourcode &#187; linux</title>
	<atom:link href="http://sourcode.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://sourcode.net</link>
	<description>There is something about me.</description>
	<lastBuildDate>Wed, 11 Jan 2012 18:39:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>CentOS6 and scp</title>
		<link>http://sourcode.net/centos6-and-scp/</link>
		<comments>http://sourcode.net/centos6-and-scp/#comments</comments>
		<pubDate>Wed, 31 Aug 2011 07:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1226</guid>
		<description><![CDATA[หลังจากที่ลง CentOS6 แบบ minimal จะพบว่า เราใช้คำสั่ง scp ไม่ได้ &#8230;. bash: scp: command not found lost connection แก้ไขโดยการ ติดตั้ง openssh-clients yum install openssh-clients]]></description>
			<content:encoded><![CDATA[<p>หลังจากที่ลง CentOS6 แบบ minimal จะพบว่า เราใช้คำสั่ง scp ไม่ได้ &#8230;.</p>
<blockquote><p>bash: scp: command not found<br />
lost connection</p></blockquote>
<p>แก้ไขโดยการ ติดตั้ง openssh-clients</p>
<blockquote><p>yum install openssh-clients</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/centos6-and-scp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>guru</title>
		<link>http://sourcode.net/guru/</link>
		<comments>http://sourcode.net/guru/#comments</comments>
		<pubDate>Mon, 23 May 2011 05:03:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1180</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://sourcode.net/wp-content/uploads/2011/05/Screen-shot-2011-05-23-at-12.01.34-PM.png"><img class="alignnone size-full wp-image-1181" title="Screen shot 2011-05-23 at 12.01.34 PM" src="http://sourcode.net/wp-content/uploads/2011/05/Screen-shot-2011-05-23-at-12.01.34-PM.png" alt="" width="732" height="658" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/guru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debian squeeze + redmine + nginx phusion passenger</title>
		<link>http://sourcode.net/debian-squeeze-redmine-nginx-phusion-passenger/</link>
		<comments>http://sourcode.net/debian-squeeze-redmine-nginx-phusion-passenger/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 20:54:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[gems]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[redmine]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1139</guid>
		<description><![CDATA[SYSTEM Debian squeeze Ruby 1.8.7 Rails 2.3.5 Rack 1.0.1 Redmine 1.1.2 How-to # aptitude install build-essential ruby1.8 ruby1.8-dev irb1.8 rdoc1.8 zlib1g-dev libruby libssl-dev libpq-dev subversion rubygems libcurl4-openssl-dev rake libmysqlclient-dev librmagick-ruby # ruby1.8 -v ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux] # gem -v 1.3.7 # gem install -v=1.0.1 rack # gem install fastthread # gem install [...]]]></description>
			<content:encoded><![CDATA[<h2>SYSTEM</h2>
<ul>
<li>Debian squeeze</li>
<li>Ruby 1.8.7</li>
<li>Rails 2.3.5</li>
<li>Rack 1.0.1</li>
<li>Redmine 1.1.2</li>
</ul>
<h2>How-to</h2>
<p># aptitude install build-essential ruby1.8 ruby1.8-dev irb1.8 rdoc1.8 zlib1g-dev libruby libssl-dev libpq-dev subversion rubygems  libcurl4-openssl-dev rake libmysqlclient-dev librmagick-ruby</p>
<p># ruby1.8 -v<br />
ruby 1.8.7 (2010-08-16 patchlevel 302) [i486-linux]</p>
<p># gem -v<br />
1.3.7</p>
<p># gem install -v=1.0.1 rack<br />
# gem install fastthread<br />
# gem install -v=2.3.5 rails<br />
# gem install -v=0.4.2 i18n<br />
# gem install mysql</p>
<p># ln -s /usr/bin/ruby1.8 /usr/bin/ruby<br />
# ln -s /usr/bin/irb1.8 /usr/bin/irb</p>
<p># cd /usr/src</p>
<p># wget http://rubyforge.org/frs/download.php/74605/passenger-3.0.6.tar.gz<br />
# tar xvzf passenger-3.0.6.tar.gz<br />
# cd passenger-3.0.6/bin<br />
# ./passenger-install-nginx-module</p>
<p>Press Enter<br />
Press 1<br />
Press Enter</p>
<p># nano /etc/init.d/nginx</p>
<p>#!/bin/sh<br />
### BEGIN INIT INFO<br />
# Provides:          nginx<br />
# Required-Start:    $all<br />
# Required-Stop:     $all<br />
# Default-Start:     2 3 4 5<br />
# Default-Stop:      0 1 6<br />
# Short-Description: starts the nginx web server<br />
# Description:       starts nginx using start-stop-daemon<br />
### END INIT INFO<br />
PATH=/opt/nginx/sbin:/sbin:/bin:/usr/sbin:/usr/bin<br />
DAEMON=/opt/nginx/sbin/nginx<br />
NAME=nginx<br />
DESC=nginx<br />
test -x $DAEMON || exit 0<br />
# Include nginx defaults if available<br />
if [ -f /etc/default/nginx ] ; then<br />
. /etc/default/nginx<br />
fi<br />
set -e<br />
case &#8220;$1&#8243; in<br />
start)<br />
echo -n &#8220;Starting $DESC: &#8221;<br />
start-stop-daemon &#8211;start &#8211;quiet &#8211;pidfile /opt/nginx/logs/$NAME.pid \<br />
&#8211;exec $DAEMON &#8212; $DAEMON_OPTS<br />
echo &#8220;$NAME.&#8221;<br />
;;<br />
stop)<br />
echo -n &#8220;Stopping $DESC: &#8221;<br />
start-stop-daemon &#8211;stop &#8211;quiet &#8211;pidfile /opt/nginx/logs/$NAME.pid \<br />
&#8211;exec $DAEMON<br />
echo &#8220;$NAME.&#8221;<br />
;;<br />
restart|force-reload)<br />
echo -n &#8220;Restarting $DESC: &#8221;<br />
start-stop-daemon &#8211;stop &#8211;quiet &#8211;pidfile \<br />
/opt/nginx/logs/$NAME.pid &#8211;exec $DAEMON<br />
sleep 1<br />
start-stop-daemon &#8211;start &#8211;quiet &#8211;pidfile \<br />
/opt/nginx/logs/$NAME.pid &#8211;exec $DAEMON &#8212; $DAEMON_OPTS<br />
echo &#8220;$NAME.&#8221;<br />
;;<br />
reload)<br />
echo -n &#8220;Reloading $DESC configuration:&#8221;<br />
start-stop-daemon &#8211;stop &#8211;signal HUP &#8211;quiet &#8211;pidfile /opt/nginx/logs/$NAME.pid \<br />
&#8211;exec $DAEMON<br />
echo &#8220;$NAME.&#8221;<br />
;;<br />
*)<br />
N=/etc/init.d/$NAME<br />
echo &#8220;Usage: $N {start|stop|restart|reload|force-reload}&#8221; &gt;&amp;2<br />
exit 1<br />
;;<br />
esac<br />
exit 0</p>
<p># chmod +x /etc/init.d/nginx<br />
# /usr/sbin/update-rc.d -f nginx defaults</p>
<p># cd /usr/src<br />
# wget http://rubyforge.org/frs/download.php/74419/redmine-1.1.2.tar.gz<br />
# tar xvzf redmine-1.1.2.tar.gz<br />
# cd redmine-1.1.2</p>
<p># mysql -u root -p<br />
Enter password:</p>
<p>mysql&gt; create database redmine character set utf8;<br />
mysql&gt; create user &#8216;redmine&#8217;@'localhost&#8217; identified by &#8216;my_password&#8217;;<br />
mysql&gt; grant all privileges on redmine.* to &#8216;redmine&#8217;@'localhost&#8217;;</p>
<p># cp /usr/src/redmine-1.1.2/config/database.yml.example /usr/src/redmine-1.1.2/config/database.yml</p>
<p># nano database.yml</p>
<blockquote><p>production:<br />
adapter: mysql<br />
database: redmine<br />
host: localhost<br />
username: redmine<br />
password: my_password<br />
encoding: utf8</p></blockquote>
<h2></h2>
<h2>####### SECURITY #####</h2>
<p># adduser redmine</p>
<p># cd /usr/src/redmine-1.1.2/</p>
<p># chown -R redmine:redmine *</p>
<p># chmod -R 755 files log tmp public/plugin_assets</p>
<p>&nbsp;</p>
<h2>DEPLOY</h2>
<p># rake generate_session_store<br />
# RAILS_ENV=production rake db:migrate<br />
# RAILS_ENV=production rake redmine:load_default_data</p>
<p># nano /opt/nginx/conf/nginx.conf</p>
<blockquote><p>user  redmine;</p>
<p>&#8230;.</p>
<p>location / {<br />
root   /usr/src/redmine-1.1.2/public;<br />
index  index.html index.htm;<br />
passenger_enabled on;<br />
}</p>
<p>&#8230;&#8230;</p>
<p>server_name sourcode.net;</p></blockquote>
<p># /etc/init.d/nginx start</p>
<p>&nbsp;</p>
<h2>Mail</h2>
<p># cd /usr/src/redmine-1.1.2<br />
# cp config/email.yml.example config/email.yml<br />
# nano email.yml</p>
<blockquote><p>production:<br />
delivery_method: :smtp<br />
smtp_settings:<br />
tls: true<br />
address: &#8220;smtp.gmail.com&#8221;<br />
port: 587<br />
domain: &#8220;example.com&#8221;<br />
authentication: :plain<br />
user_name: &#8220;robots@example.com&#8221;<br />
password: password</p></blockquote>
<p>credit :<br />
<a href="http://wiki.nginx.org/RedHatNginxInitScript">http://wiki.nginx.org/RedHatNginxInitScript</a><br />
<a href="http://articles.slicehost.com/2008/5/13/ubuntu-hardy-adding-an-nginx-init-script">http://articles.slicehost.com/2008/5/13/ubuntu-hardy-adding-an-nginx-init-script</a><br />
<a href="https://apps.education.ucsb.edu/w/index.php?title=Redmine/setup&amp;oldid=7943">https://apps.education.ucsb.edu/w/index.php?title=Redmine/setup&amp;oldid=7943</a><br />
<a href="http://www.ryannagle.net/2010/10/24/how-to-redmine-and-gitosis-with-nginx-passenger-and-ubuntu-part-3/">http://www.ryannagle.net/2010/10/24/how-to-redmine-and-gitosis-with-nginx-passenger-and-ubuntu-part-3/</a><br />
<a href="http://www.minoraddition.com/2010/12/10/redmine-installation-on-ubuntu-10-04/">http://www.minoraddition.com/2010/12/10/redmine-installation-on-ubuntu-10-04/</a><br />
<a href="http://wiki.huihoo.com/wiki/Redmine">http://wiki.huihoo.com/wiki/Redmine</a><br />
<a href="http://www.kelvinwong.ca/2010/04/28/sending-redmine-mail-via-google-apps-hosted-gmail/">http://www.kelvinwong.ca/2010/04/28/sending-redmine-mail-via-google-apps-hosted-gmail/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/debian-squeeze-redmine-nginx-phusion-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asterisk, Vtiger and hylafax on Debian lenny</title>
		<link>http://sourcode.net/asterisk-vtiger-and-hylafax-on-debian-lenny/</link>
		<comments>http://sourcode.net/asterisk-vtiger-and-hylafax-on-debian-lenny/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 03:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[vtiger]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1081</guid>
		<description><![CDATA[Debian lenny # lspci &#8230; 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01) 04:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10) 04:02.0 Non-VGA unclassified device: Motorola Wildcard X100P # cat /etc/apt/sources.list deb ftp://ftp.debianclub.org/debian lenny main contrib non-free deb http://security.debian.org/ lenny/updates main # aptitude update ; aptitude upgrade [...]]]></description>
			<content:encoded><![CDATA[<h1>Debian lenny</h1>
<p># lspci<br />
&#8230;<br />
01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 01)<br />
04:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)<br />
04:02.0 Non-VGA unclassified device: Motorola Wildcard X100P</p>
<div># cat /etc/apt/sources.list</div>
<div id="_mcePaste">deb ftp://ftp.debianclub.org/debian lenny main contrib non-free</div>
<div id="_mcePaste">deb http://security.debian.org/ lenny/updates main</div>
<div># aptitude update ; aptitude upgrade -y</div>
<h1>Asterisk 1.8</h1>
<div style="font-family: Ubuntu, UbuntuBeta !important;"># aptitude install <span style="font-family: Helvetica; line-height: normal; font-size: 12px;">bison ncurses-dev libssl-dev zlib1g-dev initrd-tools cvs procps libxml2-dev make build-essential linux-headers-$(uname -r) -y</span></div>
<p>1. LibPri<br />
# cd /usr/src<br />
/usr/src# wget <span style="font-family: Helvetica; line-height: normal; font-size: 12px;">http://downloads.asterisk.org/pub/telephony/libpri/releases/libpri-1.4.11.5.tar.gz</span><br />
/usr/src# tar xvzf libpri-1.4.11.5.tar.gz<span style="font-family: Helvetica; line-height: normal; font-size: 12px;"><br />
<span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;">/usr/src# cd libpri-1.4.11.5<br />
</span><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; font-size: 13px; line-height: 19px;">/usr/src/</span></span>libpri-1.4.11.5# make<br />
/usr/src/libpri-1.4.11.5# make install<br />
/usr/src/libpri-1.4.11.5# make install</p>
<p>2. DAHDI<br />
# cd /usr/src<br />
/usr/src# wget <span style="font-family: Helvetica; line-height: normal; font-size: 12px;">http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/releases/dahdi-linux-complete-2.4.0+2.4.0.tar.gz<br />
</span>/usr/src# tar xvzf dahdi-linux-complete-2.4.0+2.4.0.tar.gz<br />
/usr/src# cd dahdi-linux-complete-2.4.0+2.4.0<br />
/usr/src/<span style="font-family: Helvetica; line-height: normal; font-size: 12px;">dahdi-linux-complete-2.4.0+2.4.0</span># make<br />
/usr/src/<span style="font-family: Helvetica; line-height: normal; font-size: 12px;">dahdi-linux-complete-2.4.0+2.4.0</span># make install<br />
/usr/src/<span style="font-family: Helvetica; line-height: normal; font-size: 12px;">dahdi-linux-complete-2.4.0+2.4.0</span># make config</p>
<p>3. Asterisk<br />
# cd /usr/src<br />
/usr/src# wget <span style="font-family: Helvetica; line-height: normal; font-size: 12px;">http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-1.8.2.2.tar.gz</span><br />
/usr/src# tar xvzf asterisk-1.8.2.2.tar.gz<br />
/usr/src# cd asterisk-1.8.2.2<br />
/usr/src/asterisk-1.8.2.2# ./configure<br />
/usr/src/asterisk-1.8.2.2# make<br />
/usr/src/asterisk-1.8.2.2# make install<br />
/usr/src/asterisk-1.8.2.2# make samples<br />
/usr/src/asterisk-1.8.2.2# make config</p>
<p># dahdi_genconf<br />
#  dahdi_cfg -vv</p>
<p>asterickvtiger*CLI&gt; core show version<br />
Asterisk 1.8.2.2 built by root @ astiger on a i686 running Linux on 2011-01-25 10:22:42 UTC</p>
<h1>Vtiger</h1>
<p>vtiger CRM 5.2.1<br />
# aptitude install binutils cpp flex gcc  libarchive-zip-perl libc6-dev libcompress-zlib-perl libpcre3 libpopt-dev lynx m4 make  ncftp nmap openssl perl perl-modules unzip zip zlib1g-dev autoconf automake1.9 libtool bison autotools-dev gcc libpng12-dev libjpeg62-dev libfreetype6-dev libssl-dev libxml2-dev libxml2 php5-mysql php5-imap php5-gd unzip php5 apache2 mysql-server libapache2-mod-auth-mysql  libapache2-mod-php5 php5-cli php5-common php5-cgi -y<br />
# nano /etc/php5/conf.d/vtiger.ini<br />
insert</p>
<p>; vTiger PHP configuration.<br />
safe_mode                       = off<br />
memory_limit                    = 64M<br />
max_execution_time              = 600<br />
output_buffering                = On<br />
post_max_size                   = 18M<br />
upload_max_filesize             = 10M<br />
allow_call_time_pass_reference  = On<br />
error_reporting                 = E_WARNING &amp; ~E_NOTICE<br />
; Unsecure vtiger recommendations.<br />
; display_errors = On<br />
; error_reporting = E_WARNING &amp; ~E_NOTICE &amp; ~E_DEPRECATED<br />
; log_errors = Off</p>
<p># mysql -u root -p</p>
<p>mysql&gt; CREATE DATABASE vtiger DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;<br />
mysql&gt; GRANT ALL ON vtiger.* TO &#8216;vtigeruser&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;YourPassword&#8217;;</p>
<p># cd /var/www<br />
/var/www# wget &#8220;http://sourceforge.net/projects/vtigercrm/files/vtiger%20CRM%205.2.1/Core%20Product/vtigercrm-5.2.1.tar.gz/download&#8221;<br />
/var/www# tar xvzf vtigercrm-5.2.1.tar.gz<br />
/var/www# rm index.html<br />
/var/www# mv vtigercrm/* .<br />
/var/www# chown -R www-data:www-data /var/www/<br />
/var/www# /etc/init.d/apache2 restart</p>
<p>Now open your browser and point to your ip-address or domain name <img src='http://sourcode.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h1>Hylafax</h1>
<p>กำลังเขียน</p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/asterisk-vtiger-and-hylafax-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>amanda 3.2 on debian lenny</title>
		<link>http://sourcode.net/amanda-3-2-on-debian-lenny/</link>
		<comments>http://sourcode.net/amanda-3-2-on-debian-lenny/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 03:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[amanda]]></category>
		<category><![CDATA[debian]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1082</guid>
		<description><![CDATA[# aptitide update ; aptitude upgrade -y # wget http://www.zmanda.com/downloads/community/Amanda/3.2.0/Debian-5.0/amanda-backup-server_3.2.0-1Debian50_i386.deb # aptitude install ca-certificates xinetd gnuplot gnuplot-nox libcurl3 libglib2.0-0 # dpkg -i amanda-backup-server_3.2.0-1Debian50_i386.deb (Reading database &#8230; 21819 files and directories currently installed.) Preparing to replace amanda-backup-server 3.2.0-1Debian50 (using amanda-backup-server_3.2.0-1Debian50_i386.deb) &#8230; Nov 22 2010 10:04:57: Preparing to install Amanda Nov 22 2010 10:04:57: Checking for amandabackup [...]]]></description>
			<content:encoded><![CDATA[<p># aptitide update ; aptitude upgrade -y<br />
# wget http://www.zmanda.com/downloads/community/Amanda/3.2.0/Debian-5.0/amanda-backup-server_3.2.0-1Debian50_i386.deb<br />
# aptitude install ca-certificates xinetd gnuplot gnuplot-nox libcurl3 libglib2.0-0<br />
# dpkg -i amanda-backup-server_3.2.0-1Debian50_i386.deb</p>
<p>(Reading database &#8230; 21819 files and directories currently installed.)<br />
Preparing to replace amanda-backup-server 3.2.0-1Debian50 (using amanda-backup-server_3.2.0-1Debian50_i386.deb) &#8230;<br />
Nov 22 2010 10:04:57: Preparing to install Amanda<br />
Nov 22 2010 10:04:57: Checking for amandabackup user&#8230;<br />
Nov 22 2010 10:04:57:<br />
Nov 22 2010 10:04:57:  The Amanda backup software is configured to operate as the<br />
Nov 22 2010 10:04:57:  user &#8216;amandabackup&#8217;.  This user exists on your system and has not<br />
Nov 22 2010 10:04:57:  been modified.  To ensure that Amanda functions properly,<br />
Nov 22 2010 10:04:57:  please see that the following parameters are set for that<br />
Nov 22 2010 10:04:57:  user.:<br />
Nov 22 2010 10:04:57:<br />
Nov 22 2010 10:04:57:  SHELL:          /bin/sh<br />
Nov 22 2010 10:04:57:  HOME:           /var/lib/amanda<br />
Nov 22 2010 10:04:57:  Default group:  disk<br />
Nov 22 2010 10:04:57:  Verifying amandabackup user parameters :<br />
Nov 22 2010 10:04:57:  Verified group name of user &#8216;amandabackup&#8217;<br />
Nov 22 2010 10:04:57:<br />
Nov 22 2010 10:04:57:  Checking ownership of &#8216;/var/lib/amanda&#8217;&#8230; correct.<br />
Nov 22 2010 10:04:57:<br />
Nov 22 2010 10:04:57: === Amanda installation started. === Unpacking replacement amanda-backup-server &#8230;<br />
Setting up amanda-backup-server (3.2.0-1Debian50) &#8230;<br />
Nov 22 2010 10:04:59: Installing &#8216;/var/amanda/amandates&#8217;.<br />
Nov 22 2010 10:04:59: Ensuring correct permissions for &#8216;/var/amanda/amandates&#8217;.<br />
Nov 22 2010 10:04:59: Ensuring correct permissions for &#8216;/tmp/amanda&#8217;.<br />
Nov 22 2010 10:04:59: Checking &#8216;/var/lib/amanda/.am_passphrase&#8217; file.<br />
Nov 22 2010 10:04:59: Installing &#8216;/var/lib/amanda/.gnupg&#8217;.<br />
Nov 22 2010 10:04:59: Ensuring correct permissions for &#8216;/var/lib/amanda/.gnupg&#8217;.<br />
Nov 22 2010 10:04:59: Checking &#8216;/var/lib/amanda/.amandahosts&#8217; file.<br />
Nov 22 2010 10:04:59: Setting ownership and permissions for &#8216;/var/lib/amanda/.ssh&#8217; and /var/lib/amanda/.ssh/id_rsa_amdump*&#8217;<br />
Nov 22 2010 10:04:59: Setting permissions for &#8216;/var/lib/amanda/.ssh&#8217;<br />
Nov 22 2010 10:04:59: Checking for &#8216;/var/lib/amanda/.profile&#8217; and ensuring correct environment.<br />
Nov 22 2010 10:04:59: Setting ownership and permissions for &#8216;/var/lib/amanda/.profile&#8217;<br />
Nov 22 2010 10:04:59: === Amanda backup server installation complete. === Processing triggers for man-db &#8230;</p>
<p>and follow from this wiki<br />
<a href="http://www.zmanda.com/quick-backup-setup.html">http://www.zmanda.com/quick-backup-setup.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/amanda-3-2-on-debian-lenny/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ubuntuclub help desk [chapter:11]</title>
		<link>http://sourcode.net/ubuntuclub-help-desk-chapter11/</link>
		<comments>http://sourcode.net/ubuntuclub-help-desk-chapter11/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 03:03:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=1076</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img alt="" src="http://img17.imageshack.us/img17/6835/screenshotin.png" title="irc ubuntu" class="alignnone" width="662" height="241" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/ubuntuclub-help-desk-chapter11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>วิธีป้องกัน virus แบบ 100%</title>
		<link>http://sourcode.net/how-to-protect-computer-from-virus/</link>
		<comments>http://sourcode.net/how-to-protect-computer-from-virus/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 06:53:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[how-to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=967</guid>
		<description><![CDATA[Rule 1: USE COMMON SENSE Rule 2: USE COMMON SENSE Rule 3: See rule 1 Rule 4: See rule 3 หรือ ใช้ ubuntu ubuntu.com ubuntuclub.com]]></description>
			<content:encoded><![CDATA[<p>Rule 1: USE COMMON SENSE<br />
Rule 2: USE COMMON SENSE<br />
Rule 3: See rule 1<br />
Rule 4: See rule 3</p>
<p>หรือ ใช้ ubuntu<br />
<a href="http://www.ubuntu.com">ubuntu.com</a><br />
<a href="http://www.ubuntuclub.com">ubuntuclub.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/how-to-protect-computer-from-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux ext4 benchmark results</title>
		<link>http://sourcode.net/linux-ext4-benchmark-results/</link>
		<comments>http://sourcode.net/linux-ext4-benchmark-results/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:45:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[ext4]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=910</guid>
		<description><![CDATA[Google is currently in the middle of upgrading from ext2 to a more up to date file system. We ended up choosing ext4. This thread touches upon many of the issues we wrestled with, so I thought it would be interesting to share. We should be sending out more details soon. The driving performance reason [...]]]></description>
			<content:encoded><![CDATA[<blockquote>
<pre style="white-space: pre-wrap;">Google is currently in the middle of upgrading from ext2 to a more up
to date file system. We ended up choosing ext4. This thread touches
upon many of the issues we wrestled with, so I thought it would be
interesting to share. We should be sending out more details soon.

The driving performance reason to upgrade is that while ext2 had been "good
enough" for a very long time the metadata arrangement on a stale file
system was leading to what we call "read inflation". This is where we
end up doing many seeks to read one block of data. In general latency
from poor block allocation was causing performance hiccups.

We spent a lot of time with unix standard benchmarks (dbench, compile
bench, et al) on xfs, ext4, jfs to try to see which one was going to
perform the best. In the end we mostly ended up using the benchmarks
to validate our assumptions and do functional testing. Larry is
completely right IMHO. These benchmarks were instrumental in helping
us understand how the file systems worked in controlled situations and
gain confidence from our customers.

For our workloads we saw ext4 and xfs as "close enough" in performance
in the areas we cared about. The fact that we had a much smoother
upgrade path with ext4 clinched the deal. The only upgrade option we
have is online. ext4 is already moving the bottleneck away from the
storage stack for some of our most intensive applications.

It was not until we moved from benchmarks to customer workload that we
were able to make detailed performance comparisons and find bugs in
our implementation.

"Iterate often" seems to be the winning strategy for SW dev. But when
it involves rebooting a cloud of systems and making a one way
conversion of their data it can get messy. That said I see benchmarks
as tools to build confidence before running traffic on redundant live
systems.

mrubin

PS for some reason "dbench" holds mythical power over many folks I
have met. They just believe it's the most trusted and standard
benchmark for file systems. In my experience it often acts as a random
number generator. It has found some bugs in our code as it exercises
the VFS layer very well.</pre>
</blockquote>
<pre style="white-space: pre-wrap;"></pre>
<pre style="white-space: pre-wrap;">via : <a href="http://lists.openwall.net/linux-ext4/2010/01/04/8">http://lists.openwall.net/linux-ext4/2010/01/04/8</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/linux-ext4-benchmark-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS Memory Requirements</title>
		<link>http://sourcode.net/os-memory-requirements/</link>
		<comments>http://sourcode.net/os-memory-requirements/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 01:40:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[os]]></category>

		<guid isPermaLink="false">http://sourcode.net/os-memory-requirements/</guid>
		<description><![CDATA[OS Required / Realistic Ubuntu (full Gnome) 384 MB / 512 MB Xubuntu 192 MB / 256 MB Windows XP 64 MB / 128 MB Windows Vista Home Basic 512 MB Windows Vista (Other) 1 GB Windows 7 32 bit 1 GB Windows 7 64 bit 2 GB Win 7 requirements http://www.microsoft.com/windows/windows-7/get/system-requirements.aspx Win xp requirements [...]]]></description>
			<content:encoded><![CDATA[<p style="clear: both">
<p style="clear: both"><!--   --></p>
<p style="clear: both">
<table border="1" cellspacing="0" cellpadding="4" width="100%" bordercolor="#000000">
<col width="85*"></col>
<col width="171*"></col>
<tbody>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">OS</p>
</td>
<td width="67%">
<p style="clear: both">Required / Realistic</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Ubuntu (full Gnome)</p>
</td>
<td width="67%">
<p style="clear: both">384 MB / 512 MB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Xubuntu</p>
</td>
<td width="67%">
<p style="clear: both">192 MB / 256 MB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Windows XP</p>
</td>
<td width="67%">
<p style="clear: both">64 MB / 128 MB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Windows Vista Home Basic</p>
</td>
<td width="67%">
<p style="clear: both">512 MB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Windows Vista (Other)</p>
</td>
<td width="67%">
<p style="clear: both">1 GB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Windows 7 32 bit</p>
</td>
<td width="67%">
<p style="clear: both">1 GB</p>
</td>
</tr>
<tr valign="TOP">
<td width="33%">
<p style="clear: both">Windows 7 64 bit</p>
</td>
<td width="67%">
<p style="clear: both">2 GB</p>
</td>
</tr>
</tbody>
</table>
<p style="clear: both">
<p style="clear: both"><!--    --></p>
<p style="clear: both">Win 7 requirements <a href="http://www.microsoft.com/windows/windows-7/get/system-requirements.aspx" target="_blank">http://www.microsoft.com/windows/windows-7/get/system-requirements.aspx</a><br />
Win xp requirements <a href="http://support.microsoft.com/kb/314865" target="_blank">http://support.microsoft.com/kb/314865</a><br />
Ubuntu requirements <a href="https://help.ubuntu.com/community/Installation/SystemRequirements" target="_blank">https://help.ubuntu.com/community/Installation/SystemRequirements</a><br />
Win Vista requirements <a href="https://help.ubuntu.com/community/Installation/SystemRequirements" target="_blank">http://www.microsoft.com/windows/windows-vista/get/system-requirements.aspx</a></p>
<p style="clear: both">
<p><br class="final-break" style="clear: both" /></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/os-memory-requirements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>linux</title>
		<link>http://sourcode.net/linux-2/</link>
		<comments>http://sourcode.net/linux-2/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 17:05:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cool]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[wtf]]></category>

		<guid isPermaLink="false">http://sourcode.net/?p=816</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://img208.imageshack.us/img208/7822/ishackimagev.jpg"><img alt="" src="http://img208.imageshack.us/img208/7822/ishackimagev.jpg" title="linux" class="alignnone" width="480" height="640" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://sourcode.net/linux-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

