Tuesday, September 27, 2011

Let's talk iPhone :)


Joomla! 1.7.1 released

Joomla! 1.7.1 released.


More about it at joomla.org.

Monday, September 26, 2011

Working on...

I was pretty busy the last few days and I will also be busy for the next few weeks doing the following:
  • Installing VirtueMart on a Joomla! site
  • Writing articles for MacTech
  • Waiting for iOS 5 :)
  • Creating two more Joomla! sites
  • Waiting for iPhone 5?
  • Installing WordPress on Lion
More tk

Thursday, September 22, 2011

How to restart apache on Lion


Check if apache is already running:
mtsouk$ ps -ax | grep -i http
   38 ??         0:01.79 /usr/sbin/httpd -D FOREGROUND -D WEBSHARING_ON
   99 ??         0:00.02 /usr/sbin/httpd -D FOREGROUND -D WEBSHARING_ON
93322 ??         0:00.00 /usr/sbin/httpd -D FOREGROUND -D WEBSHARING_ON
93337 ttys000    0:00.00 grep -i http


Stop apache:
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist


Check that apache is not running:
$ ps -ax | grep -i http93343 ttys000    0:00.00 grep -i http


Restart apache:
$ sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist


Check that it is running:
$ ps -ax | grep -i http
93346 ??         0:00.25 /usr/sbin/httpd -D FOREGROUND -D WEBSHARING_ON
93348 ??         0:00.00 /usr/sbin/httpd -D FOREGROUND -D WEBSHARING_ON
93350 ttys000    0:00.00 grep -i http
mtsouk$

How to use PHP on Lion

Edit the /etc/apache2/httpd.conf file 
and uncomment the following line:

LoadModule php5_module libexec/apache2/libphp5.so

Restart apache and you are done!

Monday, September 19, 2011

What focus means


Saturday, September 10, 2011

TruthTarget.gr

The last few days, Dimitris Tsoukalos and I were creating a web site called TruthTarget.gr.
We would like to hear your opinion about the site.


Note: The site uses the Greek language.

Friday, September 9, 2011

Lion Security Update 2011-005