Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.25 seconds.

  1. Replies
    4
    Views
    730

    [SOLVED] Re: Variable fstab options

    Remove the entries for your windows drives, they should auto mount and you won't have to worry about it.
  2. Replies
    5
    Views
    468

    [ubuntu] Re: What's the best way

    You will need to reinstall, and yes you can keep your home partition, I've done this several time before, but I would suggest creating a temporary user upon installing the replacement OS to avoid...
  3. Thread: Bluray Player?

    by Ocxic
    Replies
    8
    Views
    6,504

    [ubuntu] Re: Bluray Player?

    In VLC have you tried the "open disc" option from the "media" menu. if you have what happens?
  4. Replies
    2
    Views
    293

    [ubuntu] Re: control windows through ubuntu

    TightVNC
  5. Replies
    62
    Views
    4,265

    Re: Federal Student Aid Website blocks Linux

    i just tried with user agent switcher and it works perfectly.
  6. Replies
    1,020
    Views
    63,579

    Re: First Computer you had

    486dx
    4mb ram
    500mb hd
  7. Replies
    7
    Views
    628

    [ubuntu] Re: iptables ics for ceartain ips only

    you want to masquerade the internet to provide NAT translation for your network, you don't need to masquerade wlan0 so remove that one.

    and i just figured it out: use this

    iptables -t nat -A...
  8. Replies
    7
    Views
    628

    [ubuntu] Re: iptables ics for ceartain ips only

    your iptables-save command still has this rule in it:
    -A POSTROUTING -o eth0 -j MASQUERADE

    be sure to remove it
  9. Replies
    7
    Views
    628

    [ubuntu] Re: iptables ics for ceartain ips only

    sudo iptables -A POSTROUTING -t nat -j MASQUERADE
    should be:
    sudo iptables -A POSTROUTING -t nat -o eth1 -j MASQUERADE
    where "-o eth1" is the interface connected to your internet connection.
    ...
  10. [ubuntu] Re: 10.10 total newb restarted, command line instead of login dialogue box starts?

    It should go back to the graphical login. try rebooting the machine once more, if that doesn't work login using the command line and run
    "sudo apt-get update && sudo apt-get dist-upgrade && sudo...
  11. Replies
    3
    Views
    366

    [ubuntu] Re: internet on vertual box

    that depends on you network. If your using bridged mode then just make the guest settings the same as your host computer. if you set a static address just be sure it's not in use on your network.
    ...
  12. Replies
    5
    Views
    400

    Re: Please suggest a tech website

    http://www.techrepublic.com/
    http://www.theregister.co.uk/
  13. Replies
    3
    Views
    366

    [ubuntu] Re: internet on vertual box

    host only networking will NOT give you Internet access as it creates a virtual network within virtualbox itself. if you want to access the net you need to use NAT or BRIDGED mode(set in virtualbox...
  14. [ubuntu] Re: Multiple problems, don't know what the root is?

    Check your hard drive with disk utility.. your drives might be failing, and the smart status will show if there is anything wrong.
  15. Thread: shut down delay

    by Ocxic
    Replies
    3
    Views
    361

    [ubuntu] Re: shut down delay

    I used to have this problem with portmap after installing nfs-kernel-server portmap would take forever to stop/shutdown. I narrowed the delay to portmap but never found out why it was doing that as...
  16. [SOLVED] Re: Memory usage/Memory hole? fix, or am I a nervous Nellie?

    Thats normal, Ubuntu will use any memory not in use by programs as cache to improve loading times. The system will automatically allocate memory to applications you open when needed. Any good OS will...
  17. Thread: IPTables

    by Ocxic
    Replies
    6
    Views
    853

    [ubuntu] Re: IPTables

    iptables -t nat -A FORWARD -s 78.33.121.166 -j DNAT --to-destination 10.0.0.1
    That should forward all incoming connections from 78.33.121.166 to 10.0.0.1

    @KevDog-- you can setup virtual devices...
  18. Replies
    4
    Views
    490

    [SOLVED] Re: Internet connection issue

    root@xilti:~# dig | grep "SERVER"
    ;; SERVER: 10.0.2.1#53(10.0.2.1)
    root@xilti:~#


    10.0.2.1 is my eth1 interface that is running a BIND9 dns server. and forwards the queries to OpenDNS. this...
  19. Replies
    4
    Views
    490

    [SOLVED] Re: Internet connection issue

    yes I can ping actual ip addresses, so i know there is no connection issue. Plus all the other computers mine is routing and providing NAT for work fine.

    I should mention that when i ping any...
  20. Replies
    4
    Views
    490

    [SOLVED] Internet connection issue

    I've setup my computer to act as a router for the rest of my house.. just today while mucking about with samba, I've lost the ability to browse the web. I can't ping and sites, and this seems to be...
  21. Re: Whats the power on hours of the hard drive in your main pc?

    3.6 years
  22. Re: Returning my motherboard: Recommend a new one.

    http://www.newegg.ca/Product/Product.aspx?Item=N82E16813131667

    Note: That board is HUGE so make sure a a large case, like a FULL TOWER or it won't fit.

    theres a gigabyte bored with very similar...
  23. [ubuntu] Re: Battery isn't recognized, won't hold charge.

    remaining capacity = 0 mAh

    your battery is dead get warranty replacement.
  24. Replies
    17
    Views
    3,941

    Re: Cheap, but good, DSLR cameras

    i research for about 4 months and settled on getting Nikon's D90. from everything i read it had the most number of features that you would find on a more expensive/professional DSLR, but stayed in my...
  25. Replies
    1
    Views
    247

    [ubuntu] Re: Never seen anything like this in my life

    change "iptables -A FORWARD -p tcp -i eth0 -d 192.168.56.101 --dport 25 -j ACCEP"
    to
    "iptables -A FORWARD -i eth0 -p tcp --dport 25 -j ACCEPT"

    The incoming connection is not destined for your...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4