Notes
Page 3 of 3, showing 16 records out of 66 total, starting on record 51, ending on 66
| Title | Description | Body | Created | Actions |
|---|---|---|---|---|
| Mac OS 10.6: Starting MySQL v5.1.44 | Starting MySQL from terminal in Mac OS 10.6 | if you're getting this error "ERROR 2002: Can't co... | 2010-03-16 16:35:39 | View Edit Delete |
| Apache version | Command to determine the Apache version installed. | httpd -v... | 2010-03-10 12:39:02 | View Edit Delete |
| Setting iPhone App Icon | Changing iphone's app icon using the CodeX iPhone SDK. | 1. Create the Icon considering the following r... | 2010-03-02 16:59:32 | View Edit Delete |
| Restart Apache server on Mac 10.6 | How to restart Apache server on Mac 10.6 | To restart Apache server on Mac.. On the terminal/... | 2010-02-19 17:04:16 | View Edit Delete |
| Connect to secured router. | Basic requirments in connecting to a secured wireless router. | Be sure to have the following ready: .   We... | 2010-01-16 09:59:41 | View Edit Delete |
| TAR Usage | Compressing directories/files with tar command. | tar -czvf app.tar.gz app/       -com... | 2009-12-22 00:23:23 | View Edit Delete |
| Joomla Column Manipulation | How to remove a column | To remove a column in Joomla. For example the 'rig... | 2009-11-19 02:25:59 | View Edit Delete |
| Setting CakePHP's webroot as document root. | tips on deploying CakePHP as main web page. |     A CakePHP application has 3 import... | 2009-11-10 03:15:48 | View Edit Delete |
| Edit/Restart Apache Settings | Alter Apache settings. |    At the terminal execute the commands as... | 2009-11-05 17:14:15 | View Edit Delete |
| Altering 2 tables on a single action-controller | Adding data on 2 tables without leaving the current controller. | I've just solve a problem i have on my login page,... | 2009-09-28 23:25:42 | View Edit Delete |
| Uploading Image to this Notes' module. | how to upload images when an image is needed to illustrate a note. | To upload image just browse for the image using th... | 2009-07-07 13:57:11 | View Edit Delete |
| Add sudoer. | Add a sudo authorization to a normal user . | ..]#> cd \etc -go to "/etc" directory. ..]#> vis... | 2009-07-03 12:43:40 | View Edit Delete |
| This is an image display test note. | Displays image in this notes area. | This is a test image. The line below should displ... | 2009-07-02 12:43:04 | View Edit Delete |
| The quick NOte. | a quick note test. | This is a test,. this should be on the next line.... | 2009-06-22 16:50:34 | View Edit Delete |
| Service Network Restart | restart network connections/services. | ..#]> service network restart... | 2009-06-13 01:20:21 | View Edit Delete |
| Recursive String Search | Find string in files recursively through a specified directory... | ..]#> grep --color -r "COUNT" modules/ OR ..... | 2009-06-13 01:07:25 | View Edit Delete |