Tag Archives: Linux

Perintah apt-get dan dpkg untuk Debian

Basics Debian GNU/Linux menggunakan singkatan apt untuk Advanced Package Tool. Install software menggunakan apt apt-get install software Updating daftar paket di dalam sources.list apt-get update Update software menggunakan apt apt-get upgrade Untuk mengganti daftar dari apt mirrors apt-setup Mencari paket … Continue reading

Share on Facebook
Posted in Linux | Tagged , , , | Leave a comment

Install VNC Server di Debian

[root@bayoe ~]# apt-get install xserver-xorg xorg ssh [root@bayoe ~]# dpkg-reconfigure xserver-xorg [root@bayoe ~]# apt-get install xfce4 [root@bayoe ~]# startx [root@bayoe ~]# apt-get install tightvncserver [root@bayoe ~]# vi /root/.vnc/xstartup #!/bin/sh xrdb $HOME/.Xresources xsetroot -solid grey x-terminal-emulator -geometry 80×24+10+10 -ls -title “$VNCDESKTOP … Continue reading

Share on Facebook
Posted in Linux | Tagged , , | Leave a comment

Setting Roc@t-Remote Catalogue (Apache, Oracle InstantClient, PHP di RHEL5)

Apa sih itu Roc@t ROC@T merupakan produk dari PT. Sigma Cipta Utama (http://scu.co.id/) dibuat untuk membantu Anda dalam pengelolaan pencarian dan peminjaman pada lokasi penyimpanan data katalog di perusahaan Anda agar lebih efisien dalam pencarian, pendistribusian dan pemeliharaannya. Hal ini … Continue reading

Share on Facebook
Posted in Linux, Oracle, php | Tagged , , , , , | 2 Comments

Install Oracle Database 11g R1 di RHEL 5

Sumber : http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html http://www.sqlplex.com/articles/oracle/installation/installing-oracle-database-11g.html http://rattyboy.wordpress.com/2008/07/09/encrypted-rsync-with-centos-5-rhel-5-fuse-sshfs-and-duplicity/ http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php#the_rsh_command http://ifrozi.wordpress.com/2008/05/ Setting Public Key [root@rocat /]# ssh-keygen -t dsa Generating public/private dsa key pair. Enter file in which to save the key (/root/.ssh/id_dsa): Enter passphrase (empty for no passphrase): Enter same passphrase again: Your … Continue reading

Share on Facebook
Posted in Linux, Oracle | Tagged , , | Leave a comment

Compile MapServer

1. Pendahuluan Persyaratan software yang dibutuhkan : Database spatial PostgreSQL/PostGIS Apache Php MapServer 2. Instalasi software yang dibutuhkan Database spatial PostgreSQL/PostGIS PostGIS (http://postgis.refractions.net) PostGIS merupakan plugin untuk database PostgreSQL yang berfungsi untuk menyimpan dan melakukan analisis data geospasial. Fungsi dan … Continue reading

Share on Facebook
Posted in GIS, GIS-Linux, MapServer, Ubuntu, Web GIS | Tagged , , , , | Leave a comment

Upgrade Ubuntu Dapper TO Edgy

First thing i would suggest is backup all your important data and start upgrade process and you can use any one of the method to udgrade to ubuntu edgy eft. We can Use Two methods to upgrade Ubuntu Dapper to … Continue reading

Share on Facebook
Posted in Ubuntu | Tagged , , , , | Leave a comment