Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Sunday, October 9, 2011

Installing LAMP and Ubuntu

Install LAMP/PhpMyadmin following the instructions in the link bellow:
http://tuxtweaks.com/2010/04/installing-lamp-on-ubuntu-10-04-lucid-lynx/

In the case where the MySQL root has is configured to has NO Password follow instructions bellow to configure PHPMyAdmin accordingly.
http://wiki.oseems.com/web/phpmyadmin/enable-login-without-password

Thursday, August 26, 2010

Ubuntu 10.04.1 - nvidia, resolution up to 1680x1050

  1. Install recommended nvidia drivers
    System > Administration > Hardware
  2. run (as root, from consolt) nvidia-xconfig
  3. edit /etc/X11/xorg.conf
xorg.conf

Locate HorizSync and change it to 28.0 - 65.5

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       28.0 - 65.5
    VertRefresh     43.0 - 72.0
    Option         "DPMS"
EndSection