Notes
Page 1 of 3, showing 25 records out of 66 total, starting on record 1, ending on 25
| Title | Description | Body | Created | Actions |
|---|---|---|---|---|
| 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 |
| Service Network Restart | restart network connections/services. | ..#]> service network restart... | 2009-06-13 01:20:21 | 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 |
| 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 |
| 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 |
| 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 |
| 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 |
| Edit/Restart Apache Settings | Alter Apache settings. |    At the terminal execute the commands as... | 2009-11-05 17:14:15 | 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 |
| 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 |
| TAR Usage | Compressing directories/files with tar command. | tar -czvf app.tar.gz app/       -com... | 2009-12-22 00:23:23 | 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 |
| 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 |
| 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 |
| Apache version | Command to determine the Apache version installed. | httpd -v... | 2010-03-10 12:39:02 | View Edit Delete |
| 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 |
| Finding files in linux | Find files modified at a specified time. | Find modified files starting 5 days ago. $ fi... | 2010-03-18 17:38:20 | View Edit Delete |
| SVN Routine before editing SVN controlled file(s). | Things to do before altering SVN source controlled file(s). | Update the whole project first to sync changes c... | 2010-03-26 11:26:20 | View Edit Delete |
| Get Next Auto Increment Value | cakePHP: Retrieving next auto increment value from a model before adding the another record. |  $findResult= $this->MODEL->find('first', ... | 2010-06-04 13:09:25 | View Edit Delete |
| Clear Model Cache | Tips on changing cakePHP's tables | Ever wonder changing something on the database, li... | 2010-06-18 14:42:10 | View Edit Delete |
| CakePHP: [this] keyword to access its child. | How to access an html element's child using "this" keyword. | jQuery("img", this); ... | 2010-06-24 11:04:59 | View Edit Delete |
| MySQL: Get and Set a Table's auto_increment value. | Query mySQL table's status to determine its auto_increment value. | 1. SHOW TABLE STATUS LIKE '[tablename]'; 2. ALTER... | 2010-06-29 22:40:00 | View Edit Delete |
| How to fix: [CentOS 5.4] Timezone database is corrupt. | Troubleshooting a webserver having a fatal error with timezone. | Problem:If you get into trouble with your webserve... | 2010-07-26 17:17:53 | View Edit Delete |
| SELinux:[CentOS 5.4] MySQL-PHP Remote Database script error fix. | Fixing PHP script unable to connect to remote MySQL database. |    If you haven't disabled SELinux, by def... | 2010-07-27 09:23:35 | View Edit Delete |
| Subversion: Switching Repository.. | How to change from one host repository to another. | svn switch --relocate [old URL] [new URL] ex.: ... | 2010-07-30 15:11:29 | View Edit Delete |