Tampilkan postingan dengan label berita. Tampilkan semua postingan
Tampilkan postingan dengan label berita. Tampilkan semua postingan

Minggu, 29 November 2009

step by step install LAMP (Linux Apache Mysql Php)

Install MySQL (skip Postgresql)

At this point we'll need to log in again to the server and type:
sudo apt-get install mysql-server php5-mysql
Press Y to continue the install.

Replace the following string NewRootDatabasePassword with a secure password of your own choosing.
There is no space between the -p and the password on the second command.
mysqladmin -u root password NewRootDatabasePassword

mysqladmin -u root -h localhost password NewRootDatabasePassword -pNewRootDatabasePassword
We now need to create the Moodle database and Moodle user in MySQL.
The mysql command will prompt for your NewRootDatabasePassword (from above). Replace NewMoodleDatabasePassword with a secure password of your own choosing.
mysql -u root -p
> CREATE DATABASE moodle DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci;
> GRANT ALL PRIVILEGES ON moodle.* TO moodleuser@localhost IDENTIFIED BY 'NewMoodleDatabasePassword';
> GRANT SELECT,LOCK TABLES on moodle.* TO moodlebackup@localhost IDENTIFIED BY 'MoodleBackupPassword';
> FLUSH PRIVILEGES;
> QUIT
The above also creates a backup user moodlebackup so that you can use mysqldump to make database backups without accident.

Install Apache

The following mod-security, ldap, and odbc libraries are optional.
sudo apt-get install apache2 libapache2-mod-php5 php5-gd

sudo apt-get install libapache2-mod-security php5-ldap php5-odbc
Restart Apache
sudo /etc/init.d/apache2 restart
Note: To install Moodle 2.0 for the current ubuntu, you need to install PHP from an external repository --Olli Savolainen 19:28, 10 April 2009 (UTC)

Install other software

On the command line, type:
sudo apt-get install openssh-server unattended-upgrades

sudo apt-get install unzip zip aspell-en aspell-fr aspell-de aspell-es

sudo apt-get install curl php5-curl php5-xmlrpc

sudo apt-get install clamav-base clamav-freshclam clamav
Press Y to continue the install after each of these apt-get commands.
The clamav package will support virus checking on file uploads into Moodle. May have to run it again to configure properly.
Additional languages are available for aspell.




Kamis, 26 November 2009

Bos Ubuntu Tantang Duel Windows 7

Bos Ubuntu Tantang Duel Windows 7

Jakarta - Tokoh utama di balik sistem operasi
Ubuntu, Mark Shuttelworth memuji Windows 7 dari
Microsoft. Namun di sisi lain, dia juga percaya
diri versi terbaru Ubuntu 9.10 dengan kode nama
Karmic Koala dapat berduel dengan Windows 7.

Shuttelworth, Chief Executive Canonical yang
mensponsori distro Ubuntu Linux, menilai Windows
7 adalah perkembangan signifikan ketimbang versi
sebelumnya. Windows 7 juga dinilainya pantas jadi
sistem operasi di netbook dan bersaing dengan Linux.

"Saya gembira Windows 7 telah diluncurkan. Kami
pun bisa berhadapan secara langsung," ucap
Shuttelworth yang dilansir PCpro dan dikutip detikINET, Kamis (29/10/2009).

Salah satu yang dinilai menguntungkan Canonical
dalam duelnya melawan Windows 7 adalah soal
harga. "Windows tetaplah software proprietary dan
relatif sebuah teknologi yang mahal," tambahnya.
Ini dianggapnya membuat banyak orang tak dapat menjangkau Windows 7.

"Linux semakin membaik dan Windows semakin mahal.
Saya kira, kami bisa berkompetisi," kata pria
asal Afrika Selatan ini dengan nada optimis.

Karmic Koala sendiri menyajikan berbagai fitur
baru. Misalnya, waktu untuk boot sekarang lebih
cepat dan adanya aplikasi Software Store yang
dikembangkan, yang menyediakan software gratis untuk dipilih user.

--
Copyright © 2009 detikcom, All Rights Reserved