


<?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>Walnutz &#187; servers</title>
	<atom:link href="http://blog.walnutz.net/tag/servers/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.walnutz.net</link>
	<description>Walnutz</description>
	<lastBuildDate>Wed, 10 Feb 2010 17:50:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove www from URL address with .htaccess</title>
		<link>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html</link>
		<comments>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html#comments</comments>
		<pubDate>Tue, 16 Dec 2008 02:06:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Internet Resources]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[.htaccess file]]></category>
		<category><![CDATA[.htaccess files]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[address]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[host server]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[hosting server]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[msn]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server host]]></category>
		<category><![CDATA[server hosting]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[url address]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web host]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web server]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=1</guid>
		<description><![CDATA[Sometimes when we typing www.website.com then the URLs automaticly turn into website.com (without www). Its a good idea for some people who wants to avoid redundant indexed address between www.website.com and website.com in search engine like Google or others.
To do this is so simple with .htaccess file if your host server can suppot it, but [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes when we typing www.website.com then the URLs automaticly turn into website.com (without www). Its a good idea for some people who wants to avoid redundant indexed<span id="more-1"></span> address between www.website.com and website.com in search engine like Google or others.</p>
<p>To do this is so simple with .htaccess file if your host server can suppot it, but i think many host server is already accept .htaccess files inside your web.</p>
<p>Now, you can type this on the .htaccess files:</p>
<p># Remove www<br />
<strong>RewriteCond %{HTTP_HOST} ^www\.(.*) [NC]<br />
RewriteRule ^(.*)$ http://%1/$1 [R=301,NC,L]</strong></p>
<p>[NC] : Non case sensitive</p>
<p>R=301 : redirect (remove?) permanently from older URL address</p>
<p>Now, you can tried to type your web address with www in the begining of URL . What you see? is the &#8216;www&#8217; disappear from the URL? If rights then you are succesfully removing www from URL with .htaccess files.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Fremove-www-from-url-address-with-htaccess.html';
  addthis_title  = 'Remove+www+from+URL+address+with+.htaccess';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/remove-www-from-url-address-with-htaccess.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Install OpenBSD dan build kernel baru</title>
		<link>http://blog.walnutz.net/install-openbsd-dan-build-kernel-baru.html</link>
		<comments>http://blog.walnutz.net/install-openbsd-dan-build-kernel-baru.html#comments</comments>
		<pubDate>Tue, 11 Nov 2008 01:15:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://walnutz.net/blog/?p=54</guid>
		<description><![CDATA[Ada beberapa cara boot dalam proses installation kernel ini:
- Floppy disk: Image floppy disk bisa digunakan untuk membuat disk installation pada system Unix-like, atau system DOS/Windows, file tersebut ada floppy35.fs
- CD-ROM: Pada beberapa platform CD-ROM image (cd35.iso) di dalamnya sudah terdapat bootable, dalam hal ini hanya berisi kernel instalasi saja, dan untuk files instalasi masih [...]]]></description>
			<content:encoded><![CDATA[<p>Ada beberapa cara boot dalam proses installation kernel ini:<br />
- Floppy disk: Image floppy disk bisa digunakan untuk membuat disk installation pada system Unix-like, atau system DOS/Windows, file tersebut ada floppy35.fs<br />
- CD-ROM: Pada beberapa platform CD-ROM image (cd35.iso) di dalamnya sudah terdapat bootable, <span id="more-18"></span>dalam hal ini hanya berisi kernel instalasi saja, dan untuk files instalasi masih harus di ambil melalui FTP atau tempat lain.<br />
- bsd.rd: RAM disk kernel,yg bertujuan untuk malakukan proses booting dari system OpenBSD yg sudah ada ataupun melalui network.<br />
- Network: Untuk beberapa platform sudah mendukung untuk booting melalui network.<br />
- Menaruhkan file image system ke disk: file system image bisa di masukan ke patisi yg ada dan untuk selanjutnya melakukan proses booting.<br />
- Bootable Tape: Untuk beberapa platform sudah mendukung untuk proses booting melalui tape.Tidak semua platform mendukung semua proses booting diatas:<br />
- alpha: Floppy, CD-ROM, Menaruhkan file image system ke disk<br />
- amd64: Floppy, CD-ROM, network.<br />
- cats: CD-ROM.<br />
- hp300: CD-ROM, network.<br />
- hppa: Network.<br />
- i386: Floppy, CD, network.<br />
- mac68k: Installed (and booted) using utilities running on Mac OS. See INSTALL.mac68k for details.<br />
- macppc: CD-ROM, network.<br />
- mvme68k: Network, bootable tape.<br />
- mvme88k: Network, bootable tape.<br />
- sparc: Floppy, CD-ROM, network, writing image to existing swap partition, bootable tape.<br />
- sparc64: Floppy (U1/U2 only), CD-ROM, network, Menaruhkan file image system ke disk.<br />
- vax: Floppy, network.<br />
Dan seluruh platform kecuali mac68k bisa juga menggunakan bsd.rd untuk melakukan proses install atau upgrade.*Install OpenBSD*<br />
1. Boot from CD<br />
2. Installation process<br />
rootdev=0×1100 rrootdev=0×2f00 rawdev=0×2f02<br />
erase ^?, werase ^W, kill ^U, intr ^C, status ^T<br />
(I)nstall, (U)pgrade or (S)hell? iWelcome to the OpenBSD/i386 3.5 install program.<br />
This program will help you install OpenBSD in a simple and rational way. At<br />
any prompt except password prompts you can run a shell command by typing<br />
‘!foo’, or escape to a shell by typing ‘!’. Default answers are shown in []’s<br />
and are selected by pressing RETURN. At any time you can exit this program by<br />
pressing Control-C and then RETURN, but quitting during an install can leave<br />
your system in an inconsistent state.<br />
Specify terminal type: [vt220] Enter<br />
Do you wish to select a keyboard encoding table? [no] EnterIS YOUR DATA BACKED UP? As with anything that modifies disk contents, this<br />
program can cause SIGNIFICANT data loss.<br />
It is often helpful to have the installation notes handy. For complex disk<br />
configurations, relevant disk hardware manuals and a calculator are useful.<br />
Proceed with install? [no] yCool! Let’s get to it…<br />
You will now initialize the disk(s) that OpenBSD will use. To enable all<br />
available security features you should configure the disk(s) to allow the<br />
creation of separate filesystems for /, /tmp, /var, /usr, and /home.<br />
Available disks are: wd0.<br />
Which one is the root disk? (or done) [wd0] EnterDo you want to use *all* of wd0 for OpenBSD? [no] yes<br />
sampai di sini ikuti petunjuk yang ada di dalam proses instalasinya. (mudah kan ^_^)Selanjutnya adalah melakukan compile system dengan kernel yg baru<br />
*Build New Kernel*<br />
3. ambil src file dari ftp.openbsd.org/pub/OpenBSD/3.5/<br />
3. copykan file src.tar.gz ke directory /usr and sys.tar.gz ke directory /usr/src<br />
#cp src.tar.gz /usr<br />
#cp sys.tar.gz/usr/src<br />
4. lakukan untar ;<br />
#tar -zxvf /usr/src.tar.gz<br />
#tar -zxvf /usr/src/sys.tar.gz<br />
5. cd /usr/src; make obj &amp;&amp; make depend &amp;&amp; make &amp;&amp; make install<br />
6. cd ../sys/i386/conf<br />
7. copy dan backup files GENERIC ke file lain;<br />
#cp GENERIC SomeFile<br />
8. lakukan prosess config , kemudian compile ;<br />
#config SomeFile<br />
#cd ../compile/SomeFile<br />
#make clean &amp;&amp; make depend &amp;&amp; make<br />
9. copy dan backup file bsd yang lama dengan file bsd yang baru<br />
#cp /bsd /bsd.old<br />
#cp bsd /bsd<br />
#reboot<br />
10.rebuild kembali system binaries<br />
#cd /usr/src<br />
#rm -r /usr/obj/*<br />
#make obj &amp;&amp; make build<br />
11.uname -a<br />
OpenBSD setan.fbsd-tech.net 3.5 SETAN#0 i386sumber:</p>
<p>http://www.openbsd.org/faq/faq4.html#Overview</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fblog.walnutz.net%2Finstall-openbsd-dan-build-kernel-baru.html';
  addthis_title  = 'Install+OpenBSD+dan+build+kernel+baru';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://blog.walnutz.net/install-openbsd-dan-build-kernel-baru.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
