Difference between revisions of "SchoolOnffLine: Desktop Berbasis Ubuntu menggunakan Remastersys"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(8 intermediate revisions by the same user not shown) | |||
Line 55: | Line 55: | ||
route add default gw 192.168.0.1 | route add default gw 192.168.0.1 | ||
− | == | + | ==Persiapan== |
* [[SchoolOnffLine: Memastikan Semua Server Beroperasi saat nyala]] | * [[SchoolOnffLine: Memastikan Semua Server Beroperasi saat nyala]] | ||
Line 65: | Line 65: | ||
* [[SchoolOnffLine: Setup MySQL untuk Semua CMS]] | * [[SchoolOnffLine: Setup MySQL untuk Semua CMS]] | ||
* [[SchoolOnffLine: Copy e-Book Pelajaran TIK]] | * [[SchoolOnffLine: Copy e-Book Pelajaran TIK]] | ||
+ | |||
+ | ==Konfigurasi Masing-Masing Server== | ||
+ | |||
+ | * [[SchoolOnffLine: Instalasi Squirrelmail Webmail]] | ||
+ | * [[SchoolOnffLine: Instalasi Wordpress]] | ||
+ | * [[SchoolOnffLine: Instalasi Mediawiki]] | ||
+ | * [[SchoolOnffLine: Instalasi Moodle]] | ||
+ | * [[SchoolOnffLine: Instalasi Senayan Digital Library]] | ||
+ | * [[SchoolOnffLine: Instalasi Epiware]] | ||
+ | * [[SchoolOnffLine: Instalasi cmsbalitbang]] | ||
+ | * [[SchoolOnffline: Instalasi SISFOKOL SD]] | ||
+ | * [[SchoolOnffline: Instalasi SISFOKOL SLTP]] | ||
+ | * [[SchoolOnffline: Instalasi SISFOKOL SLTA]] | ||
+ | * [[SchoolOnffline: Instalasi SISFOKOL SMK]] | ||
+ | * [[SchoolOnffLine: Instalasi Webmin]] | ||
+ | * [[SchoolOnffLine: Replikasi Database dan Image SpeedyWiki]] | ||
+ | * [[SchoolOnffLine: Bersihan Source CMS dari /var/www]] | ||
+ | |||
+ | ==Membuat ISO== | ||
+ | |||
+ | cp /etc/apt/sources.list.original /etc/apt/sources.list | ||
+ | sudo vi /etc/apt/sources.list | ||
+ | |||
+ | Tambahkan info berikut di file sources.list: | ||
+ | |||
+ | # Remastersys | ||
+ | deb http://www.geekconnection.org/remastersys/repository karmic/ | ||
+ | |||
+ | install | ||
+ | |||
+ | apt-get update | ||
+ | apt-get install remastersys | ||
+ | |||
+ | Buat ISO | ||
+ | |||
+ | sudo remastersys dist (terbatas 700MB) | ||
+ | |||
+ | ==Pranala Menarik== | ||
+ | |||
+ | * [[Distro SchoolOnffLine]] | ||
+ | * [[SchoolOnffLine: Server Berbasis Ubuntu]] | ||
+ | |||
+ | [[Category: Linux]] | ||
+ | [[Category: Distro Linux]] | ||
+ | [[Category: SchoolOnffLine]] |
Latest revision as of 15:55, 14 August 2011
Buat user administrator
sudo su adduser administrator Enter new UNIX password: <123456> Retype new UNIX password: <123456>
Edit
vi /etc/sudoers
isi dengan
administrator ALL=(ALL:ALL) ALL
Setup sources.list
cd /etc/apt/ cp sources.list sources.list.original vi sources.list
masukan
deb http://192.168.0.3/ubuntu-9.10/ karmic main multiverse restricted universe deb http://192.168.0.3/ubuntu-9.10/ karmic-updates main multiverse restricted universe deb http://192.168.0.3/ubuntu-9.10/ karmic-security main multiverse restricted universe deb http://192.168.0.3/ubuntu-9.10/ karmic-backports main multiverse restricted universe deb http://192.168.0.3/ubuntu-9.10/ karmic-proposed main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.04/ lucid main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.04/ lucid-updates main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.04/ lucid-security main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.04/ lucid-backports main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.04/ lucid-proposed main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.10/ maverick main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.10/ maverick-updates main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.10/ maverick-security main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.10/ maverick-backports main multiverse restricted universe deb http://192.168.0.3/ubuntu-10.10/ maverick-proposed main multiverse restricted universe deb http://192.168.0.3/ubuntu-11.04/ natty main multiverse restricted universe deb http://192.168.0.3/ubuntu-11.04/ natty-backports main multiverse restricted universe deb http://192.168.0.3/ubuntu-11.04/ natty-proposed main multiverse restricted universe deb http://192.168.0.3/ubuntu-11.04/ natty-security main multiverse restricted universe deb http://192.168.0.3/ubuntu-11.04/ natty-updates main multiverse restricted universe
save file dan update
apt-get update
Perbaiki Interface
ifconfig eth0 192.168.0.254 route add default gw 192.168.0.1
Persiapan
- SchoolOnffLine: Memastikan Semua Server Beroperasi saat nyala
- SchoolOnffLine: Setup Hostname sekolah.sch.id
- SchoolOnffLine: Gunakan DNS dari OpenDNS dan Nawala Project
- SchoolOnffLine: Instalasi Beberapa Batch File Bermanfaat
- SchoolOnffLine: Instalasi dan Konfigurasi Server Standard
- SchoolOnffLine: copy source code semua CMS ke /var/www
- SchoolOnffLine: Setup MySQL untuk Semua CMS
- SchoolOnffLine: Copy e-Book Pelajaran TIK
Konfigurasi Masing-Masing Server
- SchoolOnffLine: Instalasi Squirrelmail Webmail
- SchoolOnffLine: Instalasi Wordpress
- SchoolOnffLine: Instalasi Mediawiki
- SchoolOnffLine: Instalasi Moodle
- SchoolOnffLine: Instalasi Senayan Digital Library
- SchoolOnffLine: Instalasi Epiware
- SchoolOnffLine: Instalasi cmsbalitbang
- SchoolOnffline: Instalasi SISFOKOL SD
- SchoolOnffline: Instalasi SISFOKOL SLTP
- SchoolOnffline: Instalasi SISFOKOL SLTA
- SchoolOnffline: Instalasi SISFOKOL SMK
- SchoolOnffLine: Instalasi Webmin
- SchoolOnffLine: Replikasi Database dan Image SpeedyWiki
- SchoolOnffLine: Bersihan Source CMS dari /var/www
Membuat ISO
cp /etc/apt/sources.list.original /etc/apt/sources.list sudo vi /etc/apt/sources.list
Tambahkan info berikut di file sources.list:
# Remastersys deb http://www.geekconnection.org/remastersys/repository karmic/
install
apt-get update apt-get install remastersys
Buat ISO
sudo remastersys dist (terbatas 700MB)