Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    12
    Views
    2,643

    [ubuntu] Re: HP G62 laptop problem

    If you are able to install that successfully then install glxgears in the system and try

    glxgears

    and

    optirun glxgears

    observ the f per s in the o/p. If you are able to find a huge...
  2. Replies
    3
    Views
    1,096

    Re: Apache segfaults causes memory leak

    I guess PHP module will be handling the mysql database. Is there a module in apache that connects to mysql directly ?
  3. Replies
    8
    Views
    793

    [ubuntu] Re: ssh connection security

    Yes, the firewall will not do anything on the connections that is already established. You need to restart the service to which established the connection to block them. In this case you need to...
  4. [ubuntu] Re: Cannot connect Dell D610 laptop wifi with Ubuntu v11.04

    What is the network status after you connect to the wifi network. Connect to the wifi network and execute



    ifconfig
    iwconfig
    route -n
  5. Replies
    12
    Views
    2,643

    [ubuntu] Re: HP G62 laptop problem

    Your problem, I guess came from the driver that you installed recently. Remove them and use that to switch graphics cards
  6. Replies
    12
    Views
    2,643

    [ubuntu] Re: HP G62 laptop problem

    Yes, then installing ati driver may create problems. remove them. If you want to use the external graphics card, use the bumblebee http://hybrid-graphics-linux.tuxfamily.org/index.php?title=Bumblebee
  7. [ubuntu] Re: Cannot connect Dell D610 laptop wifi with Ubuntu v11.04

    system is able to detect your wireless card. Usually at the top right corner of the screen there will be a network icon. click on that and see, if you are able to see the wireless networks
  8. [ubuntu] Re: Wirless not functioning - Acert Extensa 5620z - Natty 11.04

    There should be a key or key combination in the keyboard to turn on the wireless
  9. Replies
    12
    Views
    2,643

    [ubuntu] Re: HP G62 laptop problem

    Is this a hybrid graphics system ?
  10. [ubuntu] Re: Cannot connect Dell D610 laptop wifi with Ubuntu v11.04

    What is the o/p of



    ls -l /sys/class/net/
  11. Replies
    8
    Views
    793

    [ubuntu] Re: ssh connection security

    Did you recently re-installed the OS where ssh server is installed, in that case that message will come.
  12. [SOLVED] Re: ssh on a different port from the terminal

    Please mark the thread solved, if it is fixed
  13. Replies
    3
    Views
    1,096

    Re: Apache segfaults causes memory leak

    Unload each module one by one and try. Remove one module and run apache for a period of time and another etc. that will help to find the exact module that caused the issue.
  14. Replies
    4
    Views
    876

    [ubuntu] Re: apache,zimbra,and nagios in one server

    Is this an intermittent issue ? Then get the logs, when you will be able to login.
  15. Replies
    10
    Views
    7,662

    [ubuntu] Re: apache is not working on my ubuntu 11.04!!!

    Thats weird. If you are able to ping localhost then that should come up in all browsers. Try it after clearing the browser cache.
  16. Replies
    13
    Views
    837

    [SOLVED] Re: help needed in installing apache

    How you created that file ? That was under your username, so I guess you created it. not apache.
  17. Replies
    10
    Views
    7,662

    [ubuntu] Re: apache is not working on my ubuntu 11.04!!!

    I am not sure, how exactly that package configures apache and php. If that is same as default apache/php in ubuntu then do it



    grep -ir "mods" /etc/apache2/*
    ls -l /etc/apache2/mods-enabled/
  18. Replies
    7
    Views
    1,706

    [xubuntu] Re: Problems with ssh and github

    Try it and let us know, if it works or not
  19. [ubuntu] Re: Desktop won't awake from screen saver mode

    In the login screen select the user and click, it will show the password box. In the bottom bar you can see a option to select the desktop environment
  20. Replies
    13
    Views
    837

    [SOLVED] Re: help needed in installing apache

    try



    chmod 644 /var/www/001.jpg
  21. Replies
    7
    Views
    1,706

    [xubuntu] Re: Problems with ssh and github

    You are able to authenticate with the server, that is enough I guess. You need to contact them, if you need more info, because its their server and they manage ssh server.

    Try to add some code in...
  22. Replies
    6
    Views
    1,539

    [ubuntu] Re: no sound from USB speakers

    paste the O/P of above commands here inside \
    tags

    also disconnect your USB device and execute

    [CODE]
    sudo udevadm monitor


    connect it again and see, if that command gives any O/P, if...
  23. Replies
    13
    Views
    837

    [SOLVED] Re: help needed in installing apache

    what is the permission of the files ?



    ls -l /var/www/
    ls -ld /var/www


    ?
  24. Replies
    7
    Views
    1,706

    [xubuntu] Re: Problems with ssh and github

    It seems they stopped printing that message :-)

    It was working for me before, but now its the same as you. But I guess you will be able to sync your git. are you able to do that ?
  25. Replies
    7
    Views
    1,706

    [xubuntu] Re: Problems with ssh and github

    They are not allowing ssh access. see

    http://help.github.com/linux-set-up-git/

    see the last section



    Test everything out.
    To make sure everything is working you’ll now SSH to GitHub....
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4