Find the answer to your Linux question:
Results 1 to 9 of 9
Hi everyone! newbie here. Please help me. I just want to know if it is possible that someone can remotely view your pc even if the remote settings is already ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
  1. #1
    Just Joined!
    Join Date
    Apr 2012
    Posts
    4

    How to tell if someone is remotely viewing your computer?

    Hi everyone! newbie here. Please help me. I just want to know if it is possible that someone can remotely view your pc even if the remote settings is already disabled? Im using ubuntu 10.4 and im connected to the internet through wireless router where i share it with alot of pc. And also, can someone remotely view my pc even if the person is on another country? Please help! Thanks a lot.

    -kitsune-

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    3,351
    Read up on

    How to View Remote Linux Desktop: Ubuntu Guides

    and disable anything or anyone you don't want accessing your desktop.

    If concerned about control

    Code:
    whoami
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Windows 7=(cuz of scooters)
    Free Linux Books
    Free R Books

  3. #3
    Just Joined!
    Join Date
    Apr 2012
    Posts
    4
    thanks for sharing this! anyways, Is it possible to remotely view a pc even if I already disabled the remote settings?

  4. #4
    Moderator jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,824
    Quote Originally Posted by kitsunechan View Post
    Is it possible to remotely view a pc even if I already disabled the remote settings?
    Anything is possible. As the saying goes, the only safe computer on the network is the one that's not connected to the network.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Just Joined!
    Join Date
    Apr 2012
    Posts
    4
    whew.. ahm please let me rephrase my question... how can someone remotely view a pc when the user hes trying to view has disabled the remote settings... ? we use ubuntu 10.4 and wireless connection... please help.

  6. #6
    Moderator jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,824
    If there are any open ports or services running on your computer that allow an incoming connection, then it would be possible to gain access remotely.
    I'm not a pro on the subject, and wouldn't put the information out there, anyways... to closely related to cracking.
    But more detailed information is available with a few web searches.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  7. #7
    Just Joined!
    Join Date
    Apr 2012
    Posts
    4

    Talking

    Quote Originally Posted by jayd512 View Post
    If there are any open ports or services running on your computer that allow an incoming connection, then it would be possible to gain access remotely.
    I'm not a pro on the subject, and wouldn't put the information out there, anyways... to closely related to cracking.
    But more detailed information is available with a few web searches.
    i see.. what ports are you reffering to? can you give an example .. thanks a lot.

  8. #8
    Penguin of trust elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,836
    The common ports are 1 to 1024. You can test to see if any are open using "Shields Up" on gr.com.
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

    The Fifth Continent reborn

  9. #9
    Linux Newbie
    Join Date
    Apr 2012
    Posts
    112
    Quote Originally Posted by kitsunechan View Post
    i see.. what ports are you reffering to? can you give an example .. thanks a lot.
    you can get a list of open ports with :
    Code:
     lsof | grep 'TCP\|UDP'

    You can get a list of the ports that various services listen on with :
    Code:
    getent services

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •