Search:

Type: Posts; User: voja15; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    528

    [SOLVED] Re: Run a Script when Launching a Program

    Not sure for the first question, but partitions can be auto-mounted on boot. You'll need to edit fstab file. So, open terminal and type:

    sudo gedit /etc/fstab

    Add the following line to the end...
  2. Replies
    61
    Views
    2,112

    Poll: Re: Do you use ONLY Ubuntu?

    I'm using only Ubuntu. 9.10 karmic right now, but eagerly awaiting lucid 10.04 stable release. :)
  3. Replies
    4
    Views
    1,235

    [ubuntu] Re: Unable to mount cdrom0

    And what do you get when you execute

    sudo lshw -C disk
  4. Replies
    4
    Views
    1,235

    [ubuntu] Re: Unable to mount cdrom0

    Take a look at this thread:
    http://www.uluga.ubuntuforums.org/showthread.php?t=1326285
  5. Replies
    9
    Views
    2,015

    Re: Skype on Ubuntu Karmic: broken or not?

    I installed skype 2.1 beta on ubuntu karmic without any problems.
  6. Replies
    4
    Views
    780

    [ubuntu] Re: help - Setting up MYSQL server

    At least it's running. :D
    I've been experimenting a bit with my mysql installation (everything went fine, even installed phpmyadmin and created a database), and both mysql -u root and sudo mysql -u...
  7. Replies
    4
    Views
    780

    [ubuntu] Re: help - Setting up MYSQL server

    I think this tutorial will help you. Just scroll down to installing mysql, you will see how to change root password, to edit mysql config file etc.
    https://help.ubuntu.com/community/ApacheMySQLPHP
  8. [ubuntu] Re: Display problems on new laptop installation

    This thread might help you.
    http://ubuntuforums.org/showthread.php?t=1085927
  9. Replies
    2
    Views
    409

    [ubuntu] Re: To install antivirus

    Most vulnerabilities come from Windows, so I think it's not necessary to install anti-virus unless you have a web or mail server, windows shares in you LAN, or you use .doc and other microsoft...
  10. Replies
    2
    Views
    433

    [ubuntu] Re: Installing firefox 3.0.x on ubuntu 9.10

    If version 3.5 is okay, you can type in terminal:

    sudo apt-get install firefox

    I found version 3.0 on launchpad but I'm not sure if you have to compile it.
    Here's the link:...
  11. Replies
    247
    Views
    18,367

    Re: Welcome New Members, Introduce Yourself here!

    Hi everyone,
    I am new here. I switched to Ubuntu several months ago. I hope I will gain more knowledge about Ubuntu on the forums, and help others find solutions to their problems.
    All the best,...
  12. [SOLVED] Re: I have no permission pasteing or saving php files in var/www

    Try pasting as root.
    Open terminal (applications>accesories>terminal) and type the following command:

    sudo cp /file/location /var/www/

    You can also change the owner of www folder:

    cd /var
    ...
Results 1 to 12 of 13