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 FacebookInstall 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 FacebookSetting 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 FacebookInstall 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 FacebookCompile 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 FacebookUpgrade 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