You may also like...

3 Responses

  1. admin says:

    Did you install LAMP server or just basic server version
    2) apt-get install phpmyadmin
    this will install phpmyadmin you can access http://serverip/phpmyadmin/

  2. Dirtboy says:

    While logged in as root, run this command from the terminal:

    export HTTP_PROXY=”http://192.168.0.1:8080″

    Where http://192.168.0.1:8080 is the location and port of your proxy.

    If you can browse after doing that, stick it in your /root/.bashrc or /root/.bash_profile file.

  3. egarnel says:

    Why would you want to surf as root? Not necessarily the most secure thing to do. Best to access the internet as an unprivileged user on your PC

Leave a Reply

Your email address will not be published. Required fields are marked *