Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. [ubuntu] Re: Window automatically closes when i try to open a file with "t*r*a*n*s" keyword

    Have you executed something outside ubuntu repos like a script or a binary file?
  2. Replies
    6
    Views
    1,315

    Re: Unreal Tournament 99

    You've to download and execute the installer:
    http://www.atomicgamer.com/files/12712/ut-install-436-run
  3. Replies
    2
    Views
    1,019

    Re: Where's My App???

    246516This one?
  4. [ubuntu] Re: Window automatically closes when i try to open a file with "t*r*a*n*s" keyword

    Try if this happens with another user.
  5. Replies
    1
    Views
    283

    Re: ayuda urgente con server 12.04

    Ubuntu Server Guide
    -------------------------
    https://help.ubuntu.com/12.04/serverguide/index.html

    Aquí está todo explicado.
  6. [ubuntu] Re: Please help! ./configure does not work in my machine.

    Usually you have to do:

    ./configure
    make
    sudo make install

    But if you post a link to the application I can try to compile and install it to know what is happening.
  7. Replies
    2
    Views
    1,127

    Re: Permanent directory permissions

    First create a group:

    sudo addgroup sambatorrrentusers

    then add users to the new group

    sudo adduser myuser sambatorrrentusers
    sudo adduser user2 sambatorrrentusers
    sudo adduser user3...
  8. Replies
    20
    Views
    3,537

    [ubuntu] Re: Realtek 8168/8111 problem

    Try with a crossover cable.
  9. Replies
    1
    Views
    392

    [ubuntu] Re: Change IP configuration without sudo

    I think you should use virtual machines to do this stuff.
  10. [all variants] Re: GUID Partition Table (GPT) drive imaging software for linux variants?

    So you want to make a compressed image of an entire disk?

    run as sudo:

    dd if=/dev/sdb conv=sync,noerror bs=64K | gzip -c > /media/my_usb_disk/sdb.img.gz

    this will make an image of the disk...
  11. Replies
    1
    Views
    366

    [other] Re: Facing Page error problem ?

    A 404 error means a page not found exception, so without the server logs it's not possible to determine where the problem is.
  12. [ubuntu] Re: Etherent problems with VPN | Ethernet without VPN works fine | Wirless with VPN w

    You've to change vpn_iface with your vpn interface name.

    For example, if your vpn interface name is tap0 (usually is tap0) the instruction should be:
    sudo ifconfig tap0 mtu 1200
  13. [ubuntu] Re: Etherent problems with VPN | Ethernet without VPN works fine | Wirless with VPN w

    Only for test purposes:
    Connect to the vpn through ethernet
    Open a terminal and type:
    sudo ifconfig vpn_iface mtu 1200

    If works is a mtu problem, if not it could be a driver problem, also this...
  14. Replies
    4
    Views
    2,790

    [lubuntu] Re: ubuntu server bonding nic's

    Can you post your /etc/network/interfaces file ?
  15. Replies
    6
    Views
    437

    [ubuntu] Re: Windows directory share in a VM

    have you installed guest additions?
  16. Replies
    6
    Views
    437

    [ubuntu] Re: Windows directory share in a VM

    sudo mount -t vboxsf your_share_name Destination_mountpoint
  17. [xubuntu] Re: Losing option for VPN connections on networking icon

    It happens also to me, I think it's a bug. I "solved" it by adding a new vpn connection (it seems that if you've 2 vpn connections configured the bug disappears).
  18. Re: Error al instalar placa de video Nvidia serie 9

    Tienes que poner sudo delante de la instrucción.
    De todas formas no te recomiendo en absoluto la instalación manual de los drivers, mejor utiliza la herramienta que te proporciona Ubuntu para este...
  19. Replies
    2
    Views
    397

    [ubuntu] Re: ufw error message

    Not a problem, ufw is blocking multicast and usually this is right.
  20. Replies
    23
    Views
    1,982

    Re: Per què no m'obre la pàgina del Firefox?

    OK no hi ha cap proxy.
    Ves al firefox i selecciona "Sense proxy".

    Si no funciona, es possible que tinguis algun problema al firefox. En plan ràpid tens dos opcions:
    1. Eliminar el directori de...
  21. Replies
    23
    Views
    1,982

    Re: Per què no m'obre la pàgina del Firefox?

    Per descartar, prova això en un terminal:
    wget www.google.es
    si es baixa la plana de google no hi ha cap proxy.
  22. [ubuntu] Re: Basic VGA drivers for unsupported hardware

    Try creating this xorg.conf file:


    Section "Device"
    Identifier "Generic device"
    Driver "vesa"
    EndSection

    Section "Monitor"
    Identifier "Generic Monitor"
  23. Replies
    23
    Views
    1,982

    Re: Per què no m'obre la pàgina del Firefox?

    Un cop connectada, mostran's el resultat de realitzar les comandes següents:

    sudo iwconfig wlan0
    sudo ifconfig wlan0
    route -n
    cat /etc/network/interfaces
    cat /etc/resolv.conf
  24. Replies
    23
    Views
    1,982

    Re: Per què no m'obre la pàgina del Firefox?

    un cop connectada, prova a afer això:
    sudo dhclient wlan0

    i després mira si pots navegar. Si és el cas, es molt possible que tinguis les adreces ip configurades de forma manual.
  25. Replies
    6
    Views
    750

    [ubuntu] Re: What's the meaning of symbol "~/"

    ~/ means your home folder
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4