Toys of the future...
Linux: Check httpd.conf file before restarting server
Code
-
/usr/sbin/apachectl configtest
If you have made changes to the httpd.conf file do not restart your server right away but rather run the configtest command that will provide valuable information on what errors there may be in your configuration of any.
Installing vim with ruby support (+ruby) – Stack Overflow
on mac os x, assuming you have Homebrew installed:
brew install https://raw.github.com/adamv/homebrew-alt/master/duplicates/vim.rbThis version of vim has ruby support enabled
Source: http://blog.jerodsanto.net/2011/08/brew-install-vim/
Even faster installation if you have Homebrew available on MAC OS X.
Installing vim with ruby support (+ruby) – Stack Overflow
sudo apt-get install mercurialhg clone https://vim.googlecode.com/hg/ vimcd vim./configure --enable-rubyinterpmakesudo make installTo test if things look fancy:
vim --version | grep ruby
Installing vim with Ruby support.
percydalyn: One more exceptional good thing about making use of PHP regarding crea...
azmath mohamad: thank for the article, solved my issue. regards, azmath...
debbie: you must be so frustrated writing an example and having all sorts of q...
Larry Ullman: Thanks for the reference! In my books, I always recommend XAMPP from A...
samarth: works for me ... thanks :)...