Selasa, 29 Januari 2013

Repo Lokal Fedora 17

Berikut saya ulas sedikit tentang cara pembuatan repo lokal fedora 17 sebelumnya download dulu reponya gunakan perintah #yum install httpd rysnc createrepo #reposync --repoid=fedora --download_path=/run/media/noer/Noer_Pramono/repo_fedora_core_17/fedora/i386/fedora #reposync --repoid=rpmfusion-free --download_path=/run/media/noer/Noer_Pramono/repo_fedora_core_17/fedora/i386/rpmfusion-free #reposync --repoid=rpmfusion-nonfree --download_path=/run/media/noer/Noer_Pramono/repo_fedora_core_17/fedora/i386/rpmfusion-nonfree #rsync...

Minggu, 27 Januari 2013

Install Web Server Di Fedora 17

Untuk instalasi apache, mysql dan php di Fedora 17 ada baiknya instalasi melalui paket rpm ataupun source code, agar lebih mudah untuk mengupgrade di kemudian hari. Instalasi Apache Web Server buka terminal, login sebagai root dan ketik perintah yum install httpd setelah proses instalasi selesai, jalankan Apache service httpd start Instalasi MySQL yum install mysql mysql-server jalankan mysql setelah selesai instalasi service mysqld start Instalasi PHP yum install php php-mysql disini kita menginstall php-mysql agar script PHP bisa berkomunikasi...

Mengganti Password Xampp linux

xampp defaultnya memang tidak menggunakan password tapi jika anda ingin menggunakan password maka lagkahnya sebagai berikut edit file config.inc.php  #nano /opt/lampp/phpmyadmin config.inc.php kemudian cari text berikut  /* Authentication type and info */ $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; $cfg['Servers'][$i]['extension'] = 'mysql'; $cfg['Servers'][$i]['AllowNoPassword'] = true; gantiu dengan  /* Authentication type and info...

Menggunakan Perintah rm (remove) di fedora

Step by step example to delete or remove hidden files, folder or directory on Linux Fedora system using rm command. Using Linux rm command on the bash shell command prompt to delete or remove file, hidden file, folder, hidden folder and meta character filename and folder name on Linux fedora core with example. This article show the step by step guide on delete file or delete folder on Linux system, make sure that the that you understand the rm command before you execute them. Linux command name: rm Command description: The Linux 'rm' command...
 

Linux Copyright © 2011 -- Template created by Predator -- Powered by Aliens