postconf -d
Postfix message limitlerini görüntüleme
postconf -d |grep size
6 Eylül 2011 Salı
8 Ağustos 2011 Pazartesi
isc dhcp server ile clientlara static route tanımlama
ISC DHCP v3 Sunucusu kullanıyorsanız ağınızda clientlara static route pramatereleri gönderebilirsiniz.
Aşağıdaki ms ve linux clientlar için oluşturulmuş static-route örneği bulunmaktadır.
Örnek : 10.45.1.0/24 networkunu 192.168.109.10 nolu ip adresine yönlendirelim.
/etc/dhcp/dhcpd.conf dosyasına aşağıdaki satırları ekleyiniz.
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
option ms-classless-static-routes 24, 10,45,1, 192,168,109,10;
option rfc3442-classless-static-routes 24, 10,45,1, 192,168,109,10;
sonra dhcp-v3 sunucusunu tekrar başlatınız.
/etc/init.d/dhcp-server restart
clieant tarafında ip isteğini tazeleyiniz.
işlem tamam.
Aşağıdaki ms ve linux clientlar için oluşturulmuş static-route örneği bulunmaktadır.
Örnek : 10.45.1.0/24 networkunu 192.168.109.10 nolu ip adresine yönlendirelim.
/etc/dhcp/dhcpd.conf dosyasına aşağıdaki satırları ekleyiniz.
option ms-classless-static-routes code 249 = array of unsigned integer 8;
option rfc3442-classless-static-routes code 121 = array of unsigned integer 8;
option ms-classless-static-routes 24, 10,45,1, 192,168,109,10;
option rfc3442-classless-static-routes 24, 10,45,1, 192,168,109,10;
sonra dhcp-v3 sunucusunu tekrar başlatınız.
/etc/init.d/dhcp-server restart
clieant tarafında ip isteğini tazeleyiniz.
işlem tamam.
10 Aralık 2010 Cuma
Ubuntu 10.10 (64bit) VMware 2.0.2 (64bit) kurulumu
http://sistemipucu.blogspot.com/2010/11/vmware-20-for-ubuntu-104-and-1010.html adresindeki yönergeleri uygulayın.
Kurulumdan sonra vmware-config.pl dosyasını çalıştırmadan önce :
vmware-config.pl (64bit)
linkindeki vmware-config.pl dosasını indirip /usr/bin dizinindeki ile değişitirin.
ln -s /usr/src/linux-headers-`uname -r`/include/generated/autoconf.h /usr/src/linux-headers-`uname -r`/include/linux/autoconf.h
komutundan sonra vmware-config.pl çalıştırın vmware'yi düzenleyin.
Kaynak : http://risesecurity.org/2010/04/02/vmware-server-2-0-2-update-patch-2/
Kurulumdan sonra vmware-config.pl dosyasını çalıştırmadan önce :
vmware-config.pl (64bit)
linkindeki vmware-config.pl dosasını indirip /usr/bin dizinindeki ile değişitirin.
ln -s /usr/src/linux-headers-`uname -r`/include/generated/autoconf.h /usr/src/linux-headers-`uname -r`/include/linux/autoconf.h
komutundan sonra vmware-config.pl çalıştırın vmware'yi düzenleyin.
Kaynak : http://risesecurity.org/2010/04/02/vmware-server-2-0-2-update-patch-2/
Etiketler:
ubuntu 10.10,
vmware 2.0.2 (64bit)
23 Kasım 2010 Salı
vmware 2.0 for Ubuntu 10.4 and 10.10
Download the VMware Server (VMware-server-2.0.2-203138.i386.tar.gz).
Download the VMware Server 2 update patch #2:
$ wget -N http://risesecurity.org/~rcvalle/VMware-server-2.0.2-203138-update-2.patch
Extract VMware Server:
$ tar -xzf VMware-server-2.0.2-203138.i386.tar.gz
Extract VMware Server modules:
Change working directory to vmware-server-distrib/lib/modules/source/
$ tar -xf vmci.tar
$ tar -xf vmmon.tar
$ tar -xf vmnet.tar
$ tar -xf vsock.tar
Apply the patch:
Change working directory to vmware-server-distrib/
patch -p1 < ../VMware-server-2.0.2-203138-update-2.patch
Archive VMware Server modules again:
Change working directory to vmware-server-distrib/lib/modules/source/
$ rm -f vmci.tar
$ rm -f vmmon.tar
$ rm -f vmnet.tar
$ rm -f vsock.tar
$ tar -cf vmci.tar vmci-only/
$ tar -cf vmmon.tar vmmon-only/
$ tar -cf vmnet.tar vmnet-only/
$ tar -cf vsock.tar vsock-only/
Run installer script as root:
Change working directory to vmware-server-distrib/
$ sudo ./vmware-install.pl
Note for Ubuntu users:
When asked for the current administrative user for VMware Server, specify your user as a different administrator.
Note about VMware Remote Console Plug-in:
The VMware Remote Console Plug-in does not work properly on Ubuntu 9.10, Fedora 12 and other newer distributions. A workaround for this is to set the environment variable VMWARE_USE_SHIPPED_GTK before running the VMware Remote Console Plug-in. To set this environment variable at login time, add the following line to your ~/.profile:
export VMWARE_USE_SHIPPED_GTK=yes
Alıntı :
http://risesecurity.org/2010/04/02/vmware-server-2-0-2-update-patch-2/
Download the VMware Server 2 update patch #2:
$ wget -N http://risesecurity.org/~rcvalle/VMware-server-2.0.2-203138-update-2.patch
Extract VMware Server:
$ tar -xzf VMware-server-2.0.2-203138.i386.tar.gz
Extract VMware Server modules:
Change working directory to vmware-server-distrib/lib/modules/source/
$ tar -xf vmci.tar
$ tar -xf vmmon.tar
$ tar -xf vmnet.tar
$ tar -xf vsock.tar
Apply the patch:
Change working directory to vmware-server-distrib/
patch -p1 < ../VMware-server-2.0.2-203138-update-2.patch
Archive VMware Server modules again:
Change working directory to vmware-server-distrib/lib/modules/source/
$ rm -f vmci.tar
$ rm -f vmmon.tar
$ rm -f vmnet.tar
$ rm -f vsock.tar
$ tar -cf vmci.tar vmci-only/
$ tar -cf vmmon.tar vmmon-only/
$ tar -cf vmnet.tar vmnet-only/
$ tar -cf vsock.tar vsock-only/
Run installer script as root:
Change working directory to vmware-server-distrib/
$ sudo ./vmware-install.pl
Note for Ubuntu users:
When asked for the current administrative user for VMware Server, specify your user as a different administrator.
Note about VMware Remote Console Plug-in:
The VMware Remote Console Plug-in does not work properly on Ubuntu 9.10, Fedora 12 and other newer distributions. A workaround for this is to set the environment variable VMWARE_USE_SHIPPED_GTK before running the VMware Remote Console Plug-in. To set this environment variable at login time, add the following line to your ~/.profile:
export VMWARE_USE_SHIPPED_GTK=yes
Alıntı :
http://risesecurity.org/2010/04/02/vmware-server-2-0-2-update-patch-2/
29 Nisan 2010 Perşembe
VMWare 2.02 ve Firefox 3.6 sorunu
Firefox 3.6 'dan vmware 2.02 paneline bağlanma sorununu firefoxda bir kaç ayar yaparak
giderebilirsiniz.
1. Adres satırına about:config yazarak firefox ayarlarına giriniz.
2. security.enable_ssl2 değerini true yapınız.
Sorun giderilmiştir.
giderebilirsiniz.
1. Adres satırına about:config yazarak firefox ayarlarına giriniz.
2. security.enable_ssl2 değerini true yapınız.
Sorun giderilmiştir.
8 Nisan 2010 Perşembe
MSN Mesajlarını şifreleme
Aşağıdaki linkten ilgili programı bilgiyarınıza kurunuz.
Wizarddan kullandığınız MSN versiyonunu seçiniz.
Aynı programı şifreli konuşma yapacağınız arkadaşınzda kursun.
Artık arkadaşınızla aranızdaki mesajlar şifreli olarak gidecektir.
http://www.secway.fr/us/products/simplite_msn/getsimp.php
Wizarddan kullandığınız MSN versiyonunu seçiniz.
Aynı programı şifreli konuşma yapacağınız arkadaşınzda kursun.
Artık arkadaşınızla aranızdaki mesajlar şifreli olarak gidecektir.
http://www.secway.fr/us/products/simplite_msn/getsimp.php
1 Nisan 2010 Perşembe
Ubuntu 9.10'a VMware 2.0.2 kurulumu
Ubuntu 9.10 ile birlikte gelen 2.6.31.xxx kerneli henüz vmware 2.0.2 tam olarak desteklememektedir.
Ama üzülmeyin. Aşağıdaki linkteki sitedeki adımları takip ederek vmware modülleri için
yama uygulayarak vmwareyi başarılı bir şekilde ubuntu 9.10'a kurabilirsiniz.
http://www.ubuntugeek.com/how-to-install-vmware-server-2-0-x-in-ubuntu-9-10-karmic.html
Başarılar.
Ama üzülmeyin. Aşağıdaki linkteki sitedeki adımları takip ederek vmware modülleri için
yama uygulayarak vmwareyi başarılı bir şekilde ubuntu 9.10'a kurabilirsiniz.
http://www.ubuntugeek.com/how-to-install-vmware-server-2-0-x-in-ubuntu-9-10-karmic.html
Başarılar.
Kaydol:
Kayıtlar (Atom)