-
Open Source Alternative
If you’re looking for a Free Software/Open source (FLOSS) alternative to proprietary software, Open Source Alternative (www.osalt.com) is a good starting point. Just put the proprietary application name in the search box and you can quickly find a free alternative.
-
HTTP 301 Page moved in Drupal
Scope: Move an old document to a new URL with HTTP 301 Permanent Redirect. Module used (required if you don’t want to modify an existing page): URL aliases. Create a new page (or edit an old one). Select “PHP code” in input type. Fill the url alias box, with the old document path Insert the […]
-
tar copy on-the-fly
*nix command of the day: It can copies many files quickly. See also: http://unix.derkeiler.com/Mailing-Lists/SunManagers/2005-03/0413.html
-
moving files directory in Drupal
I’ve a multisite installation of Drupal 5.x, a modified Garland theme and user pictures (avatars) enabled. Till now, I used a single “/files” directory for all sites…yes, it sounds freaky (and it’s). I want to enable image upload, so now I want to create something like “files/my1stsite” without Drupal explodes. How to do that? If […]