<?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>shukko.com v.x3</title>
	<atom:link href="http://www.shukko.com/x3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shukko.com/x3</link>
	<description>shukko.com hiç kimse ve kendisi için sHuKKo tarafından düzensiz güncellenen yayın organı...</description>
	<lastBuildDate>Wed, 25 Jan 2012 16:17:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>.htacess ile url rewrite etmece</title>
		<link>http://www.shukko.com/x3/2012/01/25/htacess-ile-url-rewrite-etmece/</link>
		<comments>http://www.shukko.com/x3/2012/01/25/htacess-ile-url-rewrite-etmece/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 16:17:44 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=637</guid>
		<description><![CDATA[Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] bu ornekte siteye domain.com olarak girenleri www.domain.com a yonlendirdik]]></description>
			<content:encoded><![CDATA[<p>Options +FollowSymlinks<br />
RewriteEngine on<br />
rewritecond %{http_host} ^domain.com [nc]<br />
rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] </p>
<p>bu ornekte </p>
<p>siteye domain.com olarak girenleri www.domain.com a yonlendirdik</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2012/01/25/htacess-ile-url-rewrite-etmece/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>debian lvm disk eklemece grub vs grub2 (grub-pc ?)</title>
		<link>http://www.shukko.com/x3/2012/01/04/debian-lvm-disk-eklemece-grub-vs-grub2-grub-pc/</link>
		<comments>http://www.shukko.com/x3/2012/01/04/debian-lvm-disk-eklemece-grub-vs-grub2-grub-pc/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 00:07:06 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=634</guid>
		<description><![CDATA[root@yedek:~# cat /etc/debian_version 6.0.3 debian kurduk standart br sekilde lvm ile daha sonra lvm mizi yeni diskler ekleyerek buyuttuk legacy grub lvmyi sikine takmasada kullandigim grub2 default gelen yeni debian ile yeni kernel guncellemesinde sicti. neden cunku grub2 lvm de ne oluyor bitiyor onemsiyor. benim icin acil cozum gerekli idi su sekilde yaptim 1- aptitude [...]]]></description>
			<content:encoded><![CDATA[<p>root@yedek:~# cat /etc/debian_version<br />
6.0.3</p>
<p>debian kurduk standart br sekilde lvm ile<br />
daha sonra lvm mizi yeni diskler ekleyerek buyuttuk<br />
legacy grub lvmyi sikine takmasada kullandigim grub2 default gelen yeni debian ile yeni kernel guncellemesinde sicti.<br />
neden<br />
cunku grub2 lvm de ne oluyor bitiyor onemsiyor.<br />
benim icin acil cozum gerekli idi<br />
su sekilde yaptim</p>
<p>1- aptitude purge grub<br />
2- aptitude purge grub-common (30 tane sey sorcak he de gec)<br />
3- aptitude install grub-pc (grub2 paketi bu olsa gerek)<br />
bunlari yapamadi gene hata verdi<br />
cunku disk uid leri ile ilgili bir salaklik vardi<br />
o zaman su komutu calistirdim</p>
<p>#1 | Written by drdrape about 4 months ago.</p>
<p>You can also run<br />
sudo grub-mkdevicemap<br />
which will update /boot/grub/device.map automatically</p>
<p>device mapi guncelledi kendisi<br />
sonra oldu bitti</p>
<p>detayli hata logu ve basima gelende su posttakine benzer bir durumdu.</p>
<p><code><br />
While installing security updates in a seldomly used virtual machine, the latest kernel package was ready to be configured when I got the following error:</p>
<p>Setting up linux-image-2.6.32-5-amd64 (2.6.32-31) ...<br />
Running depmod.<br />
Running update-initramfs.<br />
update-initramfs: Generating /boot/initrd.img-2.6.32-5-amd64<br />
Examining /etc/kernel/postinst.d.<br />
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 2.6.32-5-amd64 /boot/vmlinuz-2.6.32-5-amd64<br />
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 2.6.32-5-amd64 /boot/vmlinuz-2.6.32-5-amd64<br />
Generating grub.cfg ...<br />
/usr/sbin/grub-probe: error: Couldn't find PV pv1. Check your device.map.<br />
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1<br />
Failed to process /etc/kernel/postinst.d at /var/lib/dpkg/info/linux-image-2.6.32-5-amd64.postinst line 799.<br />
dpkg: error processing linux-image-2.6.32-5-amd64 (--configure):<br />
 subprocess installed post-installation script returned error exit status 2<br />
Errors were encountered while processing:<br />
 linux-image-2.6.32-5-amd64</p>
<p>First I didn't quite get the line about "Couldn't find PV pv1. Check your device.map", but after some time it dawned on me that "PV" might mean "physical volume", a term used by LVM. I also remembered that I extended the LVM volume group with an additional block device that I attached to the virtual machine.</p>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2012/01/04/debian-lvm-disk-eklemece-grub-vs-grub2-grub-pc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh proxy</title>
		<link>http://www.shukko.com/x3/2011/11/05/ssh-proxy/</link>
		<comments>http://www.shukko.com/x3/2011/11/05/ssh-proxy/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 12:17:59 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=631</guid>
		<description><![CDATA[If it&#8217;s a Linux box ssh -ND 1234 user@ip Setup your web browser to SOCKS proxy and localhost:1234]]></description>
			<content:encoded><![CDATA[<p>If it&#8217;s a Linux box</p>
<p>ssh -ND 1234 user@ip</p>
<p>Setup your web browser to SOCKS proxy and localhost:1234</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/11/05/ssh-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipmi virtual media</title>
		<link>http://www.shukko.com/x3/2011/10/20/a/</link>
		<comments>http://www.shukko.com/x3/2011/10/20/a/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 11:59:09 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=621</guid>
		<description><![CDATA[Option 2: Mount your own ISO via KVM virtual media 1. At the top left, choose &#8216;Virtual Media&#8217; -&#62; &#8216;Virtual Storage&#8217;. 2. Choose the &#8216;CDROM&#38;ISO&#8217; tab on the dialog box that pops up. 3. Change logical drive type to &#8216;ISO file&#8217;. 4. Press &#8216;Open Image&#8217; and select the ISO file on your local system. 5. [...]]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">Option 2: Mount your own ISO via KVM virtual media</span></strong></p>
<p>1. At the top left, choose &#8216;Virtual Media&#8217; -&gt; &#8216;Virtual Storage&#8217;.<br />
2. Choose the &#8216;CDROM&amp;ISO&#8217; tab on the dialog box that pops up.<br />
3. Change logical drive type to &#8216;ISO file&#8217;.<br />
4. Press &#8216;Open Image&#8217; and select the ISO file on your local system.<br />
5. Press &#8216;Plug In&#8217; and then &#8216;OK&#8217;</p>
<p><a href="http://www.shukko.com/x3/wp-content/uploads/4.jpg"><img class="aligncenter size-medium wp-image-625" title="4" src="http://www.shukko.com/x3/wp-content/uploads/4-300x233.jpg" alt="" width="300" height="233" /></a><a href="http://www.shukko.com/x3/wp-content/uploads/4.jpg"><br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/10/20/a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>REMMINA The GTK+ Remote Desktop Client</title>
		<link>http://www.shukko.com/x3/2011/10/16/remmina-the-gtk-remote-desktop-client/</link>
		<comments>http://www.shukko.com/x3/2011/10/16/remmina-the-gtk-remote-desktop-client/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 01:03:57 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=618</guid>
		<description><![CDATA[Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. Currently RDP, VNC, NX, XDMCP and SSH [...]]]></description>
			<content:encoded><![CDATA[<p>Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.</p>
<p>Remmina is released in separated source packages:</p>
<p>&#8220;remmina&#8221;, the main GTK+ application<br />
&#8220;remmina-plugins&#8221;, a set of plugins</p>
<p>Remmina is free and open-source software, released under GNU GPL license.</p>
<p><a href="http://remmina.sourceforge.net/">http://remmina.sourceforge.net/</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/10/16/remmina-the-gtk-remote-desktop-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>proxmox kvm qemu centos -cpu host</title>
		<link>http://www.shukko.com/x3/2011/09/23/proxmox-kvm-qemu-centos-cpu-host/</link>
		<comments>http://www.shukko.com/x3/2011/09/23/proxmox-kvm-qemu-centos-cpu-host/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 15:48:59 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=613</guid>
		<description><![CDATA[proxmox uzerinde kvm qemu ile virtio disk ve network driverlarini kullanarak centos makinasi kurduk kurulumdan sonra cat /proc/cpuinfo dedigimizde Qemu Virtual CPU yaziyor uygulamalar begenmeyip tiri viri yapiyorsa, su sekilde yapacagiz vm noduna login ettikten sonra nano /etc/qemu-server/VMID.conf an alta ekle args: -cpu host VM yi stop et , start et , reboot is gormez [...]]]></description>
			<content:encoded><![CDATA[<p>proxmox uzerinde kvm qemu ile</p>
<p>virtio disk ve network driverlarini kullanarak centos makinasi kurduk</p>
<p>kurulumdan sonra</p>
<p>cat /proc/cpuinfo dedigimizde Qemu Virtual CPU yaziyor</p>
<p>uygulamalar begenmeyip tiri viri yapiyorsa, su sekilde yapacagiz</p>
<p>vm noduna login ettikten sonra</p>
<p>nano /etc/qemu-server/VMID.conf</p>
<p>an alta ekle</p>
<p>args: -cpu host</p>
<p>VM yi stop et , start et , reboot is gormez</p>
<p>artik sanal makinamiz host node cpu sunu gorecek</p>
<p>cat /proc/cpuinfo</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/09/23/proxmox-kvm-qemu-centos-cpu-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>View the routing cache and hits</title>
		<link>http://www.shukko.com/x3/2011/09/21/view-the-routing-cache-and-hits/</link>
		<comments>http://www.shukko.com/x3/2011/09/21/view-the-routing-cache-and-hits/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:53:24 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=609</guid>
		<description><![CDATA[original: http://pingbin.com/2011/07/view-the-routing-cache-and-hits/ Most of us check the normal thinks like traceroute or arp on a web server, but actually checking recent routing table lookup’s can be a great tool. Doing this you can see if your actually using the right interface or if the application is even requesting the traffic to be routed by your [...]]]></description>
			<content:encoded><![CDATA[<p>original: http://pingbin.com/2011/07/view-the-routing-cache-and-hits/</p>
<p>Most of us check the normal thinks like traceroute or arp on a web server, but actually checking recent routing table lookup’s can be a great tool. Doing this you can see if your actually using the right interface or if the application is even requesting the traffic to be routed by your OS.</p>
<p>When debugging a networking issue it can be invaluable to see your linux servers current routes to get an idea of what’s going on, also you can view the number of hits these routes have recently gotten, just look in the use column of the output table.</p>
<div>
<div id="highlighter_321804">
<div><a href="http://pingbin.com/2011/07/view-the-routing-cache-and-hits/#">?</a></div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>
<div><code>route -neeC</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>You should see something like the following output:</p>
<div>
<div id="highlighter_622654">
<div><a href="http://pingbin.com/2011/07/view-the-routing-cache-and-hits/#">?</a></div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
<div>2</div>
<div>3</div>
<div>4</div>
<div>5</div>
<div>6</div>
<div>7</div>
<div>8</div>
</td>
<td>
<div>
<div><code>root@:/</code><code># route -neeC</code></div>
<div><code>Kernel IP routing cache</code></div>
<div><code>Source          Destination     Gateway         Flags Metric Ref    Use Iface    MSS   Window irtt  TOS HHRef HHUptod     SpecDst</code></div>
<div><code>78.46.172.35    208.43.68.59    192.0.2.1             0      0        2 venet0   1500  0      800   0   -1    0      78.46.172.35</code></div>
<div><code>67.228.213.178  78.46.172.35    78.46.172.35    l     0      0       23 lo       0     0      0     0   -1    0      78.46.172.35</code></div>
<div><code>78.46.172.35    72.46.130.42    192.0.2.1             0      0        1 venet0   1500  0      875   0   -1    0      78.46.172.35</code></div>
<div><code>82.103.128.63   78.46.172.35    78.46.172.35    l     0      0       23 lo       0     0      0     0   -1    0      78.46.172.35</code></div>
<div><code>78.46.172.35    174.34.156.130  192.0.2.1             0      0        1 venet0   1500  0      735   0   -1    0      78.46.172.35</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>From the above we can see some very interesting stats such as the interface used, source and destination IP’s, metric, number of ‘uses’ and even the interface MTU</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/09/21/view-the-routing-cache-and-hits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRC bouncer, keep connected and history</title>
		<link>http://www.shukko.com/x3/2011/09/21/irc-bouncer-keep-connected-and-history/</link>
		<comments>http://www.shukko.com/x3/2011/09/21/irc-bouncer-keep-connected-and-history/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 18:49:33 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=607</guid>
		<description><![CDATA[original: http://pingbin.com/2011/07/irc-bouncer-keep-connected-and-history/ IRC is still actually quite popular, albeit with the more technical community. However there are some issues with it, most significantly it’s design doesn’t really allow for the mobility of it’s users from one workstation to another which is fairly common practice in a technical community. History is created in realtime without been [...]]]></description>
			<content:encoded><![CDATA[<p>original: http://pingbin.com/2011/07/irc-bouncer-keep-connected-and-history/</p>
<p>IRC is still actually quite popular, albeit with the more technical community. However there are some issues with it, most significantly it’s design doesn’t really allow for the mobility of it’s users from one workstation to another which is fairly common practice in a technical community. History is created in realtime without been stored on the server for user retrieval, much like a real world conversation if your not there then you miss what has been said and you can only gain back that history by asking someone what happend (which isn’t going to be that accurate).</p>
<p>Adapting this design requires a middle man of sorts, in this case a VPS server or even a dedicated server if you have one. Basically you install some software on a server, this software connects to the IRC server on your behalf and constantly maintains the session. You keep the same username/handel/nic and ‘session’ with 100% presence in the channel, therefore you also get 100% of the history on the middel man VPS.</p>
<p>As a client from your workstation you then make an IRC connection not to the main IRC server, but your middle man IRC server. This server will then instantly push you the historical data so you can jump straight into the conversation. great isn’t it!</p>
<p>First we need to install the software:</p>
<div>
<div id="highlighter_652645">
<div><a href="http://pingbin.com/page/2/#">?</a></div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
<div>2</div>
<div>3</div>
</td>
<td>
<div>
<div><code>sudo</code> <code>apt-get </code><code>install</code> <code>znc</code></div>
<div><code>sudo</code> <code>adduser znc</code></div>
<div><code>su</code> <code>znc</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>Next you need to follow through the wizard and create a configuration file, the config file will be stored in ~/.znc/configs/znc.conf once created, just run the following command and follow the instructions:</p>
<div>
<div id="highlighter_437314">
<div><a href="http://pingbin.com/page/2/#">?</a></div>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<div>1</div>
</td>
<td>
<div>
<div><code>znc --makeconf</code></div>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<p>You will be asked for a port to use, I would suggest using the normal IRC port however if your trying to get around a proxy use something like port 80, only if there is no web server attached!</p>
<p>Finally just setup your IRC client to use the proxy vps as the IRC server either the hostname or IP address should work, also don’t forget to give the user name and password or you will get an authentication error</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/09/21/irc-bouncer-keep-connected-and-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to see individual hard drive read/write status?</title>
		<link>http://www.shukko.com/x3/2011/08/28/how-to-see-individual-hard-drive-readwrite-status/</link>
		<comments>http://www.shukko.com/x3/2011/08/28/how-to-see-individual-hard-drive-readwrite-status/#comments</comments>
		<pubDate>Sun, 28 Aug 2011 11:50:51 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=605</guid>
		<description><![CDATA[How to see individual hard drive read/write status? yum install sysstat iostat can be useful too, e.g. iostat -dx 5 if you want to see the raw transfer rates rather than the i/o stats, you can do: iostat -k 10 10 which will update 10 times, once every 10 seconds. I personally prefer iostat -x [...]]]></description>
			<content:encoded><![CDATA[<p>How to see individual hard drive read/write status?</p>
<p>yum install sysstat  </p>
<p>iostat can be useful too, e.g. iostat -dx 5</p>
<p>if you want to see the raw transfer rates rather than the i/o stats, you can do:</p>
<p>iostat -k 10 10</p>
<p>which will update 10 times, once every 10 seconds. I personally prefer iostat -x like gordon recommended, but iostat -k is easier to read the M/s</p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/08/28/how-to-see-individual-hard-drive-readwrite-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>seed baby seed!</title>
		<link>http://www.shukko.com/x3/2011/07/15/seed-baby-seed/</link>
		<comments>http://www.shukko.com/x3/2011/07/15/seed-baby-seed/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 00:41:26 +0000</pubDate>
		<dc:creator>shukko</dc:creator>
				<category><![CDATA[Kategorisiz Yazilar]]></category>

		<guid isPermaLink="false">http://www.shukko.com/x3/?p=600</guid>
		<description><![CDATA[debian 6 &#8211; 64 bit 1- nano /etc/apt/sources.list deb http://mirror.ovh.net/debian/ squeeze main contrib non-free deb-src http://mirror.ovh.net/debian/ squeeze contrib main deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/updates main ----- apt-get update apt-get upgrade 2- apt-get install tightvncserver wine xterm iceweasel vnstat xfce4-goodies xfce4 htop mc flashplugin-nonfree 3- useradd -m shukko su - shukko mkdir .vnc nano [...]]]></description>
			<content:encoded><![CDATA[<p>debian 6 &#8211; 64 bit<br />
<code><br />
1- nano /etc/apt/sources.list</p>
<p>deb http://mirror.ovh.net/debian/ squeeze main contrib non-free<br />
deb-src http://mirror.ovh.net/debian/ squeeze contrib main</p>
<p>deb http://security.debian.org/ squeeze/updates main<br />
deb-src http://security.debian.org/ squeeze/updates main</p>
<p>-----<br />
apt-get update<br />
apt-get upgrade</p>
<p>2-  apt-get install tightvncserver wine xterm iceweasel vnstat xfce4-goodies xfce4 htop mc flashplugin-nonfree</p>
<p>3- </p>
<p>useradd -m shukko<br />
su - shukko<br />
mkdir .vnc<br />
nano .vnc/xstartup<br />
--<br />
startxfce4<br />
--<br />
chmod +x .vnc/xstartup<br />
vncserver :1 -geometry 1280x800</p>
<p></code></p>
<p>Gule gule kullan <img src='http://www.shukko.com/x3/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.shukko.com/x3/2011/07/15/seed-baby-seed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

