Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    339

    [SOLVED] Re: Access VPN behind VPN

    I solved it! :-)

    Turns out I had to use NAT to translate traffic coming from the VPN to the ppp tunnel. This is how I did it:


    iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
    iptables -A...
  2. Replies
    1
    Views
    339

    [SOLVED] Access VPN behind VPN

    Hi all,

    OK, so the title is a bit vague, but let me explain. I have a server which connects to a VPN using ppp. All traffic for a specific network range (130.89.0.0) it routed through it. This...
  3. Replies
    891
    Views
    143,935

    Re: ATi Open drivers are coming of age... :)

    Have you tried lowering the refresh rate? My TV can only handle 100 Hz and its halves (so 50 Hz, 25 Hz).
  4. Replies
    6
    Views
    1,035

    [ubuntu] Re: how to edit /dev/hda in grub 2.0

    Which version of Ubuntu are you using?

    Anyway, try the following:

    sudo update-grub
  5. [ubuntu] Re: Considering switching to Ubuntu - Some Questions

    Great questions!


    It depends on how you install it. You have a few options when installing Ubuntu. Read them carefully and you'll be fine. Always make a backup though!


    You can do both if...
  6. Replies
    24
    Views
    2,230

    Re: What's the best book for learning Python?

    Dive Into Python


    sudo apt-get install diveintopython
    or get it at Amazon.
  7. Replies
    37
    Views
    1,429

    Re: Why did you choose Ubuntu?

    Clear goals
    Active community
    Testing new software (own software) is a piece of cake, since everything is stable; so if anything goes wrong it *must* be your program :D
    Great philosophy
  8. [ubuntu] Re: Can barely run anything as root, desperately need help.

    Well, DBus is used as a communication-protocol for programs on the system (from low-level to high-level). Maybe a file in .dbus was corrupt and you forced it to create a new connection by removing...
  9. Replies
    9
    Views
    468

    [SOLVED] Re: mounting ext4 wierd problem

    Check /var/log for any clues.
  10. [ubuntu] Re: Wine seemingly interfering with default interface?

    Try switching to another theme. Maybe the engine for your current theme is missing or not working properly.
  11. Replies
    9
    Views
    2,802

    [SOLVED] Re: this must be easy : install geogebra?

    Ok! I'm a student and I have to use it regularly.


    That's a good approach.


    That's fine, but you can also use Synaptic. Just search for 'jre' and the right packages will show up!
  12. [ubuntu] Re: How do I share an application I've made?

    You could publish a
    - tar.gz containing the source
    - tar.gz containing the executables
    - deb

    all at the same time :). That's the way it's done a lot of times.
  13. Replies
    9
    Views
    2,802

    [SOLVED] Re: this must be easy : install geogebra?

    I think you should remove OpenJDK and give the 'official' java package a try. It's called sun-java6-jre.

    Btw: GeoGebra is a pretty good program!
  14. Replies
    11
    Views
    16,799

    [SOLVED] Re: File transfer from Ubuntu to Windows

    I recommend installing Dropbox (see my signature). If you want to continue using ssh, make sure you port forward your router/modem!
  15. [ubuntu] Re: Search And Replace Text Within Several Files within a directory

    Try 'sed' on the commandline:

    sed -i 's/text in file/replaced text/g' *
    sed: command used
    -i: edit files in place
    's: replace
    g': more than 1 times in one file
    *: all files in directory
    ...
  16. Replies
    3
    Views
    440

    [other] Re: How to prolong battery life?

    Those are states the processor could be put into:
    Source: http://en.wikipedia.org/wiki/Advanced_Configuration_and_Power_Interface

    Powernowd is a kernel-module. Only advanced users (no offence!)...
  17. Replies
    6
    Views
    2,279

    [ubuntu] Re: SSH / SFTP connect onto my Ubuntu machine

    Most routers support port forwarding. Have you tried visiting the web interface of yours?

    http://dl.dropbox.com/u/1106740/Screenshot-Connection%20Information.png

    For example, my address is:...
  18. Replies
    9
    Views
    1,900

    [ubuntu] Re: Cannot change permissions

    And:

    sudo touch /media/disk/Test
    ?

    (After mounting it, of course)
  19. Replies
    9
    Views
    1,900

    [ubuntu] Re: Cannot change permissions

    Unmount your disk and in a terminal do:

    sudo mkdir -p /media/disk
    sudo mount /dev/sdc1 /media/disk
    Does it give you any errors?
  20. Replies
    9
    Views
    1,900

    [ubuntu] Re: Cannot change permissions

    What's the output of:

    sudo fdisk -l
  21. Replies
    6
    Views
    810

    [ubuntu] Re: Slow lookup and uploading

    Strange. Have you tried to call Verzion about it?

    Edit: Oh wait a minute, you're using a wireless connection. Have you tried testing your Internet connection speed with a cable attached?
  22. Re: Count to 200 before a Windows user resets back to One!

    Darn it. 1.
  23. Replies
    30
    Views
    1,635

    Re: How do you organise yourself?

    In real life? I do not.

    On my computer? Using Dropbox and the gnome-panel "notes" application :).
  24. Replies
    3
    Views
    636

    [ubuntu] Re: Synaptic [X]Check for DOWNLOAD ONLY

    You can also use:

    File --> Generate package download script
  25. [ubuntu] Re: Ubuntu 9.10 using eclipse 64bit. Crushes every 2 minutes.

    Did you install it from the website or from the repository's?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4