Posts Tagged ‘ubuntu’
-
Locate files in Linux
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
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
Start your system in single user mode and once you enter the root password, run pam-auth-update.
About me
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.