Posts Tagged ‘ubuntu’

  • Locate files in Linux

    Date: 2010.04.06 | Responses: 0

    In Debian, i can use the command ‘locate string’ to find a file in the whole system (if it has been indexed into a system database or something like that). It’s much easier to use than the “find” command and it hasn’t failed me yet.

  • Installing WordPress MU

    Date: 2010.03.19 | Responses: 0

    Always make sure to do the following (and read the README.txt file)

    • “127.0.0.1 localhost.localdomain” to /etc/hosts
    • Activate rewrite apache module.
    • Make sure you have packages php5-mysql, libapache2-mod-php5, libapache2-modxslt
    • Make mysql user and database, for example:
    CREATE USER 'wordpress'@'localhost' IDENTIFIED BY 'mypassword';
    GRANT FILE ON *.* TO 'wordpress'@'localhost';
    CREATE DATABASE IF NOT EXISTS wordpressmu;
    GRANT ALL ON wordpressmu.* TO 'wordpress'@'localhost';
  • Broken authentication/loggin due to samba/winbind

    Date: 2010.03.16 | Responses: 0

    Start your system in single user mode and once you enter the root password, run pam-auth-update.

About me

1

I live in Denver, Colorado and work as a contractor for HAIKU Learning Systems, Inc., an online learning company. I did my Master's in Music Informatics at Indiana University and got a B.A. in Computer Science and Mathematics, with a minor in Music from Carroll College in Helena, Montana.

Resume Contact me

Blog Tags