{"id":5354,"date":"2016-01-17T23:39:54","date_gmt":"2016-01-17T21:39:54","guid":{"rendered":"http:\/\/www.karadere.com\/blog\/?p=5354"},"modified":"2019-12-04T15:29:51","modified_gmt":"2019-12-04T12:29:51","slug":"rasperrypi-kurulum-ve-configuration-notlarim","status":"publish","type":"post","link":"https:\/\/www.karadere.com\/blog\/rasperrypi-kurulum-ve-configuration-notlarim.html","title":{"rendered":"RasperryPi Kurulum ve configuration notlar\u0131m"},"content":{"rendered":"<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"http:\/\/www.initechstore.com\/image\/data\/demo\/raspberry_logo.png\" alt=\"\" width=\"524\" height=\"175\"><\/p>\n<p>Temel linux komutlar\u0131 :&nbsp;<a href=\"http:\/\/www.karadere.com\/blog\/linux-komutlari-linux-sistemlerdeki-command-prompt-shell-line-komutlari.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.karadere.com\/blog\/linux-komutlari-linux-sistemlerdeki-command-prompt-shell-line-komutlari.html<\/a><\/p>\n<p>&nbsp;<\/p>\n<p><strong>Change ip address eth0 or wlan0 interface Ubuntu veya Raspberry Pi &#8211; command prompt shell den ip de\u011fi\u015ftirmek<\/strong><\/p>\n<blockquote><p><strong>route -n<\/strong> &nbsp; &nbsp; &nbsp; mevcut route tablosunu g\u00f6r\u00fcnt\u00fclemek<\/p>\n<p><strong>sudo ifconfig eth0&nbsp;&nbsp; 192.168.0.1 netmask 255.255.255.0<\/strong><\/p>\n<p><strong>sudo route add default gw 192.168.0.253 eth0<\/strong><\/p><\/blockquote>\n<p>&nbsp;<\/p>\n<h3><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/652x293ximage86.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.3lqKgfiED6.png\" alt=\"image\" width=\"652\" height=\"293\" border=\"0\"><\/h3>\n<p>&nbsp;<\/p>\n<h3>Changing Your IP From the Command Line in Linux<\/h3>\n<blockquote><p><strong><em>ifconfig&nbsp;<\/em><\/strong><\/p><\/blockquote>\n<p>bu komut ile ip adresini interface bazl\u0131 \u00f6\u011freniyoruz<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/652x357ximage81.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.OhzBZ_glpL.png\" alt=\"image\" width=\"652\" height=\"357\" border=\"0\"><\/p>\n<p>mevcut ip adresini a\u015fa\u011f\u0131daki komutlar\u0131 girerek de\u011fi\u015ftirebilirsiniz.<\/p>\n<blockquote><p><strong>sudo ifconfig eth0&nbsp;&nbsp; 192.168.0.1 netmask 255.255.255.0<\/strong><\/p><\/blockquote>\n<p>burada eth0 dan sonraki ip statik &nbsp;(sabit) olacak adress netmask ise c class maskeleme gibi hangi network maskesini kullanaca\u011f\u0131n\u0131z\u0131 gireceksiniz genelde c class t\u0131r yani 255.255.255.0 d\u0131r<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/652x59ximage82.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.3dtxb-EPEu.png\" alt=\"image\" width=\"652\" height=\"59\" border=\"0\"><\/p>\n<p>sonra <strong>ifconfig<\/strong> ile bakarak ip adresini statik ayarlad\u0131km\u0131 kontrol ediyoruz<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/657x369ximage83.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.Ds_nu2rvAg.png\" alt=\"image\" width=\"657\" height=\"369\" border=\"0\"><\/p>\n<p>&nbsp;<\/p>\n<blockquote><p><strong>sudo route add default gw 192.168.0.253 eth0<\/strong><\/p><\/blockquote>\n<p>bu komutlada internet i\u00e7in yan\u0131 internet \u00e7\u0131k\u0131\u015f\u0131 i\u00e7in proxy mi modem mi ne ile internete \u00e7\u0131kmak istiyorsan\u0131z onun gateway yani varsay\u0131lan a\u011f ge\u00e7idinizin ip sini tan\u0131ml\u0131yorsunuz.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/652x57ximage84.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.QLWqYX5kVy.png\" alt=\"image\" width=\"652\" height=\"57\" border=\"0\"><\/p>\n<p>iki komutu ayn\u0131 anda girmek i\u00e7in ise &nbsp;; ile pe\u015f pe\u015fe iki komut \u00e7al\u0131\u015f\u0131r<\/p>\n<blockquote><p><strong>ifconfig wlan0 192.168.1.2 netmask 255.255.255.0 ; route add default gw 192.168.1.1 wlan0<\/strong><\/p><\/blockquote>\n<blockquote>\n<pre><strong><code>\nifconfig wlan0 down\nifconfig wlan0 up<\/code><\/strong><\/pre>\n<\/blockquote>\n<p>daha fazla kaynak i\u00e7in&nbsp;h<a href=\"https:\/\/help.ubuntu.com\/community\/CommandlineHowto\" target=\"_blank\" rel=\"noopener noreferrer\">ttps:\/\/help.ubuntu.com\/community\/CommandlineHowto<\/a><\/p>\n<p>daha sonra route tablosuna bakal\u0131m<\/p>\n<p><strong>route -n<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" title=\"image\" src=\"http:\/\/www.howtogeek.com\/wp-content\/uploads\/2012\/07\/705x166ximage85.png.pagespeed.gp+jp+jw+pj+js+rj+rp+rw+ri+cp+md.ic.aJ1JOzAVRJ.png\" alt=\"image\" width=\"705\" height=\"166\" border=\"0\"><\/p>\n<p><strong>DNS ayarlar\u0131n\u0131 ayarlamak<\/strong><\/p>\n<blockquote><p><strong>sudo nano \/etc\/resolv.conf &nbsp; &nbsp;<\/strong>veya &nbsp; &nbsp; &nbsp;&nbsp;<strong>&nbsp;sudo vi&nbsp;&nbsp;\/etc\/resolv.conf <\/strong><\/p><\/blockquote>\n<p>nameserver&nbsp;8.8.8.8<br \/>\nnameserver 208.67.220.220<\/p>\n<p>gibi ayarl\u0131yoruz<\/p>\n<p><strong>web server kurulumu &nbsp;apache ve PHP ve MY SQL<\/strong><\/p>\n<p>apache kurulumu<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\">sudo apt<span class=\"token operator\">-<\/span>get install apache2 <span class=\"token operator\">-<\/span>y\n\n<code>\/var\/www\/html\/index.html\n<\/code><\/code><\/pre>\n<pre><code>cd \/var\/www\/html\nls -al\n<\/code><\/pre>\n<pre><code> <strong>komut \u00e7\u0131kt\u0131s\u0131<\/strong><\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">total <span class=\"token number\">12<\/span>\ndrwxr<span class=\"token operator\">-<\/span>xr<span class=\"token operator\">-<\/span>x  <span class=\"token number\">2<\/span> root root <span class=\"token number\">4096<\/span> Jan  <span class=\"token number\">8<\/span> <span class=\"token number\">01<\/span><span class=\"token punctuation\">:<\/span><span class=\"token number\">29<\/span> <span class=\"token punctuation\">.<\/span>\ndrwxr<span class=\"token operator\">-<\/span>xr<span class=\"token operator\">-<\/span>x  <span class=\"token number\">3<\/span> root root <span class=\"token number\">4096<\/span> Jan  <span class=\"token number\">8<\/span> <span class=\"token number\">01<\/span><span class=\"token punctuation\">:<\/span><span class=\"token number\">28<\/span> <span class=\"token punctuation\">.<\/span><span class=\"token punctuation\">.<\/span>\n<span class=\"token operator\">-<\/span>rw<span class=\"token operator\">-<\/span>r<span class=\"token operator\">--<\/span>r<span class=\"token operator\">--<\/span>  <span class=\"token number\">1<\/span> root root  <span class=\"token number\">177<\/span> Jan  <span class=\"token number\">8<\/span> <span class=\"token number\">01<\/span><span class=\"token punctuation\">:<\/span><span class=\"token number\">29<\/span> index<span class=\"token punctuation\">.<\/span>html\n<strong>test apache <\/strong>\nhttp:\/\/localhost\/ veya http:\/\/192.168.1.100 veya http:\/\/hostname\n\nhostname \u00f6\u011frenmek : hostname komutu\nip \u00f6\u011frenmek i\u00e7in ise hostname -I  komutunu kullanabilir siniz\n\n<\/code><\/pre>\n<p><strong><code>Indexing browsing \u00f6zelli\u011fini kapatmak (g\u00fcvenlik almak)<\/code><\/strong><\/p>\n<p>&nbsp;<\/p>\n<blockquote><p><strong><code>\/etc\/apache2\/apache2.conf<\/code> change from<\/strong><\/p>\n<pre><code>&lt;Directory \/var\/www\/&gt;\n        Options Indexes FollowSymLinks\n        AllowOverride None\n        Require all granted\n&lt;\/Directory&gt;\n<\/code><\/pre>\n<\/blockquote>\n<p>bul ve a\u015fa\u011f\u0131daki gibi de\u011fi\u015ftir.<\/p>\n<blockquote>\n<pre><code>&lt;Directory \/var\/www\/&gt;\n        Options FollowSymLinks\n        AllowOverride None\n        Require all granted\n&lt;\/Directory&gt;\n<\/code><\/pre>\n<\/blockquote>\n<p>sonra apache servisini yeniden ba\u015flat<\/p>\n<blockquote>\n<pre><strong><code>sudo service apache2 restart<\/code><\/strong><\/pre>\n<\/blockquote>\n<pre class=\" language-bash\"><code class=\" language-bash\">\n <strong>PHP kurmak<\/strong> <\/code><code class=\" language-bash\">sudo apt<span class=\"token operator\">-<\/span>get install php5 libapache2<span class=\"token operator\">-<\/span>mod<span class=\"token operator\">-<\/span>php5 <span class=\"token operator\">-<\/span>y test php<\/code><\/pre>\n<pre><code class=\" language-bash\">sudo nano index<span class=\"token punctuation\">.<\/span>php<\/code><\/pre>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">&lt;?php<\/span> <span class=\"token keyword\">echo<\/span> <span class=\"token string\">\"hello world\"<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token delimiter\">?&gt;\n<\/span><\/span><\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">sudo rm index<span class=\"token punctuation\">.<\/span>html<\/code><\/pre>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">&lt;?php<\/span> <span class=\"token keyword\">echo<\/span> <span class=\"token function\">date<span class=\"token punctuation\">(<\/span><\/span><span class=\"token string\">'Y-m-d H:i:s'<\/span><span class=\"token punctuation\">)<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token delimiter\">?&gt;<\/span><\/span><\/code><\/pre>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">&lt;?php<\/span> <span class=\"token function\">phpinfo<span class=\"token punctuation\">(<\/span><\/span><span class=\"token punctuation\">)<\/span><span class=\"token punctuation\">;<\/span> <span class=\"token delimiter\">?&gt;<\/span><\/span><\/code><\/pre>\n<pre class=\" language-php\"><strong><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">MYSQL kurulumu\n<\/span><\/span><\/code><\/strong><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">sudo apt<span class=\"token operator\">-<\/span>get install mysql<span class=\"token operator\">-<\/span>server php5<span class=\"token operator\">-<\/span>mysql <span class=\"token operator\">-<\/span>y\n\n<strong>PHP MY ADMIN kurulumu<\/strong>\n\n<\/code><\/pre>\n<pre class=\"code-pre \"><code>sudo apt-get install phpmyadmin\n\n<\/code><\/pre>\n<pre class=\"code-pre \"><code>sudo php5enmod mcrypt<\/code><\/pre>\n<pre class=\"code-pre \"><code>sudo service apache2 restart<\/code><\/pre>\n<pre class=\"code-pre \"><code>\n<a href=\"http:\/\/www.karadere.com\/blog\/raspberry-pi-veya-ubuntu-phpmyadmin-kurulumu.html\" target=\"_blank\" rel=\"noopener noreferrer\">http:\/\/www.karadere.com\/blog\/raspberry-pi-veya-ubuntu-phpmyadmin-kurulumu.html\n\n<\/a><\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\"><strong>WordPress kurulumu<\/strong> <\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">cd <span class=\"token operator\">\/<\/span>var<span class=\"token operator\">\/<\/span>www<span class=\"token operator\">\/<\/span>html<span class=\"token operator\">\/<\/span>\nsudo chown pi<span class=\"token punctuation\">:<\/span> <span class=\"token punctuation\">.<\/span>\nsudo rm <span class=\"token operator\">*<\/span>\nwget http<span class=\"token punctuation\">:<\/span><span class=\"token operator\">\/<\/span><span class=\"token operator\">\/<\/span>wordpress<span class=\"token punctuation\">.<\/span>org<span class=\"token operator\">\/<\/span>latest<span class=\"token punctuation\">.<\/span>tar<span class=\"token punctuation\">.<\/span><\/code><code class=\" language-bash\">gz<\/code><code class=\" language-bash\">\n\n<\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">tar xzf latest<span class=\"token punctuation\">.<\/span>tar<span class=\"token punctuation\">.<\/span>gz\nmv wordpress<span class=\"token operator\">\/<\/span><span class=\"token operator\">*<\/span> <span class=\"token punctuation\">.<\/span>\nrm <span class=\"token operator\">-<\/span>rf wordpress latest<span class=\"token punctuation\">.<\/span>tar<span class=\"token punctuation\">.<\/span>gz<\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">Running the <code>ls<\/code> or (<code>tree -L 1<\/code>) command \n\ne\u011fer yetkilendirmede sorun ya\u015far iseniz<\/code><\/pre>\n<p><strong>sudo chmod 777 {dosya adresi} -R<\/strong><\/p>\n<p><em>\u201c\/var\/www\/\u201d<\/em> klas\u00f6r\u00fcne vererek deneyelim.<\/p>\n<p><strong>sudo chmod 777 \/var\/www\/html -R<\/strong><\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\">\n<\/code><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">\u251c\u2500\u2500 index<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 license<span class=\"token punctuation\">.<\/span>txt\n\u251c\u2500\u2500 readme<span class=\"token punctuation\">.<\/span>html\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>activate<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>admin\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>blog<span class=\"token operator\">-<\/span>header<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>comments<span class=\"token operator\">-<\/span>post<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>config<span class=\"token operator\">-<\/span>sample<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>content\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>cron<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>includes\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>links<span class=\"token operator\">-<\/span>opml<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>load<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>login<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>mail<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>settings<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>signup<span class=\"token punctuation\">.<\/span>php\n\u251c\u2500\u2500 wp<span class=\"token operator\">-<\/span>trackback<span class=\"token punctuation\">.<\/span>php\n\u2514\u2500\u2500 xmlrpc<span class=\"token punctuation\">.<\/span>php\n\n\n<\/code><\/pre>\n<p>To get your WordPress site set up, you need a database. Run the <code>mysql<\/code> command in the terminal and provide your login credentials (e.g. username <code>root<\/code>, password <code>password<\/code>):<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\">mysql <span class=\"token operator\">-<\/span>uroot <span class=\"token operator\">-<\/span>ppassword<\/code><\/pre>\n<p>Here I have provided my password (the word <code>password<\/code>) on the command line; there is no space between <code>-p<\/code> and your password.<\/p>\n<p>Alternatively you can simply supply an empty <code>-p<\/code> flag and wait to be asked for a password:<\/p>\n<pre class=\" language-bash\"><code class=\" language-bash\">mysql <span class=\"token operator\">-<\/span>uroot <span class=\"token operator\">-<\/span>p<\/code><\/pre>\n<p>Now you will be prompted to enter the root user password you created earlier.<\/p>\n<p>Once you&#8217;re connected to MySQL, you can create the database your WordPress installation will use:<\/p>\n<pre><code>mysql&gt; create database wordpress;<\/code><\/pre>\n<p>Note the semi-colon ending the statement. On success you should see the following message:<\/p>\n<pre><code>Query OK, 1 row affected (0.00 sec)<\/code><\/pre>\n<p>Exit out of the MySQL prompt with <code>Ctrl + D<\/code>.<\/p>\n<p>&nbsp;<\/p>\n<p>You need to find out your Pi&#8217;s IP address to access it in the browser, so in a terminal type the command <code>hostname -I<\/code>.<\/p>\n<p>Navigate to <code>http:\/\/YOUR-IP-ADDRESS<\/code> e.g. <code>http:\/\/192.168.1.5<\/code> in the web browser on your Pi.<\/p>\n<p>You should see a WordPress error page; this is good! Click the big button marked <code>Create a Configuration File<\/code> followed by the <code>Let's go!<\/code> button on the next page.<\/p>\n<p>Now fill out the basic site information as follows:<\/p>\n<pre><code>Database Name:      wordpress\nUser Name:          root\nPassword:           &lt;YOUR PASSWORD&gt;\nDatabase Host:      localhost\nTable Prefix:       wp_<\/code><\/pre>\n<p>Upon successful database connection, you will be given the contents of your <code>wp-config.php<\/code> file:<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.raspberrypi.org\/learning\/lamp-web-server-with-wordpress\/images\/wp-config.png\" alt=\"\"><\/p>\n<p>Copy this text, return to the terminal on the Pi and edit the file with <code>nano wp-config.php<\/code>. Paste the text into this file, and save and exit with <code>Ctrl + X<\/code>, then <code>Y<\/code> for yes and <code>Enter<\/code>.<\/p>\n<p>Now hit the <code>Run the install<\/code> button.<\/p>\n<h3>WELCOME SCREEN<\/h3>\n<p>Now you&#8217;re getting close.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/www.raspberrypi.org\/learning\/lamp-web-server-with-wordpress\/images\/wp-info.png\" alt=\"\"><\/p>\n<p>Fill out the information: give your site a title, create a username and password, put in your email address and untick the search engines box. Hit the <code>Install WordPress<\/code> button, then log in using the account you just created.<\/p>\n<p>Now you&#8217;re logged in and have your site set up, you can see the website by visiting your IP address in the browser on the Pi or another computer on the network. To log in again (or on another computer), go to <code>http:\/\/YOUR-IP-ADDRESS\/wp-admin<\/code>.<\/p>\n<h3>FRIENDLY PERMALINKS<\/h3>\n<p>It&#8217;s recommended that you change your permalink settings to make your URLs more friendly. To do this, log in to WordPress and go to the dashboard. Go to <code>Settings<\/code> then <code>Permalinks<\/code>. Select the<code>Post name<\/code> option and click <code>Save Changes<\/code>. After saving, you will be prompted to update your<code>.htaccess<\/code> file. You probably don&#8217;t have one yet, so add one in <code>\/var\/www\/html\/<\/code> by typing <code>nano .htaccess<\/code>; note this is a hidden file, so it starts with a dot. Then paste in the contents provided:<\/p>\n<pre><code>&lt;IfModule mod_rewrite.c&gt;\nRewriteEngine On\nRewriteBase \/\nRewriteRule ^index.php$ - [L]\nRewriteCond %{REQUEST_FILENAME} !-f\nRewriteCond %{REQUEST_FILENAME} !-d\nRewriteRule . \/index.php [L]\n&lt;\/IfModule&gt;<\/code><\/pre>\n<p>Save the file and return to the website homepage. Click on the post title or the sample page link and you&#8217;ll probably see a <code>Not Found<\/code> error page. This is because the <code>rewrite<\/code> module has not been enabled in Apache. To do this, enter <code>sudo a2enmod rewrite<\/code>.<\/p>\n<p>You&#8217;ll also need to tell the virtual host serving the site to allow requests to be overwritten. Do this by editing the virtual host file (with root permissions): <code>sudo nano \/etc\/apache2\/sites-available\/default<\/code>; also, change the <code>AllowOverride<\/code> setting on line 11 (inside the <code>&lt;Directory \/var\/www\/html\/&gt;<\/code> block) from <code>None<\/code> to <code>All<\/code>. Save the file and then restart Apache with <code>sudo service apache2 restart<\/code>. Once it&#8217;s restarted, refresh the page and it should load successfully. Now posts have URLs like <code>\/hello-world\/<\/code> instead of <code>\/?p=123<\/code>, and pages have URLs like<code>\/sample-page\/<\/code> instead of <code>\/?page_id=2<\/code>.<\/p>\n<h3>CUSTOMISATION<\/h3>\n<p>WordPress is very customisable. By clicking your site name in the WordPress banner along the top of the page (when logged in), you&#8217;ll be taken to the Dashboard. From here you can change the theme, add pages and posts, edit the menu, add plugins and lots more. This is just a taster for getting something interesting set up on the Raspberry Pi&#8217;s web server.<\/p>\n<pre class=\" language-bash\"><\/pre>\n<pre class=\" language-bash\"><code class=\" language-bash\">&nbsp;<\/code><\/pre>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">kaynak : <a href=\"https:\/\/www.raspberrypi.org\/learning\/lamp-web-server-with-wordpress\/worksheet\/\" target=\"_blank\" rel=\"noopener noreferrer\">https:\/\/www.raspberrypi.org\/learning\/lamp-web-server-with-wordpress\/worksheet\/<\/a>\n\n<strong>Ek program kurulumlar\u0131\n<\/strong>\n<strong>apt-get install xrdp<\/strong>\n\n<a href=\"http:\/\/www.karadere.com\/blog\/ubuntu-veya-rasperry-pi-remote-desktop-baglanti-saglamak.html\" target=\"_blank\" rel=\"noopener noreferrer\">Linux remote desktop kurulumu<\/a> i\u00e7in daha detayl\u0131 bilgi i\u00e7in t\u0131klay\u0131n\u0131z.\n\n<\/span><\/span><\/code><\/pre>\n<pre class=\" language-php\"><strong><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">apt-get install gadmin-proftpd<\/span><\/span><\/code><\/strong><\/pre>\n<pre class=\" language-php\"><code class=\" language-php\"><span class=\"token php\"><span class=\"token delimiter\">\n<div class=\"post-video\"><iframe loading=\"lazy\" width=\"1165\" height=\"655\" src=\"https:\/\/www.youtube.com\/embed\/r0BoBkv3cwg?wmode=transparent&#038;fs=1\"  allowfullscreen><\/iframe><\/div>\n\n<a href=\"http:\/\/aspberry-pi-gadmin-proftpd-grafik-ftp-server-kurulumu.html\">gadmin-proftpd kurulumu<\/a>  detayl\u0131 inceleyebilir siniz.\n\n<strong>Ek komutlar :<\/strong> a\u00e7\u0131k portlar\u0131 bulmak <\/span><\/span><\/code><\/pre>\n<pre><code><strong>netstat -ntlp | grep LISTEN<\/strong> \n\n\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Temel linux komutlar\u0131 :&nbsp;http:\/\/www.karadere.com\/blog\/linux-komutlari-linux-sistemlerdeki-command-prompt-shell-line-komutlari.html &nbsp; Change ip address eth0 or wlan0 interface Ubuntu veya Raspberry Pi &#8211; command prompt shell den ip de\u011fi\u015ftirmek route -n &nbsp; &nbsp; &nbsp; mevcut route tablosunu g\u00f6r\u00fcnt\u00fclemek sudo ifconfig eth0&nbsp;&nbsp; 192.168.0.1 netmask 255.255.255.0 sudo route add default gw 192.168.0.253 eth0 &nbsp; &nbsp; Changing Your IP From the Command Line in [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":"","_links_to":"","_links_to_target":""},"categories":[41],"tags":[724,1343,3134],"class_list":["post-5354","post","type-post","status-publish","format-standard","hentry","category-programlama-software","tag-configuration","tag-kurulumu","tag-rasperrypi","has-post-title","has-post-date","has-post-category","has-post-tag","has-post-comment","has-post-author",""],"aioseo_notices":[],"views":200991,"_links":{"self":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/comments?post=5354"}],"version-history":[{"count":1,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5354\/revisions"}],"predecessor-version":[{"id":7115,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/posts\/5354\/revisions\/7115"}],"wp:attachment":[{"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/media?parent=5354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/categories?post=5354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.karadere.com\/blog\/wp-json\/wp\/v2\/tags?post=5354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}