wamp yeni sürümünde virtual host oluşturdum ancak bu kolay olmadı sizde bir projenizde virtual host oluşturmak isterseniz, bir de bunu deneyin NameVirtualHost siteadresi.com:80 ServerName siteadresi.com ServerAlias siteadresi.com DocumentRoot D:/wamp21/www/siteadresi.com ErrorLog “D:/wamp21/www/siteadresi.com/error.log” CustomLog D:/wamp21/www/siteadresi.com/access.log common Options -Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all
Managing systems Bcfg2 It is based on an operational model in which the specification can be used to validate and optionally change the state of clients, but in a feature unique to Bcfg2 the client’s response to the specification can also be used to assess the completeness of the specification. Using this feature, Bcfg2 provides [...]
#!/usr/bin/expect -f set file [lrange $argv 0 0] set remote [lrange $argv 1 1] set ip [lrange $argv 2 2] set password [lrange $argv 3 3] set timeout 60 send “\n\rFILE:\t$file\r\nREMOTE:\t$remote\r\nIP:\t$ip\r\nPASSWORD:\t$password” spawn scp “$file” “root@$ip:$remote” expect { -re “.*ssword.*” { exp_send “$password\r” } -re “.*es.*o.*” { exp_send “yes\r” exp_continue } } interact
Programlama; Ruby Test Edin : http://tryruby.org/levels/1/challenges/0
1-) öncelikle cygwin uygulamanızda binutils gcc gcc-core gcc-g++ gcc-mingw-core gcc-mingw-g++ make gdb (needed if you want to support debug in eclipse) paketlerinin kurulu olduğuna bir bakın bunun için cygwin uygulamasını ya da cygcheck -c | grep -e ‘^bin’ -e ‘^gc’ -e ‘^gd’ -e ‘^make’ ile paketleri kontrol edebilirsiniz 2-) ortam değişkenlerinde PATH değişkenine %cygwin%\bin ekleyin [...]
Özenle seçilmiş birbirinden güzel 10 windows 7 teması temaları kullanabilmek için uxtheme patch yapılması gerekmektedir. Sayfaya git
Python öğrenmeye başlayanlar için güzel bir ekitap BBGD_PIO.
Pic Basic de yapılmış LCD devre örnek projeler; lcd_devreler
Pic basicde yapılmış bir çok proje, robotic projelerinizde yardımcı olabilir; pic basic pro projeleri.
Pic basic baundrate hesabını yapmak için kullanabileceğiniz bir araç. indir => SPBRGCalc


