Perintah Sederhana Opensuse Linux
1. Repair grub2 suse =
grub2-mkconfig -o /boot/grub2/grub.cfg
2. sourtchut =
gnome-desktop-item-edit ~/Desktop --create-new
setelah itu agar lebih mudah maka saya lanjutkan dengan
touch /sbin/scrcrt
chmod + x /sbin/scrcrt
nano /sbin/scrcrt
gnome-desktop-item-edit ~/Desktop --create-new
simpan perubahan
sekarang buat lagi file dengan nama shortcut creator dan pada bagian commandnya isi dengan /sbin/scrcrt
sehingga setiap ingin bikin shortcut tinggal klik tuh shortcut creator maka otomatis akan menjalankan file /sbin/scrcrt yang akan menjalankan perintah gnome-desktop-item-edit ~/Desktop --create-new
3. install broadcom =
# hwinfo --wlan --short (enter)
trus
# install_bcm43xx_firmware (enter)
4. education studi school =
http://sourceforge.net/projects/opensuse-edu/?source=dlp
5. Access forbidden!
New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file “httpd-xampp.conf”.
If you think this is a server error, please contact the webmaster.
Error 403
localhost
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7
Kalo dapat masalah seperti ini maka solusinya seperti di bawah ini :
Buka terminal kesayangan anda.
Kemudian bukalah file httpd-xampp.conf yang tempatnya berada di/opt/lampp/etc/extra/httpd-xampp.conf
Kemudian carilah kode seperti di bawah ini :
<Directory “/opt/lampp/phpmyadmin”>
AllowOverride AuthConfig Limit
Order allow,deny
Allow from all
</Directory>
4. Setelah dapat kode seperti diatas maka tambahkan “Require all granted” di bawah “Allow from all”
5. Final, restart xampp “sudo /opt/lampp/lampp restart” di terminal.
No comments:
Post a Comment