Archives
-
Helm Server NTFS Folder Permissions
Helm Server NTFS Folder Permissions Here is some some of the folder permissions to secure Windows Server with HELM control panel. C Drive Root SYSTEM – FULL Administrators – FULL C:Domains SYSTEM – FULL INHERITED Administrators – FULL INHERITED IIS_WPG – Read, Execute C:Domainsdomain.com SYSTEM – FULL INHERITED Administrators – FULL INHERITED domain.com_web – Read, [...]
Yorumlar KapalıMay 29th, 2010 | Filed under Kategorisiz Yazilar -
LVM ile Disk Birleştirme
alintidir. orjinal adresi: http://ipucu.enderunix.org/view.php?id=605&lang=tr LVM OLUŞTURMA Örnek1: sistemde 100GB /dev/sdb 150GB /dev/sdc şeklinde tanımlı olan iki diskten 250GBlik LVM oluşturalım. 1. pvcreate /dev/sdb (diskleri fiziksel olarak sisteme tanımladık.) 2. pvcreate /dev/sdc (diskleri fiziksel olarak sisteme tanımladık.) 3. vgcreate vg0 /dev/sdb /dev/sdc (vg0 isminde volume grup oluşturduk.) 4. lvcreate -L150GB vg0 (logical drieve oluşturduk.) 5. vgdisplay [...]
Yorumlar KapalıMay 28th, 2010 | Filed under Linux -
To Unregister the FileSystem COM Object
For future refrence, and should you be using your server in an enviroment where people can upload their own ASP code, Unregister the FSO, most webhosts do To Unregister the FileSystem COM Object At the command prompt – type: regsvr32 scrrun.dll /u
Yorumlar KapalıMay 27th, 2010 | Filed under Kategorisiz Yazilar -
proxy suyuna tursu kuralim
ne kadar proxy varsa “etik” olan hepsini bloklayalim rahat edelim .htaccess icine yaz gitsin RewriteCond %{HTTP:VIA} !^$ [OR] RewriteCond %{HTTP:FORWARDED} !^$ [OR] RewriteCond %{HTTP:USERAGENT_VIA} !^$ [OR] RewriteCond %{HTTP:X_FORWARDED_FOR} !^$ [OR] RewriteCond %{HTTP:PROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:XPROXY_CONNECTION} !^$ [OR] RewriteCond %{HTTP:HTTP_PC_REMOTE_ADDR} !^$ [OR] RewriteCond %{HTTP:HTTP_CLIENT_IP} !^$ RewriteCond %{HTTP_REFERER} !(.*)allowed-domain.tld(.*) #allow certain sites RewriteRule ^(.*)$ – [F]
Yorumlar KapalıMay 23rd, 2010 | Filed under Kategorisiz Yazilar -
dns bind recursive olayi
nano /etc/named.conf options { altina allow-recursion { 127.0.0.1; 93.89.16.0/21; localnets; }; /*
Yorumlar KapalıMay 12th, 2010 | Filed under Kategorisiz Yazilar -
Nginx: Caching Proxy
TAKEN FROM: http://www.rfxn.com/nginx-caching-proxy/ Nginx: Caching Proxy Recently I started to tackle a load problem on one of my personal sites, the issue was that of a poorly written but exceedingly MySQL heavy application and the load it would induce on the SQL server when 400-500 people were hammering the site at once. Further compounding this [...]
Yorumlar KapalıMay 11th, 2010 | Filed under Kategorisiz Yazilar -
directadminde acik domainler icin google apps mx ayarlari
1- directadmine admin olarak gir, hangi domaine google apps mx ayari yapilacaksa o domain kullanicisina DNS yetkisi ver 2- domain sahibi kullanici olarak giris yap 3- E-Mail management altinda MX records kismina git 4- MX records altinda var olan mail recordunu sil 5- local mail server altindaki tiki kaldir kaydet 6- sirasi ile google mx [...]
Yorumlar KapalıMay 10th, 2010 | Filed under Kategorisiz Yazilar -
Anonymous Proxy Using SQUID 3 On Ubuntu 9.04 Server – with web based auth!! (user pass soruyor :D)
Guncelleme ubuntu 10.04 32 bit minimal install icin yeniden duzenledim 1- ubuntu 10.04 vpsimizi hazir edelim -iki adet ip adresi var 2- apt-get install squid3 3- kendi confum hazir o yuzden var olani yedekle lazim olursa cp /etc/squid3/squid.conf /etc/squid3/squid.conf.yedek 4- nano /etc/squid3/squid.conf #Recommended minimum configuration: acl manager proto cache_object acl localhost src 127.0.0.1/32 acl to_localhost [...]
Yorumlar KapalıMay 8th, 2010 | Filed under Kategorisiz Yazilar