Tuesday, September 27, 2011
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
Posted by WidgetBook at 11:35 0 comments
Labels: joomla, MacTech, VirtueMart, WordPress
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$
Posted by WidgetBook at 19:49 0 comments
How to use PHP on Lion
Edit the /etc/apache2/httpd.conf file
and uncomment the following line:
Restart apache and you are done!
and uncomment the following line:
LoadModule php5_module libexec/apache2/libphp5.so
Restart apache and you are done!
Posted by WidgetBook at 19:46 0 comments
Monday, September 19, 2011
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.
We would like to hear your opinion about the site.
Note: The site uses the Greek language.
Posted by WidgetBook at 09:59 0 comments
Labels: joomla, PHP, VirtueMart
Friday, September 9, 2011
Saturday, September 3, 2011
Create a Gmail POP3 account
When creating a Gmail account using the Mail application that comes with Mac OS X 10.7 (a.k.a. Lion), it only allows you to create an IMAP account.
Posted by WidgetBook at 21:25 0 comments
Friday, September 2, 2011
Running Lion
Earlier today, my iMac started running Lion.
It was pretty tricky to do the clean install I wanted. I had to install Snow Leopard without any apps, update to Mac OS X 10.6.8 and then upgrade to Lion.
Everything looks fine until now. I am now installing MacPorts software. The two things left are SuperDuper! and LaTeX. I also have to find which version of MySQL I will install as Lion does not come with MySQL.
It was pretty tricky to do the clean install I wanted. I had to install Snow Leopard without any apps, update to Mac OS X 10.6.8 and then upgrade to Lion.
Everything looks fine until now. I am now installing MacPorts software. The two things left are SuperDuper! and LaTeX. I also have to find which version of MySQL I will install as Lion does not come with MySQL.
Posted by WidgetBook at 10:25 0 comments
Thursday, September 1, 2011
Installing Lion 10.7.1
After a little delay, I am now installing Lion 10.7.1 using clean install.
More tk :)
More tk :)
Posted by WidgetBook at 13:59 0 comments
Subscribe to:
Posts (Atom)