RSS

Archive | Server / Web Apps RSS feed for this section

Install MySQL on OS X

8. September 2008

0 Comments

1. Download the standard Mac OS X package at http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg 2. Double-click on the .pkg file to install it. 3. Open Applications/Utilities/Terminal.app 4. Type: cd /usr/local/mysql 5. Type: sudo chown -R mysql data/ 6. To start the server, type sudo echo first, then type sudo ./bin/mysqld_safe & 7. Test it with /usr/local/mysql/bin/mysql test Important: You [...]

Continue reading...

info.php for OS X

8. September 2008

0 Comments

Create a new text document in your Sites folder named info.php. Enter this into the doc: Test it at http://127.0.0.1/~yourusername/info.php

Continue reading...

Best WordPress Plugins

8. September 2008

0 Comments

Here are my list of must-have WordPress plugins that make blogging much easier. 1. all-in-one-seo-pack 2. cystats 3. email-protect 4. wordpress-automatic-upgrade 5. wp-spamfree 6. Maintenance Mode 7. WordPress Database Backup (WP-DB-Backup) You can find them and many others at http://wordpress.org/extend/plugins/

Continue reading...

Install Webmin on OS X

8. September 2008

1 Comment

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. 1. Download it at http://www.webmin.com/download.html [...]

Continue reading...