Valley Of The Wolves Iraq
There is one thing that disturbed me, was about the doctor in the film. He is jewish and selling the organs of the helpless iraqi people. It is not a right behaviour. It is the fault of the producers. I know one turkish doctor makes the trading of the organs with an Israeli partner and every two year he becomes news on tv. He is not giving up:)I cant remember the name:) Maybe this is the reason why they are using "jewish". But Turks are not anti semitics like arabics.
Secondly, Turks do a great job. This war is still continueing and there is no europen film that make critique of the Iraq War. Europeans always talk louder than the USA about the human rights but unfortunately they are playing the three monkeys. They are not seeing, they are not hearing, they dont know. As a Turkish who is watching the USA from the outside can say that America dramatically changed and unfortunately has become insane. What about the times of Clinton? We can not believe this changes and hope to the new president Hillary Clinton. Once upon a time when we are talking about the good america and this america save the balkanians and stopped the massacrement of the innocence people in Bosnia Herzegiova. But now they are using their weapons against the innocent people as they did in Vieatnam. Killing is the business of the W. Bush. Shame on you Bush SHAME ON YOU
Friday, February 10, 2006
Debianimizi windows dunyasına katmak için sambayı kuracağız. Windows dunyası derken active directory için dediklerim geçerli. İlk önce gerekli paketleri indirelim.
apt-get install samba smbclient winbind krb5-doc krb5-user krb5-config
apt-get install libkrb53 libcupsys2-gnutls10 libldap2 libldap2-dev libkrb5-dev krb5-doc krb5-user krb5-config
Şimdi conf dosyalarına geldi sıra.
# Global parameters[global]
workgroup = XXXXX
realm = XXXXX.GOV.TR
server string = %h server (Samba %v)
security = ADS
obey pam restrictions = Yes
password server = xxx.xxx.xxx.xxx (buraya DC'nin ipsini veya adresini yazın)
passdb backend = tdbsam, guest
guest account = tolga (arkadasimin accountu)
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %n\n .
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
dns proxy = No
panic action = /usr/share/samba/panic-action %d
idmap uid = 10000-20000
idmap gid = 10000-20000
invalid users = root
[homes]
comment = Network Logon Service
path = /home/%S
create mask = 0700
directory mask = 0700
guest ok = Yes
share modes = No
[printers]
comment = All Printers
path = /tmp
create mask = 0700
printable = Yes
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
Şimdi sıra Kerberos ayarını yapmaya geldi. Hadesin kapısında nöbet tutan üç başlı köpeğin ayarını yapmak için
vi /etc/krb5.conf
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults] default_realm = XXXXX.GOV.TR
dns_lookup_realm = false
dns_lookup_kdc = false
ticket_lifetime = 24h
forwardable = yes
default_tgs_enctypes = des-cbc-md5 des-cbc-crc
default_tkt_enctypes = des-cbc-md5 des-cbc-crc
permitted_enctypes = des-cbc-md5 des-cbc-crc
checksum_type = 2
checksum_type = 2
ccache_type = 1
forwardable = true
proxiable = true
[realms]
XXXXX.GOV.TR = {
kdc = xxx.xxx.xxx.xxx:88 (domain controllerin ipsi)
admin_server = xxx.xxx.xxx.xxx:749
default_domain = XXXXX.GOV.TR
}
[domain_realm]
.xxxxx.gov.tr = XXXXX.GOV.TR
xxxxx.gov.tr = XXXXX.GOV.TR
[kdc]
profile = /var/kerberos/krb5kdc/kdc.conf
[appdefaults]
pam = {
debug = false
ticket_lifetime = 36000
renew_lifetime = 36000
forwardable = true
krb4_convert = false
}
Şimdi sıra bilgisayarı domaine almaya geldi.
kinit -r 4d domaine_almayayetkili_account@XXXXX.GOV.TR
passwordunuzu yazıyorsunuz size kerberos ticket alıyor.
Son komutumuz
net ads join
Domainde olmanız gerekiyor.
wbinfo -u
ile domaindeki bilgisyarları görmeniz lazım. Göremiyorsanız debug yapın.
net -d10 ads join -Udomaine_almaya_yetkili_account%sifre
Hangi fonksiyonda hata verdiğine bakın.
İyi şanslar.
Sunday, February 05, 2006
# Package generated configuration file# See the sshd(8) manpage for details
# What ports, IPs and protocols we listen forPort 22# Use these options to restrict which interfaces/protocols sshd will bind to#ListenAddress ::ListenAddress 10.0.0.10Protocol 2# HostKeys for protocol version 2HostKey /etc/ssh/ssh_host_rsa_keyHostKey /etc/ssh/ssh_host_dsa_key#Privilege Separation is turned on for securityUsePrivilegeSeparation yes
# Lifetime and size of ephemeral version 1 server keyKeyRegenerationInterval 3600ServerKeyBits 768
# LoggingSyslogFacility AUTHLogLevel INFO
# Authentication:LoginGraceTime 600PermitRootLogin yesStrictModes yes
RSAAuthentication yesPubkeyAuthentication yesAuthorizedKeysFile %h/.ssh/authorized_keys
# Don't read the user's ~/.rhosts and ~/.shosts filesIgnoreRhosts yes# For this to work you will also need host keys in /etc/ssh_known_hostsRhostsRSAAuthentication no# similar for protocol version 2HostbasedAuthentication no# Uncomment if you don't trust ~/.ssh/known_hosts for RhostsRSAAuthentication#IgnoreUserKnownHosts yes
# To enable empty passwords, change to yes (NOT RECOMMENDED)PermitEmptyPasswords yes
# Change to no to disable s/key passwords#ChallengeResponseAuthentication yes
# Change to yes to enable tunnelled clear text passwordsPasswordAuthentication no
# To change Kerberos options#KerberosAuthentication no#KerberosOrLocalPasswd yes#AFSTokenPassing no#KerberosTicketCleanup no
# Kerberos TGT Passing does only work with the AFS kaserver#KerberosTgtPassing yes
X11Forwarding noX11DisplayOffset 10PrintMotd noPrintLastLog yesKeepAlive yes#UseLogin no
#MaxStartups 10:30:60#Banner /etc/issue.net
Subsystem sftp /usr/lib/sftp-server
UsePAM yes