Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. [lubuntu] Re: How to Monitor cpu, disk usage and more with Open NMS???

    Quick and dirty would be to run cron jobs with the respectful commands that monitor the data you need and output the raw data on some accessible location.

    ps aux for cpu/memory
    sensors for temp...
  2. Replies
    4
    Views
    4,770

    [ubuntu] Re: Trying to install php5-intl

    Try


    apt-get update --fix-missing
    apt-get upgrade -f
  3. Replies
    4
    Views
    1,448

    [ubuntu] Re: Apache Error 502 - Bad Gateway

    Could you post your ifconfig output, your httpd.conf (or apache2.conf), and your /etc/apache2/sites-enabled/* configs.
  4. [all variants] Re: Does Tar mark files as in use when archiving

    So what happens when a file being archived by tar is being modified by a program at the same time?
  5. [all variants] Does Tar mark files as in use when archiving

    Hello community,

    As the title says, could anyone please tell me if tar is locking files as in use when creating an archive from them? I run a server that has its files constantly updated so they...
  6. Replies
    6
    Views
    710

    [ubuntu] Re: Wi-Fi system crashes after heavy use

    Hey,

    I never really found a real solution to the problem, besides reducing the maximum number of simultaneous connections to something around or below 50.

    What hardware you're running,...
  7. Replies
    5
    Views
    542

    [SOLVED] Re: Boot install failed

    During installation, make sure you install Ubuntu on your primary hard drive (I'm guessing it's the SSD). Also try reinstalling the bootloader:

    Restart from the Live DVD.
    Select Try Ubuntu.
    Open...
  8. Replies
    6
    Views
    694

    [SOLVED] Re: SSHFS to Server var/www directory

    I don't know how to do it your way, but may I suggest using nano over ssh.



    ssh username@host
    nano /var/www/index.php


    Nano is pretty amazing and can even beat graphical text editors.
  9. [ubuntu] Re: Ubuntu won't open my files? Please,help!

    sudo fdisk -l


    Locate your pendrive, copy the /dev/sdXX or whatever will be the link.



    sudo mkdir /media/pendrive
    sudo mount -t msdos /dev/sdXXX /media/pendrive
  10. Replies
    13
    Views
    8,952

    [SOLVED] Re: Use Linux box with one NIC as Router

    Thank you, this answers my question fully.
  11. Replies
    13
    Views
    8,952

    [SOLVED] Re: Use Linux box with one NIC as Router

    This confused the matter even more :P So technically it can be done with virtual NICs*?
  12. Replies
    13
    Views
    8,952

    [SOLVED] Re: Use Linux box with one NIC as Router

    Thank you all for your replies. Clearly, this is not a good idea and I will go with buying an extra NIC.

    -Beboy
  13. Replies
    13
    Views
    8,952

    [SOLVED] Use Linux box with one NIC as Router

    Hello community,

    Is it possible to use a Linux box with just one Ethernet NIC as a router, creating virtual interfaces, thus having two IP addresses on one physical network card?

    eth0...
  14. Replies
    6
    Views
    499

    [ubuntu] Re: Cannot dual boot Windows/Ubuntu

    Or just re-install the Windows MBR using the Windows repair disk. Of course, you would need to format the Ubuntu partition or manually delete Ubuntu files after.
  15. Replies
    20
    Views
    2,860

    Re: Ubuntu and Silverlight

    Oh yeah, it definitely won't run Netflix.
  16. Replies
    6
    Views
    499

    [ubuntu] Re: Cannot dual boot Windows/Ubuntu

    Take a live CD of Ubuntu, run from it. Then run grub-install.

    Usually it would look something like this, depending on your drive configuration:


    sudo grub-install /dev/sda

    Note, you have...
  17. Replies
    1
    Views
    406

    [ubuntu] Re: question regarding ssh tunnel & http

    You can setup a proxy on your home computer. Use either PPTP or OpenVPN. PPTP is easy to setup but it has its limitations (such as it is easier to detect that it's being used). OpenVPN is harder to...
  18. Replies
    8
    Views
    521

    [ubuntu] Re: ACER Netbook help please

    Do those folders contain any files? If not, delete it.
  19. Replies
    20
    Views
    2,860

    Re: Ubuntu and Silverlight

    Netflix does not work on Linux yet. Final verdict.

    Silverlight on linux is called Moonlight and it is created by Novell. You can get it here. http://www.go-mono.com/moonlight/

    It works more or...
  20. Replies
    2
    Views
    889

    [ubuntu] Re: network slowdown on ubuntu startup

    Run $netstat -tupn on your server box. Also check your router statistics (if possible).
  21. Replies
    15
    Views
    1,862

    [ubuntu_studio] Re: Fresh Install of 12.04.1 and No sound

    Go to Sound configuration utility and select the Output tab. Screenshot it. Make sure that the proper device is selected for output.
  22. [ubuntu] Re: Network Printer 10.10 works - 12.04 not working

    Try changing drivers to Generic (probably PCL5 or PCL6).
  23. [ubuntu] Re: How do I change which monitor is primary?

    NVIDIA, Intel or ATI?
    Nvidia: use their default config utility
    ATI: use their default config utility
    Intel: Use Ubuntu's Screen config utility.
  24. Replies
    3
    Views
    460

    [ubuntu] Re: Connecting to windows network

    Install the hole package, client AND server. That way, your computer will be accessible and you will be able to access others.
  25. Replies
    15
    Views
    1,862

    [ubuntu_studio] Re: Fresh Install of 12.04.1 and No sound

    Increase Line mixer. If that doesn't work, we would have to explore radically different routes for the solution.

    Note: the output jack for regular stereo is the *green* one. Others wouldn't work...
Results 1 to 25 of 101
Page 1 of 5 1 2 3 4