igos@localhost ~ $ su
root@localhost /home/igos # yum install apache mysql-server php
Plugins yang dimuat:priorities
http://repo.informatika.lipi.go.id/x86_64/9/all/repodata/repomd.xml: [Errno 12] Timeout on http://repo.informatika.lipi.go.id/x86_64/9/all/repodata/repomd.xml: (28, 'Connection timed out after 30182 milliseconds')
Mencoba mirror yang lain:
http://ftp.lipi.go.id/ign/x86_64/9/all/repodata/repomd.xml: [Errno 12] Timeout on http://ftp.lipi.go.id/ign/x86_64/9/all/repodata/repomd.xml: (28, 'Connection timed out after 30182 milliseconds')
Mencoba mirror yang lain:
http://repo.igos-nusantara.or.id/x86_64/9/all/repodata/repomd.xml: [Errno 14] curl#7 - "Failed connect to repo.igos-nusantara.or.id:80; Tidak ada rute ke host"
Mencoba mirror yang lain:
ign-all | 3.1 kB 00:00
ign-extra | 2.6 kB 00:00
ign-other | 2.5 kB 00:00
ign-updates | 3.1 kB 00:00
ign-utama | 2.5 kB 00:00
Tidak tersedia paket apache.
Paket MariaDB-server-10.0.10-1.fc19.x86_64 telah ter-instalasi dan memiliki versi terbaru
Paket php-5.5.10-1.fc19.x86_64 telah ter-instalasi dan memiliki versi terbaru
Tidak ada yang bisa dilakukan
root@localhost /home/igos # service httpd start
Redirecting to /bin/systemctl start httpd.service
root@localhost /home/igos # cd/var/www/html
bash: cd/var/www/html: Tidak ada berkas atau direktori seperti itu
root@localhost /home/igos # cd /var/www/html/
root@localhost /var/www/html # ls
12018036-lila 12018120 12018150 1300018063 1300018076 info.php
root@localhost /var/www/html # mkdir 12018037
root@localhost /var/www/html # cd 12018037
root@localhost /var/www/html/12018037 # touch info.php
root@localhost /var/www/html/12018037 # nano info.php
root@localhost /var/www/html/12018037 # nano info.php
root@localhost /var/www/html/12018037 # ls
info.php
root@localhost /var/www/html/12018037 # mv info.php index.php
root@localhost /var/www/html/12018037 # ls
index.php
root@localhost /var/www/html/12018037 # ls -l
total 4
-rw-r--r-- 1 root root 39 Mei 24 12:48 index.php
root@localhost /var/www/html/12018037 # ls
index.php
root@localhost /var/www/html/12018037 # chmod 444 index.php
root@localhost /var/www/html/12018037 # ls -l
total 4
-r--r--r-- 1 root root 39 Mei 24 12:48 index.php
root@localhost /var/www/html/12018037 # chmod 230
chmod: hilang operand setelah `230'
Try 'chmod --help' for more information.
root@localhost /var/www/html/12018037 # chmod 230 index.php
root@localhost /var/www/html/12018037 # ls -l
total 4
--w--wx--- 1 root root 39 Mei 24 12:48 index.php
root@localhost /var/www/html/12018037 # chmod 444 index.php
root@localhost /var/www/html/12018037 # ^C
root@localhost /var/www/html/12018037 #