<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.4" -->
<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/"
	>

<channel>
	<title>Teknolojinin ve Hayatın İcinden</title>
	<link>http://blogs.digitalortam.net</link>
	<description>Nelerle uğraşıp neler bulmuşuz.</description>
	<pubDate>Thu, 28 Aug 2008 08:31:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.4</generator>
	<language>en</language>
			<item>
		<title>Excel 2007&#8242;de Secili Hücrenin Satırını renklendirmek</title>
		<link>http://blogs.digitalortam.net/?p=37</link>
		<comments>http://blogs.digitalortam.net/?p=37#comments</comments>
		<pubDate>Thu, 28 Aug 2008 08:18:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Windows</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=37</guid>
		<description><![CDATA[Excel 2007&#8242;de Secili Hücrenin Satırını renklendirmek
(Color Row(s) of the currently selected cells (#colorrows) )
Excel&#8217;de yoğun içerikli Tablolarda Calısma yaparken bir satırda işlem yaparken
genelde manuel renklendirme gereği duyarız. Peki bu işi bizim yerimize Excel
yapsa güzel olmaz mı&#8230;
Öncelikle Renklendirmek istediğiniz Excel dosyasını Acın

ilgili sheet&#8217;i (Çalışma Sayfasını) seçtikten sonra  View (Görünüm) Sekmesindeki Macros (Makro) secin


Macro ismi vererek Create [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Excel 2007&#8242;de Secili Hücrenin Satırını renklendirmek<br />
(Color Row(s) of the currently selected cells (#colorrows) )</strong></p>
<p>Excel&#8217;de yoğun içerikli Tablolarda Calısma yaparken bir satırda işlem yaparken<br />
genelde manuel renklendirme gereği duyarız. Peki bu işi bizim yerimize Excel<br />
yapsa güzel olmaz mı&#8230;<br />
<a id="more-37"></a>Öncelikle Renklendirmek istediğiniz Excel dosyasını Acın</p>
<p><img height="321" width="461" title="Excel-1" id="image31" alt="Excel-1" src="http://blogs.digitalortam.net/wp-content/uploads/2008/08/excel-1.JPG" /></p>
<p>ilgili sheet&#8217;i (Çalışma Sayfasını) seçtikten sonra  View (Görünüm) Sekmesindeki Macros (Makro) secin</p>
<p><img height="319" width="461" title="excel-2" id="image32" alt="excel-2" src="http://blogs.digitalortam.net/wp-content/uploads/2008/08/excel-2.JPG" /></p>
<p><img height="208" width="214" title="excel-3" id="image34" alt="excel-3" src="http://blogs.digitalortam.net/wp-content/uploads/2008/08/excel-3.JPG" /></p>
<p>Macro ismi vererek Create (Oluştur) butonuna  basın. Microsoft Visual BAsic penceresinde Sol pencerede bulunan ilgili<br />
sheet (Çalışma sayfasına) çift tıklayın ve</p>
<p><img height="137" width="461" title="excel-4" id="image35" alt="excel-4" src="http://blogs.digitalortam.net/wp-content/uploads/2008/08/excel-4.JPG" /></p>
<pre><strong>Private Sub Worksheet_SelectionChange(ByVal Target As Range)
Cells.Interior.colorindex = 0  &#8216;Turn off previous use
If Cells(1, 1) = &#8220;.&#8221; Then Exit Sub
Target.EntireRow.Interior.colorindex = 38
End Sub</strong></pre>
<p>Kodu ekleyin ardından kaydedin ve cıkın&#8230;</p>
<p>Excel dökümanınızda artık bir hucreyi sectiğinizde tüm satırın  işaretlendiğini gorebilirsiniz.</p>
<p><img height="320" width="463" title="Excel-5" id="image36" alt="Excel-5" src="http://blogs.digitalortam.net/wp-content/uploads/2008/08/excel-5.JPG" />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=37</wfw:commentRSS>
		</item>
		<item>
		<title>Fedora Core 9: Webmin Installation</title>
		<link>http://blogs.digitalortam.net/?p=30</link>
		<comments>http://blogs.digitalortam.net/?p=30#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:22:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=30</guid>
		<description><![CDATA[Webmin ; Web browser ile Linux sisteminizi yönetmenizi sağlayan CGI tabanlı bir araç..
Fedora 9 altında nasıl kurulduguna bir bakalım
1.) SSH i kurmak.
yum -y install perl-Net-SSLeay
2.) Webmin&#8217;in kurulum dosyasını indirmek

wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin-1.420-1.noarch.rpm
veya
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.420-1.noarch.rpm
3.) Kurmak

rpm -Uvh webmin-1.420-1.noarch.rpm


]]></description>
			<content:encoded><![CDATA[<p>Webmin ; Web browser ile Linux sisteminizi yönetmenizi sağlayan CGI tabanlı bir araç..</p>
<p>Fedora 9 altında nasıl kurulduguna bir bakalım<br />
<strong>1.) SSH i kurmak.</strong></p>
<p><code>yum -y install perl-Net-SSLeay</code></p>
<p><strong>2.) Webmin&#8217;in kurulum dosyasını indirmek<br />
</strong></p>
<p><code>wget http://nchc.dl.sourceforge.net/sourceforge/webadmin/webmin-1.420-1.noarch.rpm</code><br />
veya<br />
<code>wget http://prdownloads.sourceforge.net/webadmin/webmin-1.420-1.noarch.rpm</code></p>
<p><strong>3.) Kurmak<br />
</strong></p>
<p><code>rpm -Uvh webmin-1.420-1.noarch.rpm</code></p>
<p><img height="306" width="493" title="Webmin" alt="Webmin" src="http://www.php.ph/wp-content/article/fedora9/webmin.JPG" />
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=30</wfw:commentRSS>
		</item>
		<item>
		<title>Bilgi İşlem Bölumleri İçin Yönetmelik</title>
		<link>http://blogs.digitalortam.net/?p=29</link>
		<comments>http://blogs.digitalortam.net/?p=29#comments</comments>
		<pubDate>Mon, 18 Aug 2008 08:03:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Genel Konular</category><category>Yönetmelik</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=29</guid>
		<description><![CDATA[Sitebuilders teknik listesinde rastladıgım ve bir çok arkadaşın da işine yarayacağını dusundugum
Veri güvenliğine dair yönetmeliği ekte sizlerle paylaştım.
ek: &#8220;Notebook Desktop  veri bilgi koruması ve guvenlik yönetmeliği&#8221;
(Gönderen kişi Umuma açık bir listeye gönderdiği için paylaşmamda sakınca olmadıgını dusundum)  

]]></description>
			<content:encoded><![CDATA[<p>Sitebuilders teknik listesinde rastladıgım ve bir çok arkadaşın da işine yarayacağını dusundugum<br />
Veri güvenliğine dair yönetmeliği ekte sizlerle paylaştım.<br />
<strong>ek: <a title="Yonetmelik" target="_blank" href="http://blogs.digitalortam.net/files/yonetmelik_zimmet.rar">&#8220;Notebook Desktop  veri bilgi koruması ve guvenlik yönetmeliği&#8221;</a></strong></p>
<p><font size="1">(Gönderen kişi Umuma açık bir listeye gönderdiği için paylaşmamda sakınca olmadıgını dusundum)<strong>  </strong><font /></font>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=29</wfw:commentRSS>
		</item>
		<item>
		<title>&#8217;sa&#8217; login is locked out</title>
		<link>http://blogs.digitalortam.net/?p=28</link>
		<comments>http://blogs.digitalortam.net/?p=28#comments</comments>
		<pubDate>Tue, 25 Sep 2007 12:30:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>SQL</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=28</guid>
		<description><![CDATA[SQL server&#8217;da gerek programsal gerekse &#8220;sa&#8221; hesabı ile iki üç kez yanlış password girişi yapıldığında SA login hesabı bloke olmakta ve aşağıdaki mesajı vermekte
Login failed for user ‘sa’ because the account is currently locked out. The system administrator can unlock it.
haydi&#8230;buyrun buradan yakın demeye başladığınızı duyar gibiyim:)
bu durumda imdada windows authentication yetişiyor.
Windows authentication ile SQL sunucu [...]]]></description>
			<content:encoded><![CDATA[<p>SQL server&#8217;da gerek programsal gerekse &#8220;sa&#8221; hesabı ile iki üç kez yanlış password girişi yapıldığında SA login hesabı bloke olmakta ve aşağıdaki mesajı vermekte</p>
<p><strong>Login failed for user ‘sa’ because the account is currently locked out. The system administrator can unlock it.</strong></p>
<p>haydi&#8230;buyrun buradan yakın demeye başladığınızı duyar gibiyim:)</p>
<p>bu durumda imdada windows authentication yetişiyor.</p>
<p>Windows authentication ile SQL sunucu uzerinde login olun ve aşağıdaki UNLOCK kodunu çalıştırın.</p>
<p> <strong>ALTER LOGIN sa WITH PASSWORD = &#8216;password&#8217; UNLOCK</strong></p>
<p>Bir daha bu durumu yaşamak istemiyorsanız</p>
<p>Security &#8211;> Logins &#8211;> sa &#8211;> Properties &#8211;>  <u>Enforce password policy</u></p>
<p>check işaretini kaldırabilirsiniz.</p>
<ul>
<li><strong>Not:</strong> Kurulum esnasında sadece &#8220;SQL Server authentication&#8221; ile kurulum yapıldı ve Windows Authentication yok ise.!!!
<p>Bu durumda Register&#8217;dan SQL server&#8217;i mixed Mode Cekmemiz gerekiyor.</p>
<p>&#8220;HKEY_LOCAL_MACHINE\Software\Microsoft\MSSqlserver\MSSqlServer\LoginMode&#8221;</p>
<p>Path&#8217;inde Değer verisi olarak &#8220;2&#8243; giriniz.</p>
<p>Sonrasında servisi restart ettikten sonra Local administrator hesabı ile login olunuz. ve yukarıda anlatılan işlemleri yapınız.</li>
</ul>
<p>�
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=28</wfw:commentRSS>
		</item>
		<item>
		<title>Personal Fedora Core 9 Installation Guide</title>
		<link>http://blogs.digitalortam.net/?p=27</link>
		<comments>http://blogs.digitalortam.net/?p=27#comments</comments>
		<pubDate>Sun, 25 Feb 2007 18:38:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Genel Konular</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=27</guid>
		<description><![CDATA[Fedora Core yukleme ve yukledikten sonra elinizin altinda olması gerekn bir link
http://www.mjmwired.net/resources/mjm-fedora-fc9.html

]]></description>
			<content:encoded><![CDATA[<p>Fedora Core yukleme ve yukledikten sonra elinizin altinda olması gerekn bir link</p>
<p><a href="http://www.mjmwired.net/resources/mjm-fedora-fc6.html">http://www.mjmwired.net/resources/mjm-fedora-fc9.html</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=27</wfw:commentRSS>
		</item>
		<item>
		<title>Sql 2005&#8242;te Yedeği Farklı bir Database&#8217;e dönmek</title>
		<link>http://blogs.digitalortam.net/?p=26</link>
		<comments>http://blogs.digitalortam.net/?p=26#comments</comments>
		<pubDate>Tue, 19 Dec 2006 15:54:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>SQL</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=26</guid>
		<description><![CDATA[SQL 2005 te aldiginiz bir yedegi farkli bir isimde acilmis veritabanına donmek istediğinizde
System.Data.SqlError: RESTORE cannot process database  because it is in useby this session.
It is recommended that the master database be used when performing this operation.
türünden bir hata mesajı basıyor&#8230; açık bağlantılar arasında olmamasına rağmen ne alaka&#8230;
Bu noktada şu şekilde bir yol izleyerek çözüme [...]]]></description>
			<content:encoded><![CDATA[<p>SQL 2005 te aldiginiz bir yedegi farkli bir isimde acilmis veritabanına donmek istediğinizde</p>
<p><span id="_ctl0_MainContent_PostFlatView">System.Data.SqlError: RESTORE cannot process database <> because it is in useby this session.<br />
It is recommended that the master database be used when performing this operation.</span></p>
<p>türünden bir hata mesajı basıyor&#8230; açık bağlantılar arasında olmamasına rağmen ne alaka&#8230;</p>
<p>Bu noktada şu şekilde bir yol izleyerek çözüme ulaşabiliryorsunuz</p>
<p><a id="more-26"></a>Yedek dosyamız <strong><em>Backup File = yedekdonulecek.bak</em></strong> olsun<br />
Restore edeceğim yeni veritabanımın ismi:mydatabase olsun<br />
1. Microsoft SQL Server Management Studio application&#8217;ı açın</p>
<p>2. Eğer  <strong>mydatabase</strong> veritabanı var ise database uzerinde sağ tıklayarak silin</p>
<p>3. <strong>Databases</strong> üzerinde sağ tıklayarak <strong>Restore Database &#8230;</strong>. seçeneğini seçin</p>
<p>4. Destination for restore -> To database: mydatabase</p>
<p>Source for restore -> select <strong>From device</strong> -> Specify the backup media and select the backup sets to restore</p>
<p>kısmında <strong>From Device</strong> alanından yedek dosyanızı ekleyin. Ardından<br />
<strong>Options</strong> alanında  <strong>Restore the database file as:</strong> kısmında <strong>mydatabase</strong> icin</p>
<p>veritabanı dosyalarını tutacagınız path&#8217;i giriniz.</p>
<p>C:\SQL_Databases\mydatabase_Data.mdf  &#8212;> Data dosyası icin<br />
C:\SQL_Databases\mydatabase_Log.ldf     &#8212;> Log dosyası icin</p>
<p>5. OK. butonuna basarak işlemi bitirin&#8230;</p>
<p>Keyfinize bakın bu kadar.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=26</wfw:commentRSS>
		</item>
		<item>
		<title>VMware &#038; Fedora6</title>
		<link>http://blogs.digitalortam.net/?p=25</link>
		<comments>http://blogs.digitalortam.net/?p=25#comments</comments>
		<pubDate>Sat, 09 Dec 2006 11:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=25</guid>
		<description><![CDATA[VMware tools&#8217;u
rpm -ihv VMwareTools-5.5.0-18463.i386.rpm
komutu ile kurduktan sonra vmware
[root@localhost ~]# vmware-config-tools.pl
komutu ile başladım configure etmeye ve macerada burada başladı.

What is the location of the directory of C header files that match your running
kernel? [/usr/src/linux/include]
haydi..nerden cıktı şimdi bu dedim ve basladım bunu cozmeye uzun aramalardan
sonra bununla ilgili bir yamaya ulastım
http://ftp.cvut.cz/vmware/  adresindeki vmware-tools-any-update2.tar.gz i indirip
/home/temp e indirdim ardından
[root@localhost [...]]]></description>
			<content:encoded><![CDATA[<p>VMware tools&#8217;u<br />
<em>rpm -ihv VMwareTools-5.5.0-18463.i386.rpm</em></p>
<p>komutu ile kurduktan sonra vmware<br />
[root@localhost ~]# vmware-config-tools.pl</p>
<p>komutu ile başladım configure etmeye ve macerada burada başladı.<br />
<a id="more-25"></a><br />
What is the location of the directory of C header files that match your running<br />
kernel? [/usr/src/linux/include]</p>
<p>haydi..nerden cıktı şimdi bu dedim ve basladım bunu cozmeye uzun aramalardan<br />
sonra bununla ilgili bir yamaya ulastım<br />
<a href="http://ftp.cvut.cz/vmware/">http://ftp.cvut.cz/vmware/</a>  adresindeki <em>vmware-tools-any-update2.tar.gz i indirip<br />
/home/temp e indirdim ardından</em><em><br />
</em><em><em>[root@localhost temp]# tar -zxvf vmware-tools-any-update2.tar.gz</em></em><em></p>
<p></em><em>[root@localhost temp]# cd vmware-tools-any-update2<br />
</em><em><em><br />
[root@localhost vmware-tools-any-update2]# ./runme.pl  ile patch&#8217;i yukledim..</p>
<p>ardından sistemi reboot ettim ve macera&#8217;nın bitmediğini gordum oda nesi ekran çözünürlüğüm<br />
sadece 800&#215;600 ve 640&#215;480 &#8216;i destekliyor..</em></em><em><em> </em><em>Demekki şimdide xorg.con&#8217;u duzenlemeye geldi. Alt+F2 tusuna basarak<br />
kedit /etc/X11/xorg.conf<br />
komut dizesi ile xorg.conf&#8217;u açtım ve aşağıdaki</em><em> </em> konfigürasyon ile değiştirdim.</p>
<p></em><em># Xorg configuration created by pyxf86config</em><em>Section &#8220;ServerLayout&#8221;<br />
Identifier     &#8220;Default Layout&#8221;<br />
Screen      0  &#8220;Screen0&#8243; 0 0<br />
InputDevice    &#8220;Keyboard0&#8243; &#8220;CoreKeyboard&#8221;<br />
EndSection</em><em>Section &#8220;Monitor&#8221;<br />
Identifier &#8220;Monitor0&#8243;<br />
HorizSync 1.0 - 10000.0<br />
VertRefresh 1.0 - 10000.0<br />
EndSection</em><em>Section &#8220;InputDevice&#8221;<br />
Identifier  &#8220;Keyboard0&#8243;<br />
Driver      &#8220;kbd&#8221;<br />
Option      &#8220;XkbModel&#8221; &#8220;pc105&#8243;<br />
Option      &#8220;XkbLayout&#8221; &#8220;us&#8221;<br />
EndSection</em><em> </em><em>Section &#8220;Device&#8221;<br />
Identifier  &#8220;Videocard0&#8243;<br />
Driver      &#8220;vmware&#8221;<br />
EndSection</em><em> </em><em>Section &#8220;Screen&#8221;<br />
Identifier &#8220;Screen0&#8243;<br />
Device     &#8220;Videocard0&#8243;<br />
Monitor &#8220;Monitor0&#8243;<br />
DefaultDepth     24<br />
SubSection &#8220;Display&#8221;<br />
Depth 24<br />
Modes &#8220;1280&#215;800&#8243; &#8220;1024&#215;768&#8243; &#8220;800&#215;600&#8243; &#8220;1680&#215;1050&#8243;<br />
EndSubSection<br />
EndSection </p>
<p>Ohh be ..sonunda VMware tools&#8217;u yükledim ve ekran çözünürlüğünü ayarladım..</p>
<p>Ohh be ..sonunda VMware tools&#8217;u yükledim ve ekran çözünürlüğünü ayarladım..</p>
<p></em>Ohh be ..sonunda VMware tools&#8217;u yükledim ve ekran çözünürlüğünü ayarladım..
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=25</wfw:commentRSS>
		</item>
		<item>
		<title>Installing VMware Tools in Fedora Core 6</title>
		<link>http://blogs.digitalortam.net/?p=24</link>
		<comments>http://blogs.digitalortam.net/?p=24#comments</comments>
		<pubDate>Fri, 08 Dec 2006 11:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Linux</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=24</guid>
		<description><![CDATA[# Install software called by by VMware Tools
yum install gcc
# Install kernel header files
yum install kernel-devel

# Check it matches the running kernel
uname -r             # running kernel
rpm -q kernel-devel  # installed kernel headers
# It the two versions do not match, run
yum -y upgrade [...]]]></description>
			<content:encoded><![CDATA[<p># Install software called by by VMware Tools<br />
yum install gcc</p>
<p># Install kernel header files<br />
yum install kernel-devel<br />
<a id="more-24"></a></p>
<p># Check it matches the running kernel<br />
uname -r             # running kernel<br />
rpm -q kernel-devel  # installed kernel headers<br />
# It the two versions do not match, run<br />
yum -y upgrade kernel kernel-devel<br />
# then reboot (but only if they did not match).</p>
<p># Find out where the kernel headers are<br />
ls -d /usr/src/kernels/$(uname -r)*/include<br />
# You may need this later.</p>
<p># If you already have VMwareTools-5.5.2-29772.tar.gz on disk, SKIP THIS STEP!<br />
# Download VMware-workstation-5.5.2-29772.tar.gz from vmware.com<br />
# Extract the VMware Tools iso from it<br />
tar &#8211;strip-components=3 -zxvf VMware-workstation-5.5.2-29772.tar.gz \<br />
vmware-distrib/lib/isoimages/linux.iso<br />
# Create a temporary mount point<br />
mkdir /mnt/vmtools-temp<br />
# Mount the image<br />
mount -o loop linux.iso /mnt/vmtools-temp<br />
# Copy VMware Tools from the mount<br />
cp /mnt/vmtools-temp/VMwareTools-5.5.2-29772.tar.gz /tmp/<br />
# Unmount the image and tidy up<br />
umount /mnt/vmtools-temp<br />
rmdir /mnt/vmtools-temp<br />
rm linux.iso</p>
<p># Unpack VMware Tools to a temporary directory<br />
cd /tmp/<br />
tar zxvf VMwareTools-5.5.2-29772.tar.gz<br />
cd /tmp/vmware-tools-distrib/<br />
./vmware-install.pl<br />
# Do you want to run vmware-config-tools.pl? yes</p>
<p># Fix xorg config<br />
# If when you (re)start X, you get the error &#8220;Undefined Monitor &#8220;vmware&#8221;..&#8221;:<br />
vi /etc/X11/xorg.conf<br />
# Add the lines<br />
Section &#8220;Monitor&#8221;<br />
Identifier   &#8220;vmware&#8221;<br />
EndSection<br />
# To add better mouse support, add the lines<br />
Section &#8220;InputDevice&#8221;<br />
Identifier &#8220;Mouse0&#8243;<br />
Driver &#8220;vmmouse&#8221;<br />
Option &#8220;Protocol&#8221; &#8220;Auto&#8221;<br />
Option &#8220;Device&#8221; &#8220;/dev/input/mouse0&#8243;<br />
EndSection<br />
# then find the &#8220;ServerLayout&#8221; section, and in that section, add the line<br />
InputDevice &#8220;Mouse0&#8243; &#8220;CorePointer&#8221;</p>
<p># TODO fix vmhgfs compile (currently broken)<br />
# TODO fix fast ethernet driver compile (currently broken)<br />
# TODO copy and paste broken
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=24</wfw:commentRSS>
		</item>
		<item>
		<title>Ticari programlara karşı  Açık Kaynak Kod alternatifleri</title>
		<link>http://blogs.digitalortam.net/?p=23</link>
		<comments>http://blogs.digitalortam.net/?p=23#comments</comments>
		<pubDate>Sun, 29 Oct 2006 09:26:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Genel Konular</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=23</guid>
		<description><![CDATA[osalt.com sitesinde çokca bilenen ticari programlara alternatif olarak açık kaynak kodlu yazılımlar yer almakta..
Yer yer bakmakta yarar var.

]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.osalt.com/">osalt.com</a> sitesinde çokca bilenen ticari programlara alternatif olarak açık kaynak kodlu yazılımlar yer almakta..<br />
Yer yer bakmakta yarar var.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=23</wfw:commentRSS>
		</item>
		<item>
		<title>Remote Desktop User ile login olmak.</title>
		<link>http://blogs.digitalortam.net/?p=21</link>
		<comments>http://blogs.digitalortam.net/?p=21#comments</comments>
		<pubDate>Sat, 21 Oct 2006 08:36:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
	<category>Genel Konular</category>
		<guid isPermaLink="false">http://blogs.digitalortam.net/?p=21</guid>
		<description><![CDATA[Domain ortamında iş ortaklarınınızı veya kullanıcılarınızı Domain Controlller üzerindeki Terminal Server&#8217;a login etmeniz gerekebilir ve güvenlik riski taşımaması içinde Administrator hakları ile login olmasını istemezsiniz bu durumda ne yapmak gerekir diye düşünmeye başlarsınız , işte bu noktada çözüm olarak &#8220;Remote Desktop Users&#8221; grubu  işin işine giriyor. Öncelikle
 Control Panel  > Administrative  Tools [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" alt="RDP" id="image19" title="RDP" src="http://blogs.digitalortam.net/wp-content/uploads/2006/10/images.jpg" />Domain ortamında iş ortaklarınınızı veya kullanıcılarınızı Domain Controlller üzerindeki Terminal Server&#8217;a login etmeniz gerekebilir ve güvenlik riski taşımaması içinde Administrator hakları ile login olmasını istemezsiniz bu durumda ne yapmak gerekir diye düşünmeye başlarsınız , işte bu noktada çözüm olarak &#8220;Remote Desktop Users&#8221; grubu  işin işine giriyor. Öncelikle<br />
<a id="more-21"></a> <strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-weight: bold; font-size: 10pt; color: blue; font-family: 'Trebuchet MS'">Control Panel  > Administrative  Tools</span></font></strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-size: 10pt; color: blue; font-family: 'Trebuchet MS'"> > <strong><span style="font-weight: bold">Domain Controller Security Policy </span></strong><span style="font-weight: bold" /></span></font><br />
konsolunu açıyoruz</p>
<p><a target="_blank" href="http://blogs.digitalortam.net/wp-content/uploads/2006/10/dcss1.JPG"><img align="middle" title="DCSP" id="image22" alt="DCSP" src="http://blogs.digitalortam.net/wp-content/uploads/2006/10/dcss1.kucukresim.JPG" /></a><br />
<font size="2" face="Trebuchet MS" color="blue"><span style="font-size: 10pt; color: blue; font-family: 'Trebuchet MS'"><strong><span style="font-weight: bold"><br />
Computer Configuration > Windows Settings  > Security Settings > Local Policies > User Rights Assesments >  </span></strong></span></font><strong><font size="2" face="Trebuchet MS" color="red"><span style="font-weight: bold; font-size: 10pt; color: red; font-family: 'Trebuchet MS'">Allow  Logon Locally</span></font></strong><strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-weight: bold; font-size: 10pt; color: blue; font-family: 'Trebuchet MS'">  </span></font></strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-size: 10pt; color: blue; font-family: 'Trebuchet MS'">ayarına<strong><span style="font-weight: bold"> </span></strong></span></font><strong><font size="2" face="Trebuchet MS" color="red"><span style="font-weight: bold; font-size: 10pt; color: red; font-family: 'Trebuchet MS'">Remote  Desktop Users</span></font></strong><strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-weight: bold; font-size: 10pt; color: blue; font-family: 'Trebuchet MS'">  </span></font></strong><font size="2" face="Trebuchet MS" color="blue"><span style="font-size: 10pt; color: blue; font-family: 'Trebuchet MS'">grubunu  ekleyin.</span></font></p>
<p><font size="2" face="Trebuchet MS" color="blue">Bu işlem sonrasında  bağlanmasını istediğiniz normal kullanıcıları &#8220;Remote Desktop Users&#8221;  grubuna<br />
üye yapmanız sonucu kullanıcılar Domain Controller üzerindeki Terminal Service Logon olabilirler.</font><font size="2" face="Trebuchet MS" color="blue"><span style="font-size: 10pt; color: blue; font-family: 'Trebuchet MS'"><br />
</span></font>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blogs.digitalortam.net/?feed=rss2&amp;p=21</wfw:commentRSS>
		</item>
	</channel>
</rss>
