<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwizguide.com/rss_namespace/">
 <channel>
  <title>Datakent Forum : RaspberryPi Raspbian Kurulumu</title>
  <link>http://forum.datakent.com/</link>
  <description>XML içerik linki; Datakent Forum : Linux ve Linux i&#231;in Programlar : RaspberryPi Raspbian Kurulumu</description>
  <pubDate>Mon, 27 Apr 2026 09:27:35 +0000</pubDate>
  <lastBuildDate>Tue, 20 Dec 2016 09:36:29 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 9.54</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.datakent.com/RSS_post_feed.asp?TID=2927</WebWizForums:feedURL>
  <image>
   <title>Datakent Forum</title>
   <url>http://forum.datakent.com/forum_images/datakent.com_forums.png</url>
   <link>http://forum.datakent.com/</link>
  </image>
  <item>
   <title>RaspberryPi Raspbian Kurulumu : (part1) RaspberryPi Raspbian Kurulumu...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2927&amp;PID=5839#5839</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 2927<br /><strong>Gönderim Zamanı:</strong> 20.Aralik.2016 Saat 09:36<br /><br /><br>(part1) RaspberryPi Raspbian Kurulumu / IP Sabitleme / SSH ve Uzak Baglanti &gt;&gt; <a href="https://www.youtube.com/watch?v=0P3operrIiE" target="_blank">video için tıklayınız</a><br><br>(part2) RaspberryPi Raspbian Kurulumu / IP Sabitleme / SSH ve Uzak Baglanti&nbsp; &gt;&gt; <a href="https://www.youtube.com/watch?v=VX_papi05hY" target="_blank">video için tıklayınız</a><br><br><br>]]>
   </description>
   <pubDate>Tue, 20 Dec 2016 09:36:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2927&amp;PID=5839#5839</guid>
  </item> 
  <item>
   <title>RaspberryPi Raspbian Kurulumu :    Raspberry PI IP adres de&#287;i&#351;imi...</title>
   <link>http://forum.datakent.com/forum_posts.asp?TID=2927&amp;PID=5788#5788</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://forum.datakent.com/member_profile.asp?PF=1" rel="nofollow">murat turan</a><br /><strong>Konu:</strong> 2927<br /><strong>Gönderim Zamanı:</strong> 06.Temmuz.2016 Saat 11:53<br /><br /><b>Raspberry PI IP adres değişimi / change IP address </b><b>Raspberry PI</b><br><br>1. PowerShell'i yönetici olarka açalım.<br><br>2. net start WinRM<br>&nbsp;komutu ile WinRM servisini yükleyelim.<br>&nbsp;Not: Önceden yüklenmiş ise hata verebilir, bu aşamayı geçebiliriz.<br><br>3. Set-Item WSMan:\localhost\Client\TrustedHosts -Value &lt;Pi-name veya Pi-IP-Address&gt;<br>komutunu çalıştıralım<br>&nbsp;Örnek: Set-Item WSMan:\localhost\Client\TrustedHosts 192.168.1.50<br>&nbsp;<br>4. Enter-PSSession -ComputerName &lt;Pi-Name veya IP-Address&gt; -Credential &lt;Pi-name veya IP-Address veya localhost&gt;\Administrator<br><br>&nbsp;Örnek: Enter-PSSession -ComputerName masterPi -Credential localhost\Administrator<br>&nbsp;Bu komuttan hemen sonra kullanıcı adı ve şifres sorulacaktır. PI'nin web arabirimine girdiğiniz kullanıcı adını ve şifresini giriniz.<br>&nbsp;<br><br><b>Raspberry PI PowerShell'den IP bilgisinin alınması / <span ="-1" id="result_" ="short_text" lang="en"><span>Raspberry Pi</span> <span>IP information</span></span></b><br>Get-NetIPAddress<br><br><b>Raspberry PI IP Adresinin değiştirilmesi / <span ="-1" id="result_" ="short_text" lang="en"><span>Raspberry Pi</span> <span>changing the</span> <span>IP address</span></span></b><br>New-NetIPAddress -InterfaceAlias "Ethernet" -IPAddress "192.168.1.51" -DefaultGateway "192.168.1.1" -PrefixLength 24<br><br><b>Raspberry PI DNS'in değiştirilmesi / <span ="-1" id="result_" ="short_text" lang="en"><span ="">Changing the</span> <span ="">Raspberry Pi</span> <span ="">DNS address</span></span></b><br>Set-DnsClientServerAddress -InterfaceAlias "Ethernet" -ServerAddresses 192.168.1.1<br><br><b>Raspberry PI Şifre değiştirmek için / </b><b>Raspberry PI change user password</b><br>&nbsp;net user Administrator &#091;new password&#093;<br><br><br><b>Raspberry PI adını değiştirmek için</b><b> / </b><b>Raspberry PI change machine name</b><br>&nbsp;setcomputername YeniPI<br>&nbsp;<br><b>Raspberry PI Yeniden başlatmak için </b><b> / </b><b>Raspberry PI reStart</b><br>&nbsp;shutdown /r /t 0<br><br><b>Raspberry PI IPAdresi silmek için / Delete IP Address from </b><b>Raspberry PI</b><br>&nbsp;Remove-NetIPAddress -IPAddress 192.168.1.50<br><br><br><br><br><span style="font-size:10px"><br /><br />Düzenleyen murat turan - 10.Temmuz.2016 Saat 12:18</span>]]>
   </description>
   <pubDate>Wed, 06 Jul 2016 11:53:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.datakent.com/forum_posts.asp?TID=2927&amp;PID=5788#5788</guid>
  </item> 
 </channel>
</rss>