How to install GUI on Ubuntu 12.04 (Precise) Server
We have already discussed how to install ubuntu 12.04 LAMP server
.If you are a new user and not familiar with command prompt you can
install GUI for your ubuntu LAMP server using one of the 2 options
1) Install desktop Environment
2) Install Webmin
1) Install desktop Environment
First you nee to make sure you have enabled Universe and multiverse
repositories in /etc/apt/sources.list file once you have enable you need
to use the following command to install GUI
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop
The above command will install GNOME desktop
If you wan to install a graphical desktop manager without some of the
desktop addons like Evolution and OpenOffice, but continue to use...
Friday, October 12, 2012
Thursday, October 11, 2012
Installation of openmeetings on Ubuntu 10.04.
Installation of openmeetings on Ubuntu 10.04.
Introduction
with many references from http://openstudio.info/component/content/article/60 http://code.google.com/p/openmeetings/wiki/InstallationDebianhttp://wiki.swftools.org/index.php/Installation
Details
Edit the sources to include partner so that the sun-jre will install
sudo apt-get install sun-java6-bin sun-java6-jdk sun-java6-jre sun-java6-fonts mysql-server imagemagick gs-gpl libt1-5 zip unzip subversion git-core checkinstall yasm texi2html libfaac-dev libfaad-dev libmp3lame-dev libsdl1.2-dev libx11-dev libxfixes-dev libxvidcore-dev zlib1g-dev libogg-dev sox libvorbis-dev libgsm1 libgsm1-dev libfaad2 flvtool2 lame gcc-multilib autoconf automake1.9 libtool ffmpeg automake
and now the openoffice bits
sudo apt-get install...
TCExam Installation
TCExam Installation
1
System Requirements
The installation instructions assumes that you have a fully functioning web server.These are the minimum requirements needed before installation of TCExam can be successful:
A Web server: Apache 1.3+ (http://httpd.apache.org/) or IIS 6+ (http://www.microsoft.com).
PHP 5+ (http://www.php.net)You must ensure that you have gd, imagick, curl, mysql, and pgsql libraries enabled within your PHP installation.
A DMBS:MySQL 4.1+ (http://www.mysql.com) or PostgreSQL 8.2+ (http://www.postgresql.org)
The LaTeX rendering...
Open Campus dan E-Learning dengan Dokeos
Open Campus dan E-Learning dengan Dokeos
E-Learning, adalah kecendrungan yang menjadi trend saat ini. Dimana metode pendidikan konvensional -dengan semua kekurangan dan kelebihannya- telah mulai bergeser menjadi pendidikan modern yang mengedepankan dan memanfaatkan media teknologi informasi sebagai infrastrukturnya. (sorri kalo kalimatnya seperti wartawan )
Kalau anda pernah mendengar bahkan pernah memanfatkan Moodle, maka kali ini saya informasikan bahwa ada aplikasi yang lebih dahsyat dari itu. Nama aplikasi ini adalah Dokeos.
Menurut situs resminya, Dokeos adalah Learning Management System yang telah digunakan oleh lebih...
How To Install Cacti on Slackware
How To Install Cacti on Slackware
25
08
2008
1 Vote
This sections about mini how to install cacti on Slackware (12.0). Isone mung iki, Peace!
All done with simple step :
Packages was installed on my system:
1. Apache/2.2.4 (Unix)
2.PHP 5.2.5 (cli) enables : with-snmp, with-zlib, with-gd, enable-ucd-snmp-hack
3.Mysql-5.0.27
4.rrdtool-1.2.23-i486-1gds
5.Net-snmp-5.4
1. Extract the cacti distribution tarball on web directory
root@dianseh:# cd /var/www/htdocs/
root@dianseh:# tar zxvf cacti-version.tar.gz
root@dianseh:# mv cacti-version cacti
root@dianseh:# cd cacti
2. Created the user and group
root@dianseh:# groupadd cacti
root@dianseh:# useradd -g cacti cacti
3. Create the MySQL database, import...
Wednesday, October 10, 2012
SNMP Server (snmpd) and Client (snmp) Installation and Configuration in Debian
SNMP Server (snmpd)
and Client (snmp) Installation and Configuration in Debian
What is net-snmp ?
Simple Network Management Protocol (SNMP) is a widely used
protocol for monitoring the health and welfare of network
equipment (eg. routers), computer equipment and even devices
like UPSs. Net-SNMP is a suite of applications used to implement
SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
Net-SNMP Tutorials
http://www.net-snmp.org/tutorial/tutorial-5/
Download Net-SNMP
http://www.net-snmp.org/download.html
Net-SNMP
Documentation
http://www.net-snmp.org/docs/readmefiles.html
Installing SNMP
Server in Debian
If you want to install...