Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Re: Ubuntu 13.10 - Installing Latest NVIDIA Drivers

    My bad, here is one possible solution: http://www.muktware.com/2013/12/install-nvidia-331-bumblebee-optimus-cards/18271
  2. Replies
    6
    Views
    8,208

    [SOLVED] Re: External usb hard drive spin-down script

    When you say "I then executed the script in nautilus", exactly how did you do that. This script requires that you provide the idle time as a parameter. Is that what you did?
  3. [SOLVED] Re: Cannot reach a desktop after updating core X packages

    Can you boot successfully after removing the fglrx driver, but before re-installing it? You may be able to downgrade xserver-common and xorg-xserver-core. Those are the only two updates that I got...
  4. Replies
    2
    Views
    837

    Re: Bash script Dependencies

    Some large install scripts have a shell script portion and a binary portion. If you want to see the shell script portion of file you can open it in a hex editor (e.g., ghex) and copy/paste that...
  5. [ubuntu] Re: Can't fix getting out of suspend for nvidia even with the official steps

    I would purge the nvidia drivers, reboot into nouveau and try re-installing the latest nvidia, 319 it seems for you.

    If you want to try it you can install the drivers downloaded from nvidia....
  6. Replies
    1
    Views
    1,069

    Re: JVM out of memory , Java heap space

    This is how I use the arguments.



    java -Xms256M -Xmx512M -jar path/to/jar/file.jar


    or
  7. Replies
    7
    Views
    710

    Re: ufw logging some blocked accesses - why?

    As Topsiho pointed out those IP addresses are google's. Could be google chrome if you run it.
  8. Thread: FAT32 or EXT4?

    by pbrane
    Replies
    5
    Views
    2,692

    Re: FAT32 or EXT4?

    I assume you are talking about a live Ubuntu Studio image on a USB pendrive or thumbdrive.
    1) yes you can format the USB drive in ext4. And then use dd to write the iso to the pen drive. You don't...
  9. Replies
    5
    Views
    513

    Re: use two Internet in same time

    I understand LAGs, I just didn't think using a LAG to two different ISPs would work for increasing throughput. I must be misunderstanding the question. Sorry.
  10. Replies
    5
    Views
    513

    Re: use two Internet in same time

    Bonding is the term used in DSL bonding where two ADSL lines are bonded together. Requires a modem that will do g.bonding and a DSLAM to do the same.

    Load balancing is probably the correct idea...
  11. Replies
    17
    Views
    61,356

    [SOLVED] Re: WiFi "connected" but no internet access

    You might try removing the manual settings in NetworkManger that you set. It sounds like there is something not right in the manual settings. Also you might want to remove the wireless connection for...
  12. Re: Hard drive with xubuntu swap into new computer

    If you just have driver issues you may be able to just update or re-install the kernel.

    Maybe try in a terminal:

    sudo apt-get update
    sudo apt-get dist-upgrade

    reboot and see if that fixed...
  13. Replies
    7
    Views
    856

    [ubuntu] Re: Unable to use Hotspot feature

    Have you had a look at hostapd in the repos? It creates an access point.
  14. Replies
    11
    Views
    9,098

    [ubuntu] Re: setting up wifi for static ip on ubuntu 12.04

    after you make changes to /etc/network/interfaces to create a static IP for your interface (wlan0) you should do
    sudo ifconfig wlan0 <static IP here>
    In your case
    sudo ifconfig wlan0 down
    sudo...
  15. Replies
    4
    Views
    721

    [all variants] Re: aspell without being root

    When you configure aspell you should use the --prefix=/usr option. i.e., ./configure --prefix=/usr. That is what tells the compiler/linker where to install the binary. Compile under your user and...
  16. Replies
    7
    Views
    810

    Re: ISP Router & Subnet

    The best way would be to put the ARRIS in bridge mode if possible. You now have a router behind a router scenario. Possibly double NATed as well. Having the ARRIS in bridge mode gives you one router,...
  17. Replies
    2
    Views
    622

    [SOLVED] Re: Messed up my resolution in Xubuntu 13.10

    It sounds like the only display affecting action you took was adding 'nomodeset' to your grub file. You should remove that and run update-grub again, reboot and see if that fixes it.

    You could try...
  18. Replies
    6
    Views
    14,965

    Re: putty ssh client with multiple windows open

    A nice alternative to puTTY is Gnome Connection Manager. Available in the repos. It offers tabbed multiple sessions. You can also sent commands to multiple devices simultaneously.
  19. Replies
    1
    Views
    1,539

    [SOLVED] Re: SSH on Raspberry Pi

    You could try this:
    http://askubuntu.com/questions/8653/how-to-keep-processes-running-after-ending-ssh-session
  20. Replies
    16
    Views
    17,400

    [ubuntu] Re: How to mask/spoof MAC address?

    I don't think spoofing your MAC is going to give you any more privacy. Layer 2 has to know your MAC to switch the packets to the appropriate port. changing it just means more ARP requests. Your ISP...
  21. Replies
    13
    Views
    1,112

    [ubuntu] Re: Can't get wired ethernet connection to work

    If you can't get the LED (or link light) to work on the computer or the router you should check the cable. After that make sure the eth0 interface is up.

    sudo ifconfig eth0 up in a terminal
    do...
  22. Re: How to run Wireshark on desktop with tablet display manager (Ubuntu 12.04, x64)?

    do this:
    in a terminal run,
    sudo dpkg-reconfigure wireshark-common

    choose yes to allow non superusers to capture packets

    Then in users and groups (or whatever the unity equivalent is) add...
  23. Replies
    2
    Views
    637

    Re: Getting Ubuntu to work outside of LAN

    You need to port forward what ever port your server is listening on. If it's an http or web server port 80 should be forwarded in your router. Also 192.168.x.x addresses are not publicly route-able,...
  24. [SOLVED] Re: 13.10 crossover cable (manual IP) seen as internet access (not connected)

    Something else to make sure of is that the gateway IP is the one for the router that has internet access. If both interfaces have a different gateway IP or the same wrong one you may have to config...
  25. Replies
    16
    Views
    17,400

    [ubuntu] Re: How to mask/spoof MAC address?

    The MAC address is hardcoded in the ethernet controller. You can only change it temporarily. The only advantage to using the script is that you get a valid OUI and random address. Having an invalid...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4