Postingan

Akses Penuh HTDOCS di XAMPP

 used ubuntu operating system then check chmod of /Practice folder change read write permission Open terminal press shortcut key  Ctrl+Alt+T  Goto $ cd /opt/lampp/htdocs/ and change folder read write and execute permission by using  chmod  command e.g folder name is practice and path of folder /opt/lampp/htdocs/practice Type command $ sudo chmod 777 - R Practice what is  chmod  and  777  ? visit this link  http://linuxcommand.org/lts0070.php

Instal WINE di Linux

Gambar
Untuk Instal WINE di Linux cukup ketikkan : sudo apt install wine1.6

Remove Folder XAMPP di Linux

Cukup ketikkan di terminal : sudo rm -r /opt/lampp

Setting HTTDOCS di Linux

Cukup ketikkan perintah ini : sudo chown -R username:username /opt/lampp/htdocs Maka akses permisi di folder htdocs bisa diatasi. Untuk mengakses di web langsung di localhost ketik : sudo chmod 777 - R htdocs