Jumat, 11 Desember 2015

Install apache dan mysql Ubuntu 15.10/15.04

http://www.unixmen.com/how-to-install-lamp-stack-on-ubuntu-15-10/

sudo apt-get install apache2

test : http://localhost/

mysql
sudo apt-get install mysql-server mysql-client

pw: h

On Ubuntu 15.10/15.04:

sudo systemctl status mysql

Setting wireless Ubuntu HP Pavilion

First I removed and reinstalled the Broadcom drivers with:

sudo apt-get purge bcmwl-kernel-source
sudo apt-get install bcmwl-kernel-source

After that, I executed

sudo modprobe -r b43 ssb wl
sudo modprobe wl

restart