Server

Install Ubuntu Server 10.04 to Virtualbox on Ubuntu 10.10 Desktop

1. Download Ubuntu 10.04 server disk image: ubuntu-10.04.2-server-i386.iso

2. Create a Virtual Machine (Operation system Linux)

3. Enable the PAE support for the virtual machine.

How to update Ubuntu server from 9.04 to 10.04

Step 1: install update-manager-core
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get install update-manager-core

Fix kernal panic in Ubuntu server 9.04

Yesterday (Feb 26, 2010), my web server was down with the message: "kernal panic... cannot access ex4 file on root...grub..."

I fixed it today with the following steps:

Update Drupal core in command line via ssh

I used ssh to update drupal 6.14 to drupal 6.15 this morning. Here is what I did.

1. Remote login to the web server

ssh root@mysite.com

Install Drupal in Ubuntu Server (9.04)

1. Install Ubuntu Server

http://thanhsiang.org/faqing/node/131

2. Install Drupal

3. Configuration of clean URLs

sudo a2enmod rewrite

Install Ubuntu 9.04 Server

1. download Ubuntu Server Edition 9.04

2. choose LAMP, OpenSSH, Print and Samba to install

3. Configure /etc/network/interfaces

sudo nano /etc/network/interfaces

How to convert MySQL data from latin1_swedish_ci to unicode utf8_general_ci

For the Chinese and Thai, it is better to use unicode data. What I did:

Use phpMyAdmin to export data.
Use text editor to replace latin1 with utf8.

Install Ubuntu Server with LXDE

0. Install Ubuntu Server with a light DESKTOP to manage files.

1. download Ubuntu Server Edition 8.10

2. choose LAMP, OpenSSH and Samba to install

3. Install LXDE

Howto Install LAMP on Ubuntu GNOME Desktop to run Drupal

1. Install Apache2

sudo apt-get install apache2

Install Apache Modules

sudo apt-get install libapache2-mod-auth-mysql

Syndicate content