Notes
Page 1 of 3, showing 25 records out of 66 total, starting on record 1, ending on 25
| Title | Description | Body | Created | Actions |
|---|---|---|---|---|
| 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 |
| 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 |
| 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 |
| MySQL : Add new user with privileges. | Add a user account having full privilege to one table only. | Add user... mysql> create user leo@localhost i... | 2011-03-07 09:21:59 | View Edit Delete |
| SVN: shell-agnostic way to "svn add" all new files... | Add all files to svn repo.. | svn status | grep "^?" | awk -F " " '{print $... | 2010-08-11 17:13:57 | View Edit Delete |
| Linux How-To: Add user | Add linux user and specify password | Execute the following commands on the terminal... ... | 2010-08-20 10:21:51 | View Edit Delete |
| Captcha: Spam protection | Adding captcha on Symfony | @ /lib/form/YourPropelForm.class.php $this->wid... | 2011-08-11 10:28:20 | 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 |
| SSH/SFTP: Add non-root server login | Adding non-root access to server using ssh key file. | 1. Login as root. 2. Run: adduser webuserwhere ... | 2011-11-23 12:06:21 | View Edit Delete |
| SELinux: httpd_sys_content_t vs httpd_sys_content_rw_t | Allow webserver to add attributes to files on the web content. | By default anything on the webroot(/var/www/html... | 2012-02-01 14:59:20 | View Edit Delete |
| Allow/Deny User ssh login | AllowUsers and DenyUsers | in "/etc/ssh/sshd_config" i.e: AllowUsers root... | 2011-11-29 14:28:12 | 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 |
| 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 |
| 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 |
| SVN: --username | Change SVN's default user as saved in linux profile. | $ svn commit --username [your_uname] -m "[commit_n... | 2011-04-11 13:32:14 | 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 |
| yum/rpm check installation | Check for rpm installation | $ rpm -qa | grep httpd... | 2011-10-21 09:47:15 | View Edit Delete |
| CentOS: security and SELinux | Command prompt gui for selinux/security settings. | /usr/bin/system-config-securitylevel Or /usr/b... | 2011-02-15 11:47:52 | View Edit Delete |
| Apache version | Command to determine the Apache version installed. | httpd -v... | 2010-03-10 12:39:02 | View Edit Delete |
| CPU/Mem info | Command to get CPU or memory info | cat /proc/cpuinfo cat /proc/meminfo lspci ... | 2011-01-11 16:07: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 |
| Windows 7: Disable IIS | Disable/Enable IIS | To disable IIS go to “Start>Control Panel>Progra... | 2011-07-07 10:53:48 | 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 |
| PHP: Debugging/Logging | Dumping values to a file when frontend display is not possible. | $fp = fopen('data.txt', 'w'); fwrite($fp, 'crea... | 2011-12-23 10:16:51 | View Edit Delete |
| SSH Public/Private Keys | Enable secure ssh login using public/private keys. | First, create a public/private key pair on the cli... | 2011-01-17 11:11:31 | View Edit Delete |