NavigationUser login |
Sound in Ubuntu upgrade to Karmic KoalaCouldn't get sound going on my work PC with onboard audio card. Found on ubuntuforums.org:
Change all instances of string1 to string2 recursively in a directoryQuite a useful little script:
Changing PHP upload limitFor GoDaddy web hosts, follow the following: Other than the total available disk space in your Shared hosting account, we do not set any FTP upload limit. However, by default, PHP limits uploaded files to 8 MB. To change the value of your uploadable file size limit, edit the following values in your /php.ini or /php5.ini file:
chmod all files to 644 and all directories to 755Found these commands very useful. I needed to change a directories and all it's subdirectories to 755 permission and all the files as well to 644. Found this:
gnome-keyring-manager replaced by seahorseUse seahorse to manage saved passwords.
Backing up a remote mySQL databaseTo backup a mySQL database from a remote machine to your home (linux) machine, use the following:
From http://www.rickhurst.co.uk/2005/12/23/mysqldump-of-remote-database-to-lo...
Quick guide to theming UbuntuAssuming you have System -> Preference -> Appearance set to advanced. You then install CompizConfig Settings Manager What you can do next is install beryl-emerald themes by Next, I installed Compiz Fusion Icon which lets you easily change themes, change window manager, etc. You can then go to www.gnome-look.org and download the various Beryl Emerald themes submitted by users.
Blogger blog to DrupalFrom FC at http://drupal.org/node/2450:
I had to transfer a Blogger blog to Drupal for a client, so I thought I would share my end-solution here. For starters, there seems to be no module to date that can handle the task. WordPress, however, offers a means of importing Blogger content into itself. Unfortunately, a WP.org Blogger import is notorious for failing. The importer in WP.com works, however. Here's my solutions to date: - Go into the Blogger Settings and Export your blog to the XML (Atom) file it provides. This should get you the Blogger data into your Drupal install. I exported from WP.com to a WP installation, then out of that into Drupal. I'm assuming that that extra step isn't necessary.
Very rough web development workflow using Drupal- design layout in Photoshop
Error: Incompatible environmentWhen installing Drupal 6.* and running the install script, and you receive the error above, you must create a php.ini file with the following line. If there is already a php.ini file, just append the line to the bottom of the file.
More information here: http://drupal.org/node/222343
|