Category 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 FacebookCompile PHP di SUSE 9
Compile PHP 5.x dengan Apache2 pada SuSE Professional 9.1/9.2 SUSE menggunakan konfigurasi Apache yang disimpan di /etc/apache2/. Ketika Anda configure PHP 5.X dengan: $ ./configure –with-apxs2=/usr/sbin/apxs2 $ make semua berjalan lancar; tetapi ketika Anda menjalankan : $ make install Konfigurasi … 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 Facebook