<?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>Rizq Technology - Exploring Your iDea. &#187; Web Design</title>
	<atom:link href="http://rizqtech.net/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://rizqtech.net</link>
	<description>All about My Experiences, Knowledge and Thoughts.</description>
	<lastBuildDate>Sat, 14 Jan 2012 17:20:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Implementasi Apache di Ubuntu (Part 1)</title>
		<link>http://rizqtech.net/2010/07/26/implementasi-apache-di-ubuntu-part-1/</link>
		<comments>http://rizqtech.net/2010/07/26/implementasi-apache-di-ubuntu-part-1/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 06:38:23 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Linux / Unix]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php mysql]]></category>
		<category><![CDATA[ubuntu linux]]></category>
		<category><![CDATA[user directory]]></category>
		<category><![CDATA[virtual host apache]]></category>

		<guid isPermaLink="false">http://rizqtech.net/?p=782</guid>
		<description><![CDATA[Server Web/WWW Apache adalah server web yang dapat dijalankan di banyak sistem operasi (Unix, BSD, Linux, Microsoft Windows dan Novell Netware serta platform lainnya) yang berguna untuk melayani dan memfungsikan situs web. Protokol yang digunakan untuk melayani fasilitas web/www ini menggunakan HTTP. Apache merupakan web server yang sering sekali di pakai oleh server-server di dunia [...]]]></description>
			<content:encoded><![CDATA[<p>Server Web/WWW Apache adalah server web yang dapat dijalankan di banyak sistem operasi (Unix, BSD, Linux, Microsoft Windows dan Novell Netware serta platform lainnya) yang berguna untuk melayani dan memfungsikan situs web. Protokol yang digunakan untuk melayani fasilitas web/www ini menggunakan HTTP. Apache merupakan web server yang sering sekali di pakai oleh server-server di dunia untuk menjalankan website.  di sini kita mencoba untuk menginstall dan menggunakan beberapa fitur dari apache berbasis linux ubuntu.</p>
<p>Ubuntu Linux merupakan salah satu distribusi Linux yang berbasiskan Debian. Proyek Ubuntu resmi disponsori oleh Canonical Ltd yang merupakan perusahaan milik seorang kosmonot asal Afrika Selatan Mark Shuttleworth. Nama Ubuntu diambil dari nama sebuah konsep ideologi di Afrika Selatan, &#8220;Ubuntu&#8221; berasal dari bahasa kuno Afrika, yang berarti &#8220;rasa perikemanusian terhadap sesama manusia&#8221;. Tujuan dari distribusi Linux Ubuntu adalah membawa semangat yang terkandung di dalam Filosofi Ubuntu ke dalam dunia perangkat lunak. Ubuntu adalah sistem operasi lengkap berbasis Linux, tersedia secara bebas dan mempunyai dukungan baik yang berasal dari komunitas maupun tenaga ahli profesional.</p>
<p>Ruang lingkup materi yang kita bahas adalah :</p>
<p>1.Update server dengan paket-paket terbaru.</p>
<p>2.Install Apache/PHP/Mysql</p>
<p>3.Membuat user directory</p>
<p>4.Membuat Virtual Host</p>
<p>5.Security Web Server AuthTypeBasic dengan menggunakan .htacces</p>
<p>Ubuntu yang saya pakai di sini bukanlah ubuntu khusus server, melainkan ubuntu Desktop namun dalam materi ini hal tersebut tidaklah membuat suatu perbedaan karena di sini kita banyak bermain pada terminal/console yang juga di lakukan pada ubuntu server.</p>
<p>Tahap pertama yaitu kita melakukan update fitur/paket terbaru dari repository ubuntu.</p>
<address><strong>cyber@cyber-desktop:/home/cyber$ sudo aptitude<br />
cyber@cyber-desktop:/home/cyber$ sudo apt-get update</strong></address>
<p><strong><a href="http://rizqtech.net/wp-content/uploads/2010/07/update.png" ><img class="alignnone size-full wp-image-783" title="update-server" src="http://rizqtech.net/wp-content/uploads/2010/07/update.png" alt="update paket ubuntu" width="594" height="357" /></a></strong></p>
<p>Quick Note: &#8220;sudo&#8221; merupakan perintah di linux untuk menjalankan perintah-perintah layaknya administrator selama 5 menit.</p>
<p>Waktu proses download tergantung pada kecepatan koneksi, kondisi repository server dan paket-paket apa saja yang ingin kita install lebih lanjut.</p>
<p>Tahap Kedua yaitu kita mulai menginstall Apache Web Server dan paket-paket lain yang di butuhkan dalam materi ini kita juga menginstall PHP dan Mysql yang populer dan sering di gunakan sebagai engine website.</p>
<address><strong>cyber@cyber-desktop:/home/cyber$sudo aptitude install apache2 php5-mysql libapache2-mod-php5 mysql-server</strong></address>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/install-1.png" ><img class="alignnone size-full wp-image-784" title="install-1" src="http://rizqtech.net/wp-content/uploads/2010/07/install-1.png" alt="proses install apache, mysql, php" width="636" height="391" /></a></p>
<p>Proses instalasi PHP, Mysql Server dan Client.</p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql.png" ><img class="alignnone size-full wp-image-785" title="install-2-mysql" src="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql.png" alt="install mysql" width="632" height="384" /></a></p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql-server.png" ><img class="alignnone size-full wp-image-786" title="install-2-mysql-server" src="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql-server.png" alt="mysql server" width="635" height="385" /></a></p>
<p>Konfigur Mysql Server dengan password root untuk keamanan dan manajemen user.</p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql-password.png" ><img class="alignnone size-full wp-image-787" title="install-2-mysql-password" src="http://rizqtech.net/wp-content/uploads/2010/07/install-2-mysql-password.png" alt="isi password mysql" width="633" height="385" /></a></p>
<p>Proses instalasi Web Server Apache, PHP dan Mysql selesai dan sudah up/running server.</p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/mysql-2-install-up.png" ><img class="alignnone size-full wp-image-788" title="mysql-2-install-up" src="http://rizqtech.net/wp-content/uploads/2010/07/mysql-2-install-up.png" alt="server up" width="633" height="385" /></a></p>
<p>Lalu kita mengecek apakah Web Server tersebut sudah jalan dan bisa di gunakan. dengan browse ip komputer atau cukup dengan mengetikan localhost pada url browser.</p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/if-config.png" ><img class="alignnone size-full wp-image-789" title="if-config" src="http://rizqtech.net/wp-content/uploads/2010/07/if-config.png" alt="mengecek ip address" width="632" height="228" /></a></p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/it-works-browser1.png" ><img class="alignnone size-full wp-image-790" title="it-works-browser1" src="http://rizqtech.net/wp-content/uploads/2010/07/it-works-browser1.png" alt="works apache lokal ip" width="681" height="228" /></a></p>
<p><a href="http://rizqtech.net/wp-content/uploads/2010/07/itworks-browser2.png" ><img class="alignnone size-full wp-image-791" title="itworks-browser2" src="http://rizqtech.net/wp-content/uploads/2010/07/itworks-browser2.png" alt="works apace localhost" width="679" height="219" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2010%2F07%2F26%2Fimplementasi-apache-di-ubuntu-part-1%2F';
  addthis_title  = 'Implementasi+Apache+di+Ubuntu+%28Part+1%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2008/08/06/binary-search-recursive-ascending-way/"  title="Binary Search Recursive Ascending Way.">Binary Search Recursive Ascending Way.</a></li><li><a href="http://rizqtech.net/2010/02/09/aplikasi-sederhana-odbc-visual-basic-part-3/"  title="Aplikasi Sederhana ODBC Visual Basic (Part 3).">Aplikasi Sederhana ODBC Visual Basic (Part 3).</a></li><li><a href="http://rizqtech.net/2008/07/30/why-you-should-be-careful-when-your-business-is-going-well/"  title="Why You Should Be Careful When Your Business Is Going Well.">Why You Should Be Careful When Your Business Is Going Well.</a></li><li><a href="http://rizqtech.net/2008/05/11/kegunaan-pointer/"  title="Kegunaan Pointer">Kegunaan Pointer</a></li><li><a href="http://rizqtech.net/2008/01/17/newbie-di-bahasa-c-episode-7/"  title="Newbie di Bahasa C =&#62; episode 7">Newbie di Bahasa C =&#62; episode 7</a></li><li><a href="http://rizqtech.net/2009/04/26/delphi-basic5/"  title="Delphi Basic#5">Delphi Basic#5</a></li><li><a href="http://rizqtech.net/2007/05/10/uses-wincrt-const-jenisikan-hias-yan/"  title="Penggabungan String">Penggabungan String</a></li><li><a href="http://rizqtech.net/2009/10/04/media-networking/"  title="Media Networking">Media Networking</a></li><li><a href="http://rizqtech.net/2008/10/17/problem-is/"  title="Problem is&#8230;..?">Problem is&#8230;..?</a></li><li><a href="http://rizqtech.net/2009/01/09/php-sessionsave_path/"  title="PHP, session.save_path">PHP, session.save_path</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2010/07/26/implementasi-apache-di-ubuntu-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP, session.save_path</title>
		<link>http://rizqtech.net/2009/01/09/php-sessionsave_path/</link>
		<comments>http://rizqtech.net/2009/01/09/php-sessionsave_path/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 01:37:37 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[register global]]></category>
		<category><![CDATA[session php]]></category>
		<category><![CDATA[windows php]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://rizqtech.net/?p=464</guid>
		<description><![CDATA[A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions. It is important to ponder if the sessions&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has <strong>left</strong> the website that uses sessions.</p>
<p>It is important to ponder if the sessions&#8217; temporary storage is applicable to your website.  If you require a more permanent storage you will need to find another solution, like a MySQL database.</p>
<pre name="code" class="php">&lt;?php
<span style="color: red;">session_start();</span> // start up your PHP session!
?&gt;</pre>
<pre name="code" class="php">&lt;?php
session_start();
<span style="color: red;">session_destroy()</span>; //stop/cleaned your PHP session !
?&gt;</pre>
<p>Sessions work by creating a unique identification(UID) number for each  visitor and storing variables based on this ID.  This helps to prevent two users&#8217; data from getting confused with one another when visiting the same webpage.</p>
<p>PHP conditions to storage session in PHP 4+ for Windows users must change a directory storage from /tmp to another directory according your files stucture. Eg :C:temp&#8221; or if you are using XAMPP for Windows, please read carefully in PHP.ini file and find &#8220;session.save_path&#8221; and change to &#8220;C:xampptmp&#8221; ,this directory all files sessions are stored. and re-checked your &#8220;Register_Global&#8221; in PHP.ini instead Off, but if require Turn On.</p>
<p>I hope this information helpful.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2009%2F01%2F09%2Fphp-sessionsave_path%2F';
  addthis_title  = 'PHP%2C+session.save_path';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2008/10/28/css-shorthand-2/"  title="Css Shorthand 2.">Css Shorthand 2.</a></li><li><a href="http://rizqtech.net/2008/06/23/blowout-in-motorcycle/"  title="Blowout in motorcycle.">Blowout in motorcycle.</a></li><li><a href="http://rizqtech.net/2007/07/11/basic-command-for-linux-2/"  title="Basic Command For Linux">Basic Command For Linux</a></li><li><a href="http://rizqtech.net/2008/10/28/css-shorthand-1/"  title="Css Shorthand 1.">Css Shorthand 1.</a></li><li><a href="http://rizqtech.net/2011/10/21/diving-into-java-1/"  title="Diving Into Java#1">Diving Into Java#1</a></li><li><a href="http://rizqtech.net/2008/08/25/create-one-day-free-for-it/"  title="Create One Day Free for IT.">Create One Day Free for IT.</a></li><li><a href="http://rizqtech.net/2007/11/20/newbie-di-bahasa-c-episode-2/"  title="Newbie di Bahasa C =&#62; episode 2">Newbie di Bahasa C =&#62; episode 2</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-5/"  title="Newbie @ C++ Language eps 5">Newbie @ C++ Language eps 5</a></li><li><a href="http://rizqtech.net/2009/04/19/visual-basic3/"  title="Visual Basic#3">Visual Basic#3</a></li><li><a href="http://rizqtech.net/2009/04/19/delphi-basic3/"  title="Delphi Basic#3">Delphi Basic#3</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2009/01/09/php-sessionsave_path/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Concept of Design.</title>
		<link>http://rizqtech.net/2008/12/29/the-concept-of-design/</link>
		<comments>http://rizqtech.net/2008/12/29/the-concept-of-design/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 00:50:20 +0000</pubDate>
		<dc:creator>Rizky</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Google Inc]]></category>
		<category><![CDATA[Logo]]></category>
		<category><![CDATA[the concept of design]]></category>
		<category><![CDATA[Work FUN]]></category>

		<guid isPermaLink="false">http://rizqtech.net/?p=440</guid>
		<description><![CDATA[The Principles of Design is how we can bring another peoples inside an Art. Such as Logo for a Company, it&#8217;s represent soul of company background, History or company vision and mission in the next running. Colourful and Simply Logo usually represent a Company or Organization want to make a Work is FUN but productive. [...]]]></description>
			<content:encoded><![CDATA[<p>The Principles of Design is how we can bring another peoples inside an Art. Such as Logo for a Company, it&#8217;s represent soul of company background, History or company vision and mission in the next running. Colourful and Simply Logo usually represent a Company or Organization want to make a Work is FUN but productive. Like a Google Inc, The Logo represented passion of thier founder namely Sergey Brin and Larry Page are Students in Harvard University. They&#8217;re want to make Work is Fun like an University atmosphere popular with &#8220;Don&#8217;t be Evil&#8221; share 20% of Working Time to Employees for Digging Inovations and Projects, Perhaps in the Next Move their Inovation can be use for Google Product and always in development. Somehow a Design must be completely represent a Comunication maybe we found a lot of Design or Art but only a few Design look a Comunication not only a Picture or Unity of Colour. The Concept of Design must be understand of every New Designer so their Art Work not just a Picture. Design has an own language to represent whatever it looks and We are designer must be learning and knowledgeable about it.</p>
<p>Keep Moving Forward for Your Concept and always learning.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Frizqtech.net%2F2008%2F12%2F29%2Fthe-concept-of-design%2F';
  addthis_title  = 'The+Concept+of+Design.';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://rizqtech.net/2009/04/26/delphi-basic5/"  title="Delphi Basic#5">Delphi Basic#5</a></li><li><a href="http://rizqtech.net/2007/04/17/link-tutorial/"  title="Link Tutorial">Link Tutorial</a></li><li><a href="http://rizqtech.net/2009/10/04/media-networking/"  title="Media Networking">Media Networking</a></li><li><a href="http://rizqtech.net/2008/06/13/newbie-c-language-eps-13/"  title="Newbie @ C++ Language eps 13">Newbie @ C++ Language eps 13</a></li><li><a href="http://rizqtech.net/2010/07/26/implementasi-apache-di-ubuntu-part-1/"  title="Implementasi Apache di Ubuntu (Part 1)">Implementasi Apache di Ubuntu (Part 1)</a></li><li><a href="http://rizqtech.net/2008/08/06/examination-inheritance/"  title="Examination Inheritance.">Examination Inheritance.</a></li><li><a href="http://rizqtech.net/2008/04/27/newbie-c-language-eps-6/"  title="Newbie @ C++ Language eps 6">Newbie @ C++ Language eps 6</a></li><li><a href="http://rizqtech.net/2007/05/10/o0-script-untuk-mencari-gaji-bersih-dgn-caseof/"  title="Script Untuk Mencari Gaji Bersih with &#8220;Case of&#8221;">Script Untuk Mencari Gaji Bersih with &#8220;Case of&#8221;</a></li><li><a href="http://rizqtech.net/2008/08/25/create-one-day-free-for-it/"  title="Create One Day Free for IT.">Create One Day Free for IT.</a></li><li><a href="http://rizqtech.net/2008/07/28/its-not-a-big-deal/"  title="It&#8217;s not a Big Deal.">It&#8217;s not a Big Deal.</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://rizqtech.net/2008/12/29/the-concept-of-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

