<?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>harddian.com &#187; Linux</title>
	<atom:link href="http://harddian.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://harddian.com</link>
	<description>sebuah catatan seorang harddian.......</description>
	<lastBuildDate>Tue, 03 Jan 2012 03:56:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Hackers Break Into Linux Source Code Site</title>
		<link>http://harddian.com/2011/09/01/hackers-break-into-linux-source-code-site/</link>
		<comments>http://harddian.com/2011/09/01/hackers-break-into-linux-source-code-site/#comments</comments>
		<pubDate>Fri, 02 Sep 2011 01:37:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=234</guid>
		<description><![CDATA[— IDG News Service — As Linux fans know, there are two kinds of hackers: the good guys who develop free software, such as the Linux kernel, and the bad guys who break into computers. The bad guys paid the good guys an unwelcome visit earlier this month, breaking into the Kernel.org website that is [...]]]></description>
			<content:encoded><![CDATA[<p>— IDG News Service —</p>
<p>As Linux fans know, there are two kinds of hackers: the good guys who develop free software, such as the Linux kernel, and the bad guys who break into computers.</p>
<p>The bad guys paid the good guys an unwelcome visit earlier this month, breaking into the Kernel.org website that is home to the Linux project. They gained root access to a server known as Hera and ultimately compromised &#8220;a number of servers in the kernel.org infrastructure,&#8221; according to a note on the kernel.org website Wednesday.<br />
<span id="more-234"></span><br />
Administrators of the website learned of the problem Sunday and soon discovered a number of bad things were happening on their servers. Files were modified, a malicious program was added to the server&#8217;s startup scripts and some user data was logged.</p>
<p>Kernel.org&#8217;s owners have contacted law enforcement in the U.S. and Europe and are in the process of reinstalling the site&#8217;s infrastructure and figuring out what happened. They think that the hackers may have stolen a user&#8217;s login credentials to break into the system, and the site is making each of its 448 users change their passwords and SSH (Secure Shell) keys.</p>
<p>The hack is worrying because Kernel.org is the place where Linux distributors download the source code for the widely used operating system&#8217;s kernel. But Kernel.org&#8217;s note says that, even with root access, it would be difficult for a hacker to slip malicious source code into the Linux kernel without it being noticed. That&#8217;s because Linux&#8217;s change-tracking system takes a cryptographic hash of each file at the time it is published. So once a component of the Linux kernel has been written and published to Kernel.org, &#8220;it is not possible to change the old versions without it being noticed,&#8221; the Kernel.org note said.</p>
<p>This kind of compromise has become disturbingly common. In January, servers used by the Fedora project &#8212; the community version of Red Hat Enterprise Linux &#8212; were hacked. And around the same time another open-source software development site called SourceForge was also broken into.</p>
<p><em><strong>Robert McMillan covers computer security and general technology breaking news for The IDG News Servic</strong>e</em></p>
<p><a href="http://m.csoonline.com/article/688931/hackers-break-into-linux-source-code-site?source=CSONLE_nlt_salted_hash_2011-09-01"><strong>Klik For Source</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2011/09/01/hackers-break-into-linux-source-code-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perbaiki Grub Yang Rusak di Ubuntu 9.10</title>
		<link>http://harddian.com/2010/02/19/perbaiki-grub-yang-rusak-di-ubuntu-910/</link>
		<comments>http://harddian.com/2010/02/19/perbaiki-grub-yang-rusak-di-ubuntu-910/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 03:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=171</guid>
		<description><![CDATA[Di laptop saya, saya install dua OS yaitu windows 7 dan ubuntu 9.10. Sempet stress juga pas waktu install ulang windows 7 saya jadi windows server 2008, karena tulisan saya sebelumnya yang jelasin gimana caranya betulin grub di linux, gak berlaku buat linux ubuntu 9.10. Hal tersebut di karenakan, di ubuntu 9.10 tidak terdapat file [...]]]></description>
			<content:encoded><![CDATA[<p>Di laptop saya, saya install dua OS yaitu windows 7 dan ubuntu 9.10. Sempet stress juga pas waktu install ulang windows 7 saya jadi windows server 2008, karena tulisan saya sebelumnya yang jelasin gimana caranya betulin grub di linux, gak berlaku buat linux ubuntu 9.10. Hal tersebut di karenakan, di ubuntu 9.10 tidak terdapat file<strong> stage1</strong>. Akhirnya nyari-nyari di google ketemu juga cara buat balikin grub yang rusak buat ubuntu 9.10, gini nih caranya :<span id="more-171"></span></p>
<ol>
<li>masukin cd live cd ubuntu 9.10</li>
<li>dah gitu ketik <strong><em>sudo mount -t ext4 /dev/sda5 /mnt/</em></strong> (asumsinya partisi linux anda ada di sda5)</li>
<li>Mount folder &#8220;proc&#8221; <strong><em>sudo mount -t proc proc /mnt/proc/</em></strong></li>
<li>Mount juga folder &#8220;sys&#8221; <strong><em>sudo mount -t sysfs sys /mnt/sys/</em></strong></li>
<li>Mount juga folder &#8220;dev&#8221; <strong><em>sudo mount -o bind /dev/ /mnt/dev/</em></strong></li>
<li>lalu ketik perintah <strong><em>sudo chroot /mnt /bin/bash</em></strong></li>
</ol>
<p>Semua dah selesai di mount, lalu kita tinggal menginstall kembali grubnya dengan perintah <em><strong>: </strong></em><strong><em><em>grub-install /dev/sda5 </em></em></strong><br />
Jika tidak ada error setelah anda melakukan perintah tersebut, restart komputer anda, lalu setelah itu grub anda akan kembali lagi seperti semula.</p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2010/02/19/perbaiki-grub-yang-rusak-di-ubuntu-910/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup A Bridge For VirtualBox</title>
		<link>http://harddian.com/2009/08/31/setup-a-bridge-for-virtualbox/</link>
		<comments>http://harddian.com/2009/08/31/setup-a-bridge-for-virtualbox/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 18:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bridge]]></category>
		<category><![CDATA[Setting Bridge]]></category>
		<category><![CDATA[Setting Bridge For VirtualBox]]></category>
		<category><![CDATA[Setting Bridge For VirtualBox on Ubuntu]]></category>
		<category><![CDATA[Setup Bridge]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=113</guid>
		<description><![CDATA[First You just need to load the &#8220;vboxnetflt&#8221; modules if it isn&#8217;t loaded yet, and adjust the networking type in the VirtualBox Guest Network Settings to Attach to &#8220;Host Interface&#8221;. sudo modprobe vboxnetflt And then install bridge-utils to be able to create network bridges: sudo apt-get install bridge-utils Before you begin, back up the current [...]]]></description>
			<content:encoded><![CDATA[<p>First You just need to load the &#8220;vboxnetflt&#8221; modules if it isn&#8217;t loaded yet, and adjust the networking type in the VirtualBox Guest Network Settings to Attach to &#8220;Host Interface&#8221;.<br />
<br /><strong>sudo modprobe vboxnetflt</strong></br><br />
<br />And then install bridge-utils to be able to create network bridges:</br><br />
<br /><strong>sudo apt-get install bridge-utils</strong></br><br />
<br />Before you begin, back up the current interfaces file with a copy that has the current date in its name:</br><br />
<br /><strong>sudo cp /etc/network/interfaces /etc/network/interfaces.`date +%F~%T`</strong></br><br />
<span id="more-113"></span><br />You have to edit /etc/network/interfaces on the hostmachine to declare the bridge, this procedure is slightly different if your host use static or dynamic IP. If you have dynamic IP, on the host machine:</br><br />
<br /><strong>sudo vim /etc/network/interfaces</br></strong><br />
<br />and then fill with this entry:</br></p>
<p><strong>auto br0<br />
iface br0 inet dhcp<br />
bridge_ports eth0 </strong></p>
<p><strong># The loopback network interface<br />
auto lo<br />
iface lo inet loopback<br />
</strong><br />
note:<br />
&#8220;eth0&#8243; is the name of your interface, it can be different depending on your machine.<br />
&#8220;br0&#8243; is an arbitrary name for the bridge.<br />
If you are using static IP addresses modify the interfaces like this:<br />
<br /><strong>sudo vim /etc/network/interfaces</br></strong></p>
<p>and then fill this entry:<br />
<strong><br />
auto br0<br />
iface br0 inet static<br />
address 192.168.0.100<br />
netmask 255.255.255.0<br />
gateway 192.168.0.1<br />
bridge_ports eth0</strong></p>
<p><strong># The loopback network interface<br />
auto lo<br />
iface lo inet loopback</strong></p>
<p class="line874">note:</p>
<p class="line874">Replace 192.168.0.100 with your IP, 255.255.255.0 with your netmask and 192.168.0.1 with your gateway. If you are using static IP addresses for eth0, eth1, etc; you will need to configure the br0 interface using the same settings! Otherwise your system will request an IP address via DHCP. You may add as many vbox# interfaces as you wish as long as they are also declared in /etc/vbox/interfaces; keep reading for details.</p>
<p>And then used this command :<br />
<br /><strong>sudo brctl addif br0 eth0</strong></br><br />
<br />When you type command <strong>&#8220;brctl show&#8221; </strong>it must shown like this :</br><br />
<br /><strong>sudo brctl show</strong></br></p>
<p><strong>bridge name             bridge id                STP enabled    interfaces</strong></p>
<p><strong>br0                    8000.0016d4db8cb9          no                       eth0</strong></p>
<p><strong>pan0                8000.000000000000           no </strong><br />
<br />Restart your network :</br><br />
<br /><strong>sudo /etc/init.d/networking restart</strong></br><br />
<br />And the last see your network configuration with &#8220;<strong>ifconfig&#8221; </strong>if you see your network configuration like this:</br><br />
<br /><strong>sudo ifconfig</strong></br></p>
<p><strong>br0    Link encap:Ethernet  HWaddr 00:16:d4:db:8c:b9</strong></p>
<p><strong>inet addr:192.168.0.100  Bcast:192.168.0.255  Mask:255.255.255.0</strong></p>
<p><strong>inet6 addr: fe80::216:d4ff:fedb:8cb9/64 Scope:Link</strong></p>
<p><strong>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</strong></p>
<p><strong>RX packets:14 errors:0 dropped:0 overruns:0 frame:0</strong></p>
<p><strong>TX packets:32 errors:0 dropped:0 overruns:0 carrier:0</strong></p>
<p><strong>collisions:0 txqueuelen:0</strong></p>
<p><strong>RX bytes:1730 (1.7 KB)  TX bytes:4568 (4.5 KB)</strong><br />
<strong>eth0      Link encap:Ethernet  HWaddr 00:16:d4:db:8c:b9</strong></p>
<p><strong>inet6 addr: fe80::216:d4ff:fedb:8cb9/64 Scope:Link</strong></p>
<p><strong>UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1</strong></p>
<p><strong>RX packets:16 errors:0 dropped:0 overruns:0 frame:0</strong></p>
<p><strong>TX packets:32 errors:0 dropped:0 overruns:0 carrier:0</strong></p>
<p><strong>collisions:0 txqueuelen:1000</strong></p>
<p><strong>RX bytes:2181 (2.1 KB)  TX bytes:4744 (4.7 KB)</strong></p>
<p><strong>Interrupt:17</strong><br />
<strong>lo        Link encap:Local Loopback</strong></p>
<p><strong>inet addr:127.0.0.1  Mask:255.0.0.0</strong></p>
<p><strong>inet6 addr: ::1/128 Scope:Host</strong></p>
<p><strong>UP LOOPBACK RUNNING  MTU:16436  Metric:1</strong></p>
<p><strong>RX packets:80 errors:0 dropped:0 overruns:0 frame:0</strong></p>
<p><strong>TX packets:80 errors:0 dropped:0 overruns:0 carrier:0</strong></p>
<p><strong>collisions:0 txqueuelen:0</strong></p>
<p><strong>RX bytes:6537 (6.5 KB)  TX bytes:6537 (6.5 KB)</strong><br />
it mean that you did it. Now unpluged your network try to ping to your IP Virtual server from your host, it should be reply.</p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2009/08/31/setup-a-bridge-for-virtualbox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DAFTAR REPO LOKAL DEBIAN</title>
		<link>http://harddian.com/2009/03/11/daftar-repo-lokal-debian/</link>
		<comments>http://harddian.com/2009/03/11/daftar-repo-lokal-debian/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 18:57:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Lelucon]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=72</guid>
		<description><![CDATA[Langsung aja lah&#8230;..ini nih..daftar repository dari debian&#8230;. Repo.ugm.ac.id deb http://repo.ugm.ac.id/debian/ stable main contrib non-free Kambing.ui.edu deb http://kambing.ui.edu/debian etch main contrib non-free deb http://kambing.ui.edu/debian etch/volatile main contrib non-free deb http://kambing.ui.edu/debian-security etch/updates main contrib non-free mirror.its.ac.id deb http://mirror.its.ac.id/debian etch main non-free contrib deb http://mirror.its.ac.id/debian stable-proposed-updates main non-free contrib deb http://mirror.its.ac.id/debian-security etch/updates main non-free contrib komo.vlsm.org deb http://komo.vlsm.org/debian [...]]]></description>
			<content:encoded><![CDATA[<p>Langsung aja lah&#8230;..ini nih..daftar repository dari debian&#8230;.<strong><a href="http://repo.ugm.ac.id/"></a></strong></p>
<p><strong><a href="http://repo.ugm.ac.id/">Repo.ugm.ac.id</a></strong><br />
deb http://repo.ugm.ac.id/debian/ stable main contrib non-free</p>
<p><strong> <a href="http://kambing.ui.edu/"> Kambing.ui.edu</a> </strong><br />
deb http://kambing.ui.edu/debian etch main contrib non-free<br />
deb http://kambing.ui.edu/debian etch/volatile main contrib non-free<br />
deb http://kambing.ui.edu/debian-security etch/updates main contrib non-free<span id="more-72"></span></p>
<p><strong><a href="http://mirror.its.ac.id/">mirror.its.ac.id</a> </strong><br />
deb http://mirror.its.ac.id/debian etch main non-free contrib<br />
deb http://mirror.its.ac.id/debian stable-proposed-updates main non-free contrib<br />
deb http://mirror.its.ac.id/debian-security etch/updates main non-free contrib</p>
<p><strong> <a href="http://komo.vlsm.org/">komo.vlsm.org</a></strong><br />
deb http://komo.vlsm.org/debian etch main non-free contrib<br />
deb http://komo.vlsm.org/debian etch-proposed-updates main non-free contrib</p>
<p><strong> <a href="http://debian.indika.net.id/">debian.indika.net.id</a></strong><br />
deb http://debian.indika.net.id/debian etch main non-free contrib<br />
deb http://debian.indika.net.id/debian etch-proposed-updates main non-free contrib</p>
<p><strong> <a href="ftp://ftp.itb.ac.id/pub/debian">ftp://ftp.itb.ac.id</a></strong><br />
deb ftp://ftp.itb.ac.id/pub/debian etch main non-free contrib<br />
deb ftp://ftp.itb.ac.id/pub/debian etch-proposed-updates main non-free contrib</p>
<p><strong>Debian testing</strong></p>
<p>deb http://security.debian.org/ testing/updates main contrib<br />
deb ftp://packages.debian.org/debian/ testing main contrib non-free<br />
deb-src ftp://packages.debian.org/debian/ testing main contrib non-free</p>
<p>deb http://kambing.ui.edu/debian/ testing main contrib non-free<br />
deb http://kambing.ui.edu/debian-security/ testing/updates main contrib non-free<br />
deb-src http://kambing.ui.edu/debian/ testing main contrib non-free<br />
deb-src http://kambing.ui.edu/debian-security/ testing/updates main contrib non-free</p>
<p>note :</p>
<p>Kalo mo nambahin repo di debian, pertama-tama harus liat dulu versi dari debiannya, caranya di konsole ketik</p>
<p><strong>lsb_release -a</strong></p>
<p>kalo hasilnya ada tulisan testing, masukin repo buat yang testing.</p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2009/03/11/daftar-repo-lokal-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memperbaiki Grub Yang Rusak</title>
		<link>http://harddian.com/2009/03/03/memperbaiki-grub-yang-rusak/</link>
		<comments>http://harddian.com/2009/03/03/memperbaiki-grub-yang-rusak/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 13:04:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=71</guid>
		<description><![CDATA[Jika kita install dual OS linux sama windows, maka akan muncul grub loader yang nampilin pilihan buat booting, mo booting ke linux atau ke windows. Permasalahannya, jika kita install ulang windows kita atau jika kita gunain fix mbr buat balikin boot ke windows, maka grub loader yang nampilin pilihan buat booting ke linux atau windows [...]]]></description>
			<content:encoded><![CDATA[<p>Jika kita install dual OS linux sama windows, maka akan muncul grub loader yang nampilin pilihan buat booting, mo booting ke linux atau ke windows. Permasalahannya, jika kita install ulang windows kita atau jika kita gunain fix mbr buat balikin boot ke windows, maka grub loader yang nampilin pilihan buat booting ke linux atau windows pasti ilang. Cara buat balikin grub loader yang ilang sebenernya gampang banget, gini nih caranya&#8230;<span id="more-71"></span></p>
<p>1. Masukin live cd linux apa aja&#8230;.</p>
<p>2. Di live cd masuk ke terminal terus ketik <strong>grub </strong>lalu enter&#8230;(muncul tampilan kayak gini)</p>
<p><strong>[ Minimal BASH-like line editing is supported.   For<br />
the   first   word,  TAB  lists  possible  command<br />
completions.  Anywhere else TAB lists the possible<br />
completions of a device/filename. ]</strong></p>
<p><strong>grub&gt; </strong></p>
<p>3. Kalo dah masuk di grub ketik <strong>grub&gt; find /boot/grub/stage1 </strong>(keluar kayak gini)</p>
<p><strong>grub&gt; find /boot/grub/stage1<br />
(hd0,4)</strong></p>
<p>Note: Hasil dari perintah tersebut berbeda di setiap komputer karena saya menginstall satu linux (blankon) dan satu windows, maka yang keluar adalah satu file stage saja yang terdapat di hd0,4</p>
<p>4. Dah gitu langsung ketik:<strong> grub&gt; root (hd0,4)</strong></p>
<p>5. Dah gitu tinggal kita install grubnya make perintah <strong>grub&gt; setup (hd0)</strong>. Jika keluar hasil seperti ini..</p>
<p><strong>grub&gt; setup (hd0)<br />
Checking if &#8220;/boot/grub/stage1&#8243; exists&#8230; yes<br />
Checking if &#8220;/boot/grub/stage2&#8243; exists&#8230; yes<br />
Checking if &#8220;/boot/grub/e2fs_stage1_5&#8243; exists&#8230; yes<br />
Running &#8220;embed /boot/grub/e2fs_stage1_5 (hd0)&#8221;&#8230;  16 sectors are embedded.<br />
succeeded<br />
Running &#8220;install /boot/grub/stage1 (hd0) (hd0)1+16 p (hd0,4)/boot/grub/stage2 /boot/grub/menu.lst&#8221;&#8230; succeeded<br />
Done.</strong></p>
<p><strong>grub&gt; </strong></p>
<p>itu tandanya kita dah selesai balikin lagi grub yang tadinya hilang tersebut.</p>
<p>Tapi tunggu dulu&#8230;.ada kalanya pas kita jalanin perintah <strong>grub&gt; find /boot/grub/stage1 </strong>keluar hasil seperti ini&#8230;Error 15: file not found. Terus pas jalanin perintah <strong>grub&gt; setup (hd0) </strong>keluar hasil seperti ini&#8230;Error 11: Unrecognized device string. Nah kalo muncul error kayak gitu, caranya kita mesti mount dulu folder <strong>proc</strong> sama <strong>udev</strong> yang ada di partisi linux yang pengen kita betulin grubnya. Caranya&#8230;</p>
<p>1. mount dulu partisi harddisk yang ada linuxnya <strong>mount /dev/sda5 /mnt</strong> (saya mount partisi linux saya yang ada di sda5 ke folder mnt)</p>
<p>2 . <strong>root@blankon:/# mount -t proc none /mnt/proc/<br />
</strong></p>
<p>3 . <strong>root@blankon:/# mount -o bind /dev/ /mnt/dev/</strong></p>
<p>4. Dah selesai di mount semua tinggal ketik lagi perintah grub&#8230;terus tinggal lanjutin lagi langkah 3 sampe 5 selesai deh&#8230;.</p>
<p>Thanks to infolinux..</p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2009/03/03/memperbaiki-grub-yang-rusak/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cara Bikin file ISO di linux</title>
		<link>http://harddian.com/2009/03/01/cara-bikin-file-iso-di-linux/</link>
		<comments>http://harddian.com/2009/03/01/cara-bikin-file-iso-di-linux/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 03:38:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=70</guid>
		<description><![CDATA[Bikin file iso di linux sangat gampang sekali, caranya yaitu : Buka terminal (konsole) di linux anda, Dah gitu, ketik perintah &#8220;dd if=/dev/cdrom of=/path/file.iso&#8221; Dah gitu tunggu deh sampe selesai&#8230;]]></description>
			<content:encoded><![CDATA[<p>Bikin file iso di linux sangat gampang sekali, caranya yaitu :</p>
<ol>
<li>Buka terminal (konsole) di linux anda,</li>
<li>Dah gitu, ketik perintah &#8220;<strong>dd if=/dev/cdrom of=/path/file.iso&#8221;</strong></li>
<li>Dah gitu tunggu deh sampe selesai&#8230;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2009/03/01/cara-bikin-file-iso-di-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SSH ke server tanpa menggunakan password&#8230;..</title>
		<link>http://harddian.com/2008/12/19/ssh-ke-server-tanpa-menggunakan-password/</link>
		<comments>http://harddian.com/2008/12/19/ssh-ke-server-tanpa-menggunakan-password/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 07:32:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://harddian.com/?p=67</guid>
		<description><![CDATA[Ada dua cara yang bisa kita lakukan untuk melakukan ssh ke server yang kita tuju, pertama yaitu dengan public key&#8230;dimana setiap kita mau ssh ke server tujuan kita akan dimintai password dan kedua dengan menggunakan keygen. Jika kita melakukan ssh dengan menggunakan keygen, kita tidak akan dimintai password seperti jika kita ssh menggunakan public key, [...]]]></description>
			<content:encoded><![CDATA[<p>Ada dua cara yang bisa kita lakukan untuk melakukan ssh ke server yang kita tuju, pertama yaitu dengan public key&#8230;dimana setiap kita mau ssh ke server tujuan kita akan dimintai password dan kedua dengan menggunakan keygen. Jika kita melakukan ssh dengan menggunakan keygen, kita tidak akan dimintai password seperti jika kita ssh menggunakan public key, tapi sebelum itu kita harus menggenerate dahulu id kita menggunakan perintah ssh-keygen, berikut cara-caranya:</p>
<ol>
<li>generate key pada account di komputer anda:</li>
<p>dian@dian-laptop:~$ ssh-keygen<br />
Generating public/private rsa key pair.<br />
Enter file in which to save the key (/home/dian/.ssh/id_rsa): <strong>&lt;tekan enter saja&gt;</strong><br />
/home/dian/.ssh/id_rsa already exists.<br />
Overwrite (y/n)? y <strong>&lt;ini kondisinya karena saya sudah menggenerate id saya&gt;</strong><br />
Enter passphrase (empty for no passphrase):<strong>&lt;tekan enter saja&gt;</strong><br />
Enter same passphrase again:<strong>&lt;tekan enter saja&gt;</strong><br />
Your identification has been saved in /home/dian/.ssh/id_rsa.<br />
Your public key has been saved in /home/dian/.ssh/id_rsa.pub.<br />
The key fingerprint is:<br />
61:8b:a9:e9:ed:55:35:5b:77:64:34:8f:bb:b3:a6:7d dian@dian-laptop</p>
<li>Simpan berkas id_rsa.pub tersebut di server tujuan.</li>
<p>dian@dian-laptop:~$ scp /home/dian/.ssh/id_rsa.pub dian@harddian.com:.ssh/authorized_keys
</ol>
<p>Setelah cobalah ssh ke server tujuan, sampai disini kita udah bisa ssh ke server tujuan tanpa menggunakan password lagi. </p>
]]></content:encoded>
			<wfw:commentRss>http://harddian.com/2008/12/19/ssh-ke-server-tanpa-menggunakan-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

