<?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>Böyük hədəflərə kiçik addımlarla! &#187; Linux</title>
	<atom:link href="http://alismayilov.blogy.az/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://alismayilov.blogy.az</link>
	<description>Xoş gəlmisiniz.</description>
	<lastBuildDate>Thu, 14 Jan 2010 10:46:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linuxda javanı quraşdırmağın qaydası</title>
		<link>http://alismayilov.blogy.az/2010/01/08/linuxda-javani-qurasdirmagin-qaydasi/</link>
		<comments>http://alismayilov.blogy.az/2010/01/08/linuxda-javani-qurasdirmagin-qaydasi/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:18:30 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=308</guid>
		<description><![CDATA[Linuxda javanı yükləmək üçün,  sunın  saytına girin. Yüklədikdən sonra  chmod ilə jdk-6u17-linux-i586.bin faylını quraşdırıla bilən hala gətirin.

ali@ali-laptop:~/Downloads$  chmod +x jdk-6u17-linux-i586.bin

Ondan sonra ./ ilə proqramı quraşdırın

ali@ali-laptop:~/Downloads$ ./jdk-6u17-linux-i586.bin

yes or no sualına yes cavabın verin.

Do you agree to the above license terms? [yes or no]

Onda sonra  jdk1.6.0_17/  qovluğunu /usr/local/bin qovluğuna köçürün.

ali@ali-laptop:~/Downloads$ sudo [...]]]></description>
			<content:encoded><![CDATA[<p>Linuxda javanı yükləmək üçün, <a href="http://java.sun.com/javase/downloads/index_jdk5.jsp" target="blank"> sunın </a> saytına girin. Yüklədikdən sonra <strong> chmod</strong> ilə jdk-6u17-linux-i586.bin faylını quraşdırıla bilən hala gətirin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~/Downloads$  chmod +x jdk-6u17-linux-i586.bin</pre></div></div>

<p>Ondan sonra <strong>./</strong> ilə proqramı quraşdırın</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~/Downloads$ ./jdk-6u17-linux-i586.bin</pre></div></div>

<p>yes or no sualına yes cavabın verin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">Do you agree to the above license terms? [yes or no]</pre></div></div>

<p>Onda sonra  jdk1.6.0_17/  qovluğunu /usr/local/bin qovluğuna köçürün.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~/Downloads$ sudo mv jdk1.6.0_17/ /usr/local/bin/</pre></div></div>

<p>Aşağıdakı şəkildə simvolik link (qısa yol) yaradın.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:/usr/local/bin$ sudo ln -s jdk1.6.0_17/ jdk</pre></div></div>

<p>export komandası ilə javanın yolun, istifadəçinin yolları siyahısına əlavə edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:/usr/local/bin$ export PATH=$PATH:/usr/local/bin/jdk/bin/</pre></div></div>

<p>Budur artıq bizdə java işlədi.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:/usr/local/bin$ javac</pre></div></div>

<p>Əgər hər dəfə komputer açılanda javanın yolunu export etmək istəmirsənsə, onda <strong>.bashrc</strong> yə yuxarıdakı export komandasın əlavə edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ vi .bashrc</pre></div></div>

<p>Artık javadan istifadə edə bilərsiz</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ javac hello.java
ali@ali-laptop:~$ java hello
Hello Java</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2010/01/08/linuxda-javani-qurasdirmagin-qaydasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntuda real playeri yükləməyin qaydası</title>
		<link>http://alismayilov.blogy.az/2009/12/30/ubuntuda-real-playeri-yukl%c9%99m%c9%99yin-qaydasi/</link>
		<comments>http://alismayilov.blogy.az/2009/12/30/ubuntuda-real-playeri-yukl%c9%99m%c9%99yin-qaydasi/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 10:28:55 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=301</guid>
		<description><![CDATA[Real playeri yükləmək üçün ilk əvvəl real playerin saytında onu götürmək lazımdır. wget vasitəsi ilə bunu edə bilərsiz.

ali@ali-laptop:~$ sudo wget http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin                                   [...]]]></description>
			<content:encoded><![CDATA[<p>Real playeri yükləmək üçün ilk əvvəl real playerin saytında onu götürmək lazımdır. <strong>wget</strong> vasitəsi ilə bunu edə bilərsiz.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ sudo wget http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin                                                                                         
[sudo] password for ali:                                                                                     
--2009-12-30 13:32:33--  http://www.real.com/realcom/R?href=http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin                                                                                                     
Resolving www.real.com... 207.188.5.44                                                                                
Connecting to www.real.com|207.188.5.44|:80... connected.                                                             
HTTP request sent, awaiting response... 302 Moved Temporarily                                                         
Location: http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin&amp;amp;href=http%3A%2F%2Fforms.real.com%2Freal%2Fplayer%2Fdownload.html%3Ff%3Dunix%2FRealPlayer11GOLD.bin [following]                                        
--2009-12-30 13:32:44--  http://forms.real.com/real/player/download.html?f=unix/RealPlayer11GOLD.bin&amp;amp;href=http%3A%2F%2Fforms.real.com%2Freal%2Fplayer%2Fdownload.html%3Ff%3Dunix%2FRealPlayer11GOLD.bin                                     
Resolving forms.real.com... 207.188.5.188                                                                             
Connecting to forms.real.com|207.188.5.188|:80... connected.                                                          
HTTP request sent, awaiting response... 302 Temporary Relocation                                                      
Location: http://www.real.com/R/RDX.fail-click.R/software-dl.real.com/307f884b8669f8919706/unix/RealPlayer11GOLD.bin [following]                                                                                                            
--2009-12-30 13:33:00--  http://www.real.com/R/RDX.fail-click.R/software-dl.real.com/307f884b8669f8919706/unix/RealPlayer11GOLD.bin                                                                                                         
Connecting to www.real.com|207.188.5.44|:80... connected.                                                             
HTTP request sent, awaiting response... 302 Temporary Relocation                                                      
Location: http://software-dl.real.com/307f884b8669f8919706/unix/RealPlayer11GOLD.bin [following]                      
--2009-12-30 13:33:01--  http://software-dl.real.com/307f884b8669f8919706/unix/RealPlayer11GOLD.bin                   
Resolving software-dl.real.com... 66.203.123.22                                                                       
Connecting to software-dl.real.com|66.203.123.22|:80... connected.                                                    
HTTP request sent, awaiting response... 200 OK                                                                        
Length: 7535566 (7.2M) [application/octet-stream]                                                                     
Saving to: `RealPlayer11GOLD.bin'                                                                                     
&nbsp;
100%[============================================================================&amp;gt;] 7,535,566    278K/s   in 27s     
&nbsp;
2009-12-30 13:33:44 (272 KB/s) - `RealPlayer11GOLD.bin' saved [7535566/7535566]</pre></div></div>

<p>Real Playerin paketin götürdükdən sonra onu yükləmək qaldı. İlk əvvəl Real Playerin bin paketin çağrılabilən (executable) hala gətirək.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ sudo chmod a+x RealPlayer11GOLD.bin</pre></div></div>

<p>Bundan sonra isə .bin paketin install etmək lazımdır.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ sudo ./RealPlayer11GOLD.bin                                      
Extracting files for Helix installation........................                    
&nbsp;
Welcome to the RealPlayer (11.0.2.1744) Setup for UNIX
Setup will help you get RealPlayer running on your computer.
Press [Enter] to continue...                                
&nbsp;
Enter the complete path to the directory where you want
RealPlayer to be installed.  You must specify the full
pathname of the directory and have write privileges to
the chosen directory.
Directory:  [/opt/real/RealPlayer]: 
Copying RealPlayer files...Path setup done.
Succeeded.
installing application icons resource...
installing document icons resource...
......Succeeded.
Configuring Mozilla...
Installing .mo locale files...
Setting selinux context...
Succeeded.
&nbsp;
RealPlayer installation is complete.
Cleaning up installation files...
Done.</pre></div></div>

<p>Beləliklə uğurlar RealPlayeri yüklədik. </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/12/30/ubuntuda-real-playeri-yukl%c9%99m%c9%99yin-qaydasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redhatda (RedHat base linuxlarda) proqram yükləməyin qaydası</title>
		<link>http://alismayilov.blogy.az/2009/12/12/redhatda-redhat-base-linuxlarda-proqram-yukl%c9%99m%c9%99yin-qaydasi/</link>
		<comments>http://alismayilov.blogy.az/2009/12/12/redhatda-redhat-base-linuxlarda-proqram-yukl%c9%99m%c9%99yin-qaydasi/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 15:48:28 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=270</guid>
		<description><![CDATA[Ümumiyyətlə desək, linuxda proqram (paket) yükləməyin 3 ən geniş yayılmış qaydası, yolu var. 

 Linuxun təqdim etdiyi utility ilə proqram birbaşa internetdən yüklənilir 
 RedHat və ya Debian paketlər ilə proqram yüklənir 
 Proqram source koddan yüklənir 

Bundan başqa metodlarda qarşınıza çıxa bilər (məsələn .sh ilə bitən proqramı yükləmək, .py ilə bitən proqramı yükləmək və [...]]]></description>
			<content:encoded><![CDATA[<p>Ümumiyyətlə desək, linuxda proqram (paket) yükləməyin 3 ən geniş yayılmış qaydası, yolu var. </p>
<ol>
<li> Linuxun təqdim etdiyi utility ilə proqram birbaşa internetdən yüklənilir </li>
<li> RedHat və ya Debian paketlər ilə proqram yüklənir </li>
<li> Proqram source koddan yüklənir </li>
</ol>
<p>Bundan başqa metodlarda qarşınıza çıxa bilər (məsələn .sh ilə bitən proqramı yükləmək, .py ilə bitən proqramı yükləmək və s). Amma bu 3 metod ən geniş yayılmış metodlardır. İndi bir &#8211; bir ətraflı şəkildə bu metodlara baxaq. </p>
<ol>
<li>
 Red Hatda bu <strong>yum</strong> komandası vasitəsi ilə yerinə yetirilir. yum bizə çox imkanlar təqdim edir. <strong>man yum</strong> daxil etməklə, yum komandasının manualinə baxa bilərsiz. yum ilə proqramı install edəndə, <strong>yum install ad</strong> daxil etmək lazımdır. Bu metod çox rahat və asan metoddur. Çatışmayan cəhəti internetinizin sürəti zəif olsa, bu metodla böyük paketləri yükləmək çətin olacaq (vaxt çox gedəcək). Məsələn, yum vasitəsi ilə mysql i yükləyək.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# yum install mysql-server
Loading &quot;kernel-module&quot; plugin
Setting up Install Process
Setting up repositories
sl-base                   100% |=========================| 1.1 kB    00:00
sl-errata                 100% |=========================|  951 B    00:00
adobe-linux-i386          100% |=========================|  951 B    00:00
Reading repository metadata in from local files
Parsing package install arguments
Resolving Dependencies
--&amp;gt; Populating transaction set with selected packages. Please wait.
---&amp;gt; Package mysql-server.i386 0:4.1.22-2.el4.sl set to be updated
--&amp;gt; Running transaction check
Beginning Kernel Module Plugin
Finished Kernel Module Plugin
&nbsp;
Dependencies Resolved
&nbsp;
=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Installing:
 mysql-server            i386       4.1.22-2.el4.sl  sl-base           9.9 M
&nbsp;
Transaction Summary
=============================================================================
Install      1 Package(s)
Update       0 Package(s)
Remove       0 Package(s)
Total download size: 9.9 M
Is this ok [y/N]: y
Downloading Packages:
(1/1): mysql-server-4.1.2 100% |=========================| 9.9 MB    00:16
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing: mysql-server                 ######################### [1/1]
&nbsp;
Installed: mysql-server.i386 0:4.1.22-2.el4.sl
Complete!
[root@S2104 ~]#</pre></div></div>

<p>bu qədər sadə, birdənə <strong>yum install mysql-server</strong> daxil etdik. Və birdə <strong>Is this ok [y/N]:</strong> sualına<strong> y</strong> daxil etməklə, cavab vermək lazımdır. Əgər bu suala əvvəlcədən yes cavab vermək istəyirsinizsə, onda <strong>yum -y install mysql-server </strong>komandasını, yəni<strong> -y</strong> əlavəsini daxil etməlisiniz.<br />
yum vasitəsi ilə proqramı (paketi) silmək üçün<strong> yum remove ad</strong> daxil etmək lazımdır. mysql-server yum vasitəsi ilə silək.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# yum remove mysql-server
Loading &quot;kernel-module&quot; plugin
Setting up Remove Process
Resolving Dependencies
--&amp;gt; Populating transaction set with selected packages. Please wait.
---&amp;gt; Package mysql-server.i386 0:4.1.22-2.el4.sl set to be erased
--&amp;gt; Running transaction check
Beginning Kernel Module Plugin
Finished Kernel Module Plugin
&nbsp;
Dependencies Resolved
&nbsp;
=============================================================================
 Package                 Arch       Version          Repository        Size
=============================================================================
Removing:
 mysql-server            i386       4.1.22-2.el4.sl  installed          21 M
&nbsp;
Transaction Summary
=============================================================================
Install      0 Package(s)
Update       0 Package(s)
Remove       1 Package(s)
Total download size: 0
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Removing  : mysql-server                 ######################### [1/1]
&nbsp;
Removed: mysql-server.i386 0:4.1.22-2.el4.sl
Complete!</pre></div></div>

<p>Beləliklə, mysql-serveri silmiş olduq.
</li>
<li>
Red Hatda (Red Hat əsaslı Linuxlarda, Suseda) proqramlar paketlər şəklində yüklənir. Bu paketlərə isə<strong> rpm</strong> (RedHat Packet Manager) paketlər adlanır. rpm paketlər idarə etmək üçün isə <strong>rpm (rpm Package Manager)</strong> komandası var. Məsələn sistemdə yüklü olan bütün paketlərə baxmaq üçün<strong> rpm -qa</strong> daxil etmək lazımdır. -qa əlavəsi, query all (hamısın sorğula) sözündən götürülüb.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# rpm -qa
filesystem-2.3.0-1
glib2-2.4.7-1
checkpolicy-1.17.5-1
bash-3.0-19.7
perl-5.8.5-36.el4_6.3
info-4.7-5.el4.2
ash-0.3.8-20
readline-4.3-13
sed-4.1.2-7.el4
python-sqlite-1.1.6-1
policycoreutils-1.18.1-4.13
udev-039-10.22.el4
openldap-2.2.13-12.el4
specspo-9.0.92-3
glib-1.2.10-15
libibumad-1.1.7-1.el4
lrzsz-0.12.20-19
mt-st-0.8-1
pax-3.0-9
rdate-1.4-2
netconfig-0.8.21-1.1
tmpwatch-2.9.1-1
fontconfig-2.2.3-13.el4
irda-utils-0.9.16-3
OpenIPMI-1.4.14-1.4E.20
gettext-0.14.1-13
stunnel-4.05-3
libwvstreams-3.75.0-2
cyrus-sasl-plain-2.1.19-14
nfs-utils-lib-1.0.6-8.z1
mdadm-1.12.0-5
pcmcia-cs-3.2.7-3.5
wvdial-1.54.0-3
cadaver-0.22.1-3
alsa-lib-1.0.6-5.RHEL4</pre></div></div>

<p>mysql-serveri rpm vasitəsi ilə yükləyək. Bunun üçün mysql-serverin rpm paketini tapmaq lazımdır. Siz bunu internetdən və ya sizdə olan linuxun dvdisindən tapa bilərsiz. İnternetdə<a href="http://www.rpmfind.net" target="blank">rpmfind.net</a> kimi saytlardan lazım olan rpmi asanlıqla tapmaq olur.<br />
rpm paketi yükləmək üçün<strong> rpm -i paketin_adı</strong> yazmaq lazımdır. Əgər paket install olanda nə baş verdiyin görmək istəyirsiniszə, onda <strong>-v</strong> əlavəsin etmək lazımdır. Və əgər siz install gedəndə, proqresində getdiyinə baxmaq istəyirsiniszə, onda <strong>-h</strong> əlavəsindəndə istifadə etmək lazımdır. 3 əlavəni isə birlikdə <strong>rpm -ihv</strong>şəklində yaza bilərsiz. Yəni</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# rpm -ivh mysql-server-4.1.22-2.el4.sl.i386.rpm
warning: mysql-server-4.1.22-2.el4.sl.i386.rpm: V3 DSA signature: NOKEY, key ID 82fd17b2
Preparing...                ########################################### [100%]
   1:mysql-server           ########################################### [100%]</pre></div></div>

<p>rpm vasitəsi ilə paketi silmək üçün isə<strong> rpm -e</strong> əlavəsindən istifadə etmək lazımdır. Yəni:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# rpm -e mysql-server-4.1.22-2.el4.sl
[root@S2104 ~]#</pre></div></div>

<p>Gördüyünüz kimi ikinci metodda kifayət qədər rahat və asan metoddur. Hətta bu metodlarla proqram yükləmək windowsda proqram yükləməkdən də asandır <img src='http://alismayilov.blogy.az/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</li>
<li>
 Bu metodla isə proqramı source koddan yükləmək lazımdır. Bu biraz çətin metoddur.</p>
<ul>
<li>
 Yükləmək istədiyiniz proqramın source kodunu internetdən yükləyin. Bu əsasən bz2 və gz sıxılmış formatlarında olur. bz2 formatında olan faylın həcmi daha kiçik olur. Məsələn php-ni source koddan yükləyək.
</li>
<li>
Sıxılmış faylı açın. bz2 formatl; faylı  bunzip2 komandası ilə açmaq olur.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# bunzip2 php-5.2.11.tar.bz2
[root@S2104 ~]#</pre></div></div>

</li>
<li>
Faylı arxivdən çıxarın.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# tar -xvf php-5.2.11.tar
php-5.2.11/
php-5.2.11/ext/
php-5.2.11/ext/gd/
php-5.2.11/ext/gd/gd.c
php-5.2.11/ext/gd/gd_ctx.c
php-5.2.11/ext/gd/libgd/
php-5.2.11/ext/gd/libgd/gd.c
php-5.2.11/ext/gd/libgd/gd.h
php-5.2.11/ext/gd/libgd/gdtables.c
php-5.2.11/ext/gd/libgd/gd_gd2.c
php-5.2.11/ext/gd/libgd/gd_png.c
php-5.2.11/ext/gd/libgd/pngtogd2.c
php-5.2.11/ext/gd/libgd/gddemo.c
php-5.2.11/ext/gd/libgd/xbm.c
php-5.2.11/ext/gd/libgd/gd2topng.c
php-5.2.11/ext/gd/libgd/README
php-5.2.11/ext/gd/libgd/gdparttopng.c
php-5.2.11/ext/gd/libgd/gd_topal.c
php-5.2.11/ext/gd/libgd/gdcache.c
php-5.2.11/ext/gd/libgd/gdcache.h
php-5.2.11/ext/gd/libgd/pngtogd.c
php-5.2.11/ext/gd/libgd/gdtest.c
php-5.2.11/ext/gd/libgd/testac.c
php-5.2.11/ext/gd/libgd/gd2time.c
php-5.2.11/ext/gd/libgd/gdhelpers.c
php-5.2.11/ext/gd/libgd/gdhelpers.h
php-5.2.11/ext/gd/libgd/gdkanji.c
php-5.2.11/ext/gd/libgd/gd_arc_f_buggy.c
php-5.2.11/ext/gd/libgd/gd_gd.c
php-5.2.11/ext/gd/libgd/gd_io.c
php-5.2.11/ext/gd/libgd/gd_io.h
php-5.2.11/ext/gd/libgd/gd_ss.c
php-5.2.11/ext/gd/libgd/gdxpm.c
php-5.2.11/ext/gd/libgd/gdft.c
php-5.2.11/ext/gd/libgd/gd_io_dp.c
php-5.2.11/ext/gd/libgd/gd_io_ss.c
php-5.2.11/ext/gd/libgd/jisx0208.h
php-5.2.11/ext/gd/libgd/wbmp.c
php-5.2.11/ext/gd/libgd/wbmp.h
php-5.2.11/ext/gd/libgd/gd2copypal.c
php-5.2.11/ext/gd/libgd/gd_io_file.c
php-5.2.11/ext/gd/libgd/gdfontmb.c
php-5.2.11/ext/gd/libgd/gdfontmb.h
php-5.2.11/ext/gd/libgd/gd_jpeg.c
php-5.2.11/ext/gd/libgd/gd_gif_in.c
php-5.2.11/ext/gd/libgd/gdtestft.c</pre></div></div>

</li>
<li>
Müvafiq qovluğa keçin. İndiki halda</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 ~]# cd php-5.2.11
[root@S2104 php-5.2.11]#</pre></div></div>

</li>
<li>
<strong>./configure</strong> daxil edin. (Source koddan proqram yükləyəndə <strong>README</strong> ləri oxumaq lazımdır. Orda proqramı necə yükləməyin qaydası yazılır)</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 php-5.2.11]# ./configure
creating cache ./config.cache       
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for egrep... grep -E         
checking for a sed that does not truncate output... /bin/sed
checking host system type... i686-pc-linux-gnu              
checking target system type... i686-pc-linux-gnu            
checking for gcc... gcc                                     
checking whether the C compiler (gcc  ) works... yes        
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes                       
checking whether gcc accepts -g... yes                           
checking how to run the C preprocessor... gcc -E                 
checking for icc... no                                           
checking for suncc... no                                         
checking whether gcc and cc understand -c and -o together... yes 
checking how to run the C preprocessor... gcc -E                 
checking for AIX... no                                           
checking whether ln -s works... yes                              
checking for system library directory... lib                     
checking whether to enable runpaths... yes                       
checking if compiler supports -R... no                           
checking if compiler supports -Wl,-rpath,... yes                 
...
+--------------------------------------------------------------------+
|                        *** WARNING ***                             |
|                                                                    |
| You will be compiling the CGI version of PHP without any           |
| redirection checking.  By putting this cgi binary somewhere in     |
| your web space, users may be able to circumvent existing .htaccess |
| security by loading files directly through the parser.  See        |
| http://www.php.net/manual/security.php for more details.           |
+--------------------------------------------------------------------+
| License:                                                           |
| This software is subject to the PHP License, available in this     |
| distribution in the file LICENSE.  By continuing this installation |
| process, you are bound by the terms of this license agreement.     |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point.                            |
+--------------------------------------------------------------------+
&nbsp;
Thank you for using PHP.</pre></div></div>

</li>
<li>
<strong>make</strong> komandasın daxil edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 php-5.2.11]# make
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/php_date.c -o ext/date/php_date.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/astro.c -o ext/date/lib/astro.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/dow.c -o ext/date/lib/dow.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/parse_date.c -o ext/date/lib/parse_date.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/parse_tz.c -o ext/date/lib/parse_tz.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/timelib.c -o ext/date/lib/timelib.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/tm2unixtime.c -o ext/date/lib/tm2unixtime.lo
/bin/sh /root/php-5.2.11/libtool --silent --preserve-dup-deps --mode=compile gcc -Iext/date/lib -Iext/date/ -I/root/php-5.2.11/ext/date/ -DPHP_ATOM_INC -I/root/php-5.2.11/include -I/root/php-5.2.11/main -I/root/php-5.2.11 -I/root/php-5.2.11/ext/date/lib -I/usr/include/libxml2 -I/root/php-5.2.11/TSRM -I/root/php-5.2.11/Zend    -I/usr/include -g -O2  -c /root/php-5.2.11/ext/date/lib/unixtime2tm.c -o ext/date/lib/unixtime2tm.lo</pre></div></div>

</li>
<li>
Son olaraq <strong>make install</strong> komandasını daxil edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[root@S2104 php-5.2.11]# make install
Installing PHP SAPI module:       cgi
Installing PHP CGI binary: /usr/local/bin/
Installing PHP CLI binary:        /usr/local/bin/
Installing PHP CLI man page:      /usr/local/man/man1/
Installing build environment:     /usr/local/lib/php/build/
Installing header files:          /usr/local/include/php/</pre></div></div>

</li>
</ul>
<p>Qeyd: Sonuncu metodun çətinliyi, bu ardıcılığı etməkdə deyil. Sonuncu metodda çətinlik <strong>səhvlər (errorlar)</strong> çox çıxa bilər, o adamı biraz yorur. <img src='http://alismayilov.blogy.az/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</li>
</ol>
<p>Ümid edirəm ki, faydalı oldu. </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/12/12/redhatda-redhat-base-linuxlarda-proqram-yukl%c9%99m%c9%99yin-qaydasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxda fayl axtarmaq &#8211; locate</title>
		<link>http://alismayilov.blogy.az/2009/12/02/linuxda-fayl-axtarmaq-locate/</link>
		<comments>http://alismayilov.blogy.az/2009/12/02/linuxda-fayl-axtarmaq-locate/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 14:03:51 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=267</guid>
		<description><![CDATA[Linuxda lazım olan faylı axtarmaq üçün find və locate komandalarından istifadə edilir. locate komandası ada görə faylı tapır. locate komandası ilə faylı tapmaq üçün ilk əvvəl bazanı update etmək lazımdır. Bunun üçün updatedb komandası istifadə edilir. updated komandasın daxil etməsəz, onda belə bir səhv ekrana çıxacaq.

ali@ali-laptop:~$ locate
warning: locate: could not open database: /var/lib/slocate/slocate.db: No such [...]]]></description>
			<content:encoded><![CDATA[<p>Linuxda lazım olan faylı axtarmaq üçün <strong>find və locate</strong> komandalarından istifadə edilir. locate komandası ada görə faylı tapır. locate komandası ilə faylı tapmaq üçün ilk əvvəl bazanı update etmək lazımdır. Bunun üçün<strong> updatedb </strong>komandası istifadə edilir. updated komandasın daxil etməsəz, onda belə bir səhv ekrana çıxacaq.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ locate
warning: locate: could not open database: /var/lib/slocate/slocate.db: No such file or directory
warning: You need to run the 'updatedb' command (as root) to create the database.
Please have a look at /etc/updatedb.conf to enable the daily cron job.</pre></div></div>

<p>Ona görə ilk əvvəl, updatedb komandasın daxil edək. updatedb komandası baza yaradır, əgər baza varsa onu yeniləyir. Əsasən cron vasitəsi ilə hər gün baza yenilənir. updatedb komandasın root (və ya icazə verilən sudo ) istifadəçisi daxil edə bilər.<br />
Adi istifadəçi daxil edəndə aşağıdakı səhv çıxacaq.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ updatedb
updatedb: can not open a temporary file for `/var/lib/mlocate/mlocate.db'</pre></div></div>

<p>sudo ilə komandanı daxil edək.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ sudo updatedb
[sudo] password for ali:</pre></div></div>

<p>İndi isə locate ilə lazım olan faylı axtaraq. Məsələn bizə jdk- nın hara install olunduğuna baxmaq istəyirik, onda locate jdk yazsaq, jdk adı harda var onu tapıb ekrana çıxaracaq.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ locate jdk | less
/etc/java-6-openjdk
/etc/java-6-openjdk/accessibility.properties
/etc/java-6-openjdk/calendars.properties
/etc/java-6-openjdk/content-types.properties
/etc/java-6-openjdk/flavormap.properties
/etc/java-6-openjdk/fontconfig.bfc
/etc/java-6-openjdk/fontconfig.properties
/etc/java-6-openjdk/images
/etc/java-6-openjdk/jvm.cfg
/etc/java-6-openjdk/logging.properties
/etc/java-6-openjdk/management
/etc/java-6-openjdk/net.properties
/etc/java-6-openjdk/psfont.properties.ja
/etc/java-6-openjdk/psfontj2d.properties
/etc/java-6-openjdk/security
/etc/java-6-openjdk/sound.properties
/etc/java-6-openjdk/swing.properties
/etc/java-6-openjdk/images/cursors
/etc/java-6-openjdk/images/cursors/cursors.properties
/etc/java-6-openjdk/management/jmxremote.access
/etc/java-6-openjdk/management/jmxremote.password
/etc/java-6-openjdk/management/management.properties
/etc/java-6-openjdk/management/snmp.acl
/etc/java-6-openjdk/security/java.policy
/etc/java-6-openjdk/security/java.security
/home/ali/jdk1.6.0_16
/home/ali/.nbi/product-cache/jdk
/home/ali/.nbi/product-cache/jdk/1.6.0.16.1
/home/ali/.nbi/product-cache/jdk/1.6.0.16.1/installed-files.xml.gz
/home/ali/Downloads/jdk-6u16-nb-6_7_1-linux-ml.sh
/home/ali/SUNWappserver/imq/var/jdk.env
/home/ali/jdk1.6.0_16/COPYRIGHT
/home/ali/jdk1.6.0_16/LICENSE
/home/ali/jdk1.6.0_16/README.html
/home/ali/jdk1.6.0_16/README_ja.html
/home/ali/jdk1.6.0_16/README_zh_CN.html
/home/ali/jdk1.6.0_16/THIRDPARTYLICENSEREADME.txt
/home/ali/jdk1.6.0_16/bin
/home/ali/jdk1.6.0_16/db
/home/ali/jdk1.6.0_16/demo
/home/ali/jdk1.6.0_16/include
/home/ali/jdk1.6.0_16/jre
/home/ali/jdk1.6.0_16/lib
/home/ali/jdk1.6.0_16/man
/home/ali/jdk1.6.0_16/register.html
/home/ali/jdk1.6.0_16/register_ja.html</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/12/02/linuxda-fayl-axtarmaq-locate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>touch, cat, echo</title>
		<link>http://alismayilov.blogy.az/2009/12/01/touch-cat-echo/</link>
		<comments>http://alismayilov.blogy.az/2009/12/01/touch-cat-echo/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:23:35 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/2009/12/01/touch-cat-echo/</guid>
		<description><![CDATA[Boş fayl yaratmaq istəyiriksə onda touch komandasından istifadə edirik.

[ali@alihost ders]$ touch fayl
&#160;
[ali@alihost ders]$ ls -l
&#160;
total 0
&#160;
-rw-rw-r--. 1 ali ali 0 2009-09-10 22:07 fayl

Burdan görürük ki, faylın ölçüsü 0-dır, yəni boş fayldır. Bir neçə fayl eyni zamanda yaratmaq istəyiriksə, onda touch komandasını daxil edir, onun ardınca isə istədiyimiz sayda fayl adın boşluqla daxil edirik. Yəni

[ali@alihost ders]$ [...]]]></description>
			<content:encoded><![CDATA[<p>Boş fayl yaratmaq istəyiriksə onda <strong>touch</strong> komandasından istifadə edirik.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ touch fayl
&nbsp;
[ali@alihost ders]$ ls -l
&nbsp;
total 0
&nbsp;
-rw-rw-r--. 1 ali ali 0 2009-09-10 22:07 fayl</pre></div></div>

<p>Burdan görürük ki, faylın ölçüsü 0-dır, yəni boş fayldır. Bir neçə fayl eyni zamanda yaratmaq istəyiriksə, onda touch komandasını daxil edir, onun ardınca isə istədiyimiz sayda fayl adın boşluqla daxil edirik. Yəni</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ touch fayl1 fayl2 fayl3 fayl4
&nbsp;
[ali@alihost ders]$ ls
&nbsp;
fayl fayl1 fayl2 fayl3 fayl4</pre></div></div>

<p><strong>cat</strong>- Faylın tərkibinə (içinə) baxmaq üçün istifadə edilir. cat boş daxil etsəniz, onda sizin terminalda yazdığınız yazı input (yəni giriş) olaraq götürələcək və sonra output olaraq terminala veriləcək.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ cat
&nbsp;
Burda mən catı boş daxil etdim. İndi nə yazsam terminalda yenidən görsənəcək, bunu saxlamaq üçün CTRL+C istifadə et
&nbsp;
Burda mən catı boş daxil etdim. İndi nə yazsam terminalda yenidən görsənəcək, bunu saxlamaq üçün CTRL+C istifadə et
&nbsp;
^C
&nbsp;
[ali@alihost ders]$</pre></div></div>

<p><strong>echo</strong> komandası ilə biz öz yazımızı ekrana verə bilərik. echo komandasının geniş istifadəsinə gələcək dərslərimizdə baxacayıq.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ echo &quot;Salam, echo komandası daxil etdim&quot;
&nbsp;
Salam, echo komandası daxil etdim</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/12/01/touch-cat-echo/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linuxda faylları silməyin qaydası &#8211; rm komandası</title>
		<link>http://alismayilov.blogy.az/2009/12/01/linuxda-fayllari-silm%c9%99yin-qaydasi-rm-komandasi/</link>
		<comments>http://alismayilov.blogy.az/2009/12/01/linuxda-fayllari-silm%c9%99yin-qaydasi-rm-komandasi/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:16:50 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=263</guid>
		<description><![CDATA[rm &#8211; faylları silmək üçün bu komandadan istifadə olunur. Tutaq ki,  dərs qovluğundakı text.txt faylını silmək istəyirik. Onda rm text.txt əmrini yazırıq

[ali@alihost ders]$ ls
hell.rb iki link new.sh run.py text.txt


[ali@alihost ders]$ rm text.txt
[ali@alihost ders]$ ls
hell.rb iki link new.sh run.py

Əgər faylı silərkən silinmə proseduruna baxmaq istəyirsinizsə, onda -v optionsdan istitfadə edin. Yəni rm -v yazsaz nəyi [...]]]></description>
			<content:encoded><![CDATA[<p><strong>rm</strong> &#8211; faylları silmək üçün bu komandadan istifadə olunur. Tutaq ki,  dərs qovluğundakı text.txt faylını silmək istəyirik. Onda rm text.txt əmrini yazırıq</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ ls
hell.rb iki link new.sh run.py text.txt</pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ rm text.txt
[ali@alihost ders]$ ls
hell.rb iki link new.sh run.py</pre></div></div>

<p>Əgər faylı silərkən silinmə proseduruna baxmaq istəyirsinizsə, onda -v optionsdan istitfadə edin. Yəni rm -v yazsaz nəyi sildiyinizi görəcəksiniz. Məsələn:</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ rm -v file
removed `file`</pre></div></div>

<p>Ümumiyyətlə, <strong>-v verbose</strong> deməkdir. Bu options<strong> çox komandada </strong>var. Və etdiyinizi görmək istəyirsinizsə, onda -v optionsdan istifadə edin.</p>
<p><strong>rm faylın_adı</strong> yazdıqda faylı silə bilirik. Amma belə qovluğu silmək olmaz.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ rm qovluq
&nbsp;
rm: cannot remove `qovluq': Is a directory</pre></div></div>

<p>Qovluq əgər boşdursa, onu rmdir komandası ilə silmək olar.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ rmdir -v qovluq/
&nbsp;
rmdir: removing directory, `qovluq/'</pre></div></div>

<p>Lakin qovluğun içində nəsə varsa, onda onu rmdir ilə silmək olmaz. Onda onu rm -r istifadə etmək lazımdır. -r recursive deməkdir. Yəni recursive olaraq qovluğu və qovluğun içindəkiləri silir.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">[ali@alihost ders]$ mkdir qovluq
&nbsp;
[ali@alihost ders]$ touch qovluq/file
&nbsp;
[ali@alihost ders]$ rmdir qovluq/
&nbsp;
rmdir: failed to remove `qovluq/': Directory not empty
&nbsp;
[ali@alihost ders]$ rm -r qovluq/
&nbsp;
[ali@alihost ders]$ ls
&nbsp;
hell.rb iki link new.sh run.py</pre></div></div>

<p><strong>-f</strong> force sozunun baş hərfi. Əgər fayl yoxdursa, onda heç nə prompt etməyəcək. Və rm -f komandası bizdən faylı silib-silməmək haqqında sorğunu ekrana çıxarmayacaq.</p>
<p><strong>rm -rf</strong> Çox təhlükəli komandadır. Faylı zibil qabına göndərmir, birdəfəlik silir.</p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/12/01/linuxda-fayllari-silm%c9%99yin-qaydasi-rm-komandasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysqldə yeni istifadəçi yaratmaq və bazanın bütün hüquqların ona vermək</title>
		<link>http://alismayilov.blogy.az/2009/11/17/mysqld%c9%99-yeni-istifad%c9%99ci-yaratmaq-v%c9%99-bazanin-butun-huquqlarin-ona-verm%c9%99k/</link>
		<comments>http://alismayilov.blogy.az/2009/11/17/mysqld%c9%99-yeni-istifad%c9%99ci-yaratmaq-v%c9%99-bazanin-butun-huquqlarin-ona-verm%c9%99k/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:10:07 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/2009/11/17/mysqld%c9%99-yeni-istifad%c9%99ci-yaratmaq-v%c9%99-bazanin-butun-huquqlarin-ona-verm%c9%99k/</guid>
		<description><![CDATA[mysql &#8211; ə daxil olmaq üçün istifadəçi adı və parolun bu şəkildə daxil edin. Əgər istifadəçi yaratmamısınızsa, onda root vasitəsi ilə mysql-ə daxil olun

1
2
3
4
5
6
7
8
ali@ali-laptop:~$ sudo mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 38
Server version: 5.1.37-1ubuntu5 (Ubuntu)
&#160;
Type 'help;' or '\h' for help. Type [...]]]></description>
			<content:encoded><![CDATA[<p>mysql &#8211; ə daxil olmaq üçün istifadəçi adı və parolun bu şəkildə daxil edin. Əgər istifadəçi yaratmamısınızsa, onda root vasitəsi ilə mysql-ə daxil olun</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~$ sudo mysql -u root -p
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 38
Server version: 5.1.37-1ubuntu5 (Ubuntu)
&nbsp;
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql &amp;gt;</pre></td></tr></table></div>

<p>Yeni bir baza yaradaq. Bazanın adı blog olsun.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">mysql&amp;gt; create database blog;
Query OK, 1 row affected (0.02 sec)</pre></td></tr></table></div>

<p>bu bazadan istifadə etmək üçün yeni istifadəçi yaradaq.(root ilə təbii bazadan istifadə edə bilərsiz, amma təhlükəsizlik üçün yeni istifadəçi yaratmaq lazımdır) Bu istifadəçinin adı bloger olsun. Bunun üçün create user komandasından istifadə etmək lazımdır. Ardınca İdentified by komandası ilə userin parolun daxil etmək lazımdır.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">mysql&amp;gt; create user 'blogger'@'localhost' Identified by 'B!l0g10';
Query OK, 0 rows affected (0.02 sec)</pre></td></tr></table></div>

<p>Indi isə yaratdığımız bloq istifadə etmək üçün bütün hüquqları blogger istifadəçisinə verək. Ondan ötrü isə Grant Privileges komandasından istifadə olunur. Bundan əvvəl isə biz hansı bazadan istifadə etdiyimizi bildirmək üçün use komandasından istifadə etməliyik. Yəni belə:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="language" style="font-family:monospace;">mysql&amp;gt; use blog;
Database changed
mysql&amp;gt; grant all privileges on *.* to 'blogger'@'localhost';
Query OK, 0 rows affected (0.00 sec)</pre></td></tr></table></div>

<p>Beləliklə biz baza yaratdıq, sonra bu bazanı istifadə etmək üçün bir istifadəçi və bazanın bütün hüquqların bu istifadəçiyə verdik. </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/11/17/mysqld%c9%99-yeni-istifad%c9%99ci-yaratmaq-v%c9%99-bazanin-butun-huquqlarin-ona-verm%c9%99k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ncftp &#8211; serverdən  bütün faylları yükləmək üçün</title>
		<link>http://alismayilov.blogy.az/2009/11/07/ncftp-serverd%c9%99n-butun-fayllari-yukl%c9%99m%c9%99k-ucun/</link>
		<comments>http://alismayilov.blogy.az/2009/11/07/ncftp-serverd%c9%99n-butun-fayllari-yukl%c9%99m%c9%99k-ucun/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 09:00:20 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/2009/11/07/ncftp-serverd%c9%99n-butun-fayllari-yukl%c9%99m%c9%99k-ucun/</guid>
		<description><![CDATA[Əgər siz serverdən faylları ftp vasitəsi ilə öz komputerinizə yüklüyürsünüzsə və serverdə olan bütün faylları birdən yükləmək istəyirsinizsə onda ncftp sizin köməyinizə gələcək. ncftpget  vasitəsi ilə siz remote serverdən bütün faylları öz komputerinizə yükləyə bilərsiniz. Bunun üçün 1-ci ncftpni yükləmək lazımdır.

$ sudo apt-get install ncftp

Ondan sonra isə

ncftpget -u -R -v &#34;istifadəçi_adı&#34; ftp://remote_server_ip (or domain [...]]]></description>
			<content:encoded><![CDATA[<p>Əgər siz serverdən faylları ftp vasitəsi ilə öz komputerinizə yüklüyürsünüzsə və serverdə olan bütün faylları birdən yükləmək istəyirsinizsə onda <b>ncftp</b> sizin köməyinizə gələcək.<b> ncftpget </b> vasitəsi ilə siz remote serverdən bütün faylları öz komputerinizə yükləyə bilərsiniz. Bunun üçün 1-ci ncftpni yükləmək lazımdır.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">$ sudo apt-get install ncftp</pre></div></div>

<p>Ondan sonra isə</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ncftpget -u -R -v &quot;istifadəçi_adı&quot; ftp://remote_server_ip (or domain name) locak_qovluq</pre></div></div>

<p>bu komanda vasitəsi ilə siz remote serverdən bütün faylları öz komputerinizə köçürə bilərsiz. Təbii ncftpput vasitəsi ilə isə siz öz komputerinizdən remote serverə istədiyiniz faylları göndərə bilərsiz.<br />
Yuxarıdakı komandada<br />
<b>-u </b> Istifidaçi adın bildirimək üçündür<br />
<b>-R</b> Remote serverdəki qovluqlarıda köçürsün.<br />
<b>-v</b> nəyi köçürdüyün bizə göstərsin.   </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/11/07/ncftp-serverd%c9%99n-butun-fayllari-yukl%c9%99m%c9%99k-ucun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deb pakatləri necə install edək</title>
		<link>http://alismayilov.blogy.az/2009/11/06/deb-pakatl%c9%99ri-nec%c9%99-install-ed%c9%99k/</link>
		<comments>http://alismayilov.blogy.az/2009/11/06/deb-pakatl%c9%99ri-nec%c9%99-install-ed%c9%99k/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:56:30 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/2009/11/06/deb-pakatl%c9%99ri-nec%c9%99-install-ed%c9%99k/</guid>
		<description><![CDATA[Deb (debian base paketlər) necə install edək? Bunun yolu çox sadədir. dpkg əmri vasitəsi ilə. dpkg -i  (-i yəni install) paketin adın  daxil edin.

ali@ali-laptop:~/Downloads$ sudo dpkg -i opera_10.01.4682.gcc4.qt3_i386.deb
[sudo] password for ali:
Selecting previously deselected package opera.
(Reading database ... 99453 files and directories currently installed.)
Unpacking opera (from opera_10.01.4682.gcc4.qt3_i386.deb) ...
Setting up opera (10.01.4682.gcc4.qt3) ...
&#160;
Processing triggers for [...]]]></description>
			<content:encoded><![CDATA[<p>Deb (debian base paketlər) necə install edək? Bunun yolu çox sadədir. <em>dpkg</em> əmri vasitəsi ilə.<b> dpkg -i  (-i yəni install) paketin adın </b> daxil edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">ali@ali-laptop:~/Downloads$ sudo dpkg -i opera_10.01.4682.gcc4.qt3_i386.deb
[sudo] password for ali:
Selecting previously deselected package opera.
(Reading database ... 99453 files and directories currently installed.)
Unpacking opera (from opera_10.01.4682.gcc4.qt3_i386.deb) ...
Setting up opera (10.01.4682.gcc4.qt3) ...
&nbsp;
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...</pre></div></div>

<p>Operanı beləliklə öz Kubuntuma yüklədim. </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/11/06/deb-pakatl%c9%99ri-nec%c9%99-install-ed%c9%99k/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntuda .wmv faylları necə oxutmaq olar?</title>
		<link>http://alismayilov.blogy.az/2009/11/06/ubuntuda-wmv-fayllari-nec%c9%99-oxutmaq-olar/</link>
		<comments>http://alismayilov.blogy.az/2009/11/06/ubuntuda-wmv-fayllari-nec%c9%99-oxutmaq-olar/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:39:15 +0000</pubDate>
		<dc:creator>Ali</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://alismayilov.blogy.az/?p=249</guid>
		<description><![CDATA[Ubuntuda .wmv faylları oxutmaqda problem varsa, onda bunun həlli çox asandır. 3 addıma .wmv faylları oxuda biləcəksiniz.

/etc/sources.list faylını açın.

sudo vi /etc/apt/sources.list


Bu sətirləri həmin faylın sonuna əlavə edin.

deb http://mirror.ubuntulinux.nl dapper-seveas all
deb-src http://mirror.ubuntulinux.nl dapper-seveas all
deb http://mirror.ubuntulinux.nl edgy-seveas all
deb-src http://mirror.ubuntulinux.nl edgy-seveas all


 w32codecs codecsini install edin

sudo apt-get install w32codecs



Beləlikli wmv faylları linuxda oxuda biləcəksiniz. 
]]></description>
			<content:encoded><![CDATA[<p>Ubuntuda .wmv faylları oxutmaqda problem varsa, onda bunun həlli çox asandır. 3 addıma .wmv faylları oxuda biləcəksiniz.</p>
<ol>
<li>/etc/sources.list faylını açın.</li>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">sudo vi /etc/apt/sources.list</pre></div></div>

<li>
Bu sətirləri həmin faylın sonuna əlavə edin.</p>

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">deb http://mirror.ubuntulinux.nl dapper-seveas all
deb-src http://mirror.ubuntulinux.nl dapper-seveas all
deb http://mirror.ubuntulinux.nl edgy-seveas all
deb-src http://mirror.ubuntulinux.nl edgy-seveas all</pre></div></div>

</li>
<li> w32codecs codecsini install edin

<div class="wp_syntax"><div class="code"><pre class="language" style="font-family:monospace;">sudo apt-get install w32codecs</pre></div></div>

</li>
</ol>
<p>Beləlikli wmv faylları linuxda oxuda biləcəksiniz. </p>
]]></content:encoded>
			<wfw:commentRss>http://alismayilov.blogy.az/2009/11/06/ubuntuda-wmv-fayllari-nec%c9%99-oxutmaq-olar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!--Google analytics--->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-11492332-1");
pageTracker._trackPageview();
} catch(err) {}</script>