Advanced Search
Search Results
1355 total results found
Installing Subversion on Windows
Download and install the Windows binary. Download and install svnservice. Because we will run Su...
Why can't I add a photo using AT Photo in Plone?
If you’ve used the product ATPhoto or ATPhoto Album in Plone 2.1, but now it is breaking in Plone...
Online Books
Listed below is a compilation of sites dedicated to providing electronic copies of books. Book Sp...
Speed of unpack() in PHP
I needed to extract a list of integers from a binary string. I was curious to know if PHP’s unpac...
Useful Commands for Vi
The page is meant to document some of the more useful, but obscure commands in vi. For commands e...
csh and single quotes
In csh, using quotes in a quoted string can be tricky, especially if the string contains both sin...
Configuring Short URLs in MediaWiki
Short URLs dispense with the index.php/ part of MediaWiki page URLs. If the MediaWiki instance is...
Configuring MediaWiki to Search for Three Letter Words
By default MediaWiki uses MySQL and the default FULLTEXT indexing uses built-in stop words and a ...
Configuring PEAR on Windows
PEAR is the PHP Extension and Application Repository. Applications written in PHP often include r...
How do I use cURL in PHP on Windows?
To configure cURL to be able to run in PHP uncomment this line (remove the semi-colon) in the php...
Email Record Retention
According to UCLA Policy 455:“University Records management policies do not distinguish among med...
How do I create a page in the UCLA Knowledge Base?
Make sure you are logged in to the Knowledge Base. Before creating a new page, please search th...
Blogs in Moodle
Martin Dougiamas, founder of Moodle, explains how blogs work in Moodle:“Firstly, I want blogs to ...
Moodle Meta/Child Site Gradebook Behavior
Do gradebook grades propagate from meta course sites back to their respective child course sites?...
SSH Authentication Agents and Secure Password-less Logins
In conventional password authentication, you prove you are who you claim to be by proving that yo...
Reasons to Use Vim over Vi
This page Difference Between VIM and vi goes over some of the advantages of vim over vi. (Note: ...
How do I create non-printable PDFs?
If you have Adobe Professional, you can create non-printable pdfs by: Open your PDF document. Cli...
Calculate Duration Between Two Dates
Using this website, you can easily calculate the number of days between two dates:http://www.time...
concatenate tiff files
How can I create a multi-page TIFF file?On OS/X it looks like tiffutil can do that. http://develo...
using find and chmod together in Unix
In Unix, if you need to clear up a set of subdirectories to see what permissions or ownership of ...