Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    7
    Views
    438

    [ubuntu] Re: Please Help!! Hdd problem

    AFAIK, you can only install windows by booting to its installation CD. If it does have an upgrade installer, it's not going to run in Linux, even if you use wine. You have to boot to the windows...
  2. [ubuntu] Re: cannot connect to port number when firewall is enabled

    They are "disabled" in the sense that there is nothing significant listening on any ports so your system wouldn't accept any connections. Why filter connections no applications are going to accept...
  3. Replies
    5
    Views
    435

    [ubuntu] Re: installing codec on...

    By "root/downloads/neroAacEnc" do you mean the absolute path "/root/downloads/neroAacEnc". Are you sure the "downloads" directory isn't "Downloads"? Why is it saved in root's home directory? You...
  4. Replies
    7
    Views
    4,265

    [ubuntu] Re: problem with using tor and wget together

    Tor isn't an HTTP proxy. Port 8118, is that privoxy? Your local HTTP proxy is what is removing the HTTP referrer, not tor. You can simply not use your HTTP proxy, and use only tor. I believe you just...
  5. Replies
    16
    Views
    1,445

    [ubuntu] Re: Isn't this a security breach?

    Firefox is used on both. Many firefox vulnerabilities can be exploited on either OS. The biggest concern is probably the non-free adobe flash plugin, though. The browser (with plugins) is probably...
  6. Replies
    18
    Views
    1,836

    [ubuntu] Re: Ssh server cant login after reboot

    Is this a desktop installation? How is networking configured?


    cat /etc/network/interfaces
  7. Replies
    7
    Views
    532

    [ubuntu] Re: securtiy of .flv

    I believe both mp4 and flv video files residing on the local filesystem play with the totem media player by default. Either format can potentially exploit a vulnerability in the gstreamer decoder,...
  8. Replies
    6
    Views
    625

    [SOLVED] Re: unexpected download - how to investigate

    +1 for wireshark, but this command would show you all network connections (what process is connecting where on what port).


    sudo netstat -tnp
  9. Replies
    7
    Views
    614

    [ubuntu] Re: external ip problem

    That IS the IP you are using, then. However, the question is whether that IP is used exclusively by your router. If so, then all you need is to configure your router to forward unsolicited traffic it...
  10. [SOLVED] Re: Running multiple websites on single server (VirtualHost)

    Also, you shouldn't have edited apache2.conf. That line should already be in ports.conf, and shouldn't appear twice in your configuration files. And it is best to allow the a2ensite, a2dissite,...
  11. Replies
    1
    Views
    412

    [SOLVED] Re: Cannot install filezilla

    Why are you using getdeb? It is in the ubuntu repos.

    I'm guessing you're trying to install an old version which no longer exists in getdeb's repos because your package index is outdated.


    sudo...
  12. Replies
    7
    Views
    939

    [SOLVED] Re: Default root Password

    You should not set a root password. It is safer to have no valid root password, which is the default. Recovery mode should work without requiring a password when no root password is set. I think you...
  13. Replies
    2
    Views
    431

    [ubuntu] Re: Wierd connections

    This command is a little more informative, for future reference.


    sudo netstat -tnp
  14. Replies
    6
    Views
    706

    [SOLVED] Re: Parania or am i being hacked?

    Authentication attempts such as that are very common. Bots will check random IP's to see if it is hosting a SSH server, and if they are, it will attempt to authenticate using weak passwords and...
  15. Replies
    16
    Views
    1,445

    [ubuntu] Re: Isn't this a security breach?

    Yes, but I think the concern was for privilege escalation in general, not specifically for browser exploits. I'm guessing a javascript browser exploit was only an example.
  16. Replies
    16
    Views
    1,445

    [ubuntu] Re: Isn't this a security breach?

    Technically, if your browser is compromised in a way that allows the attacker to execute arbitrary code, they could wait for you to use sudo, kill your terminal session, re-use your tty, then use...
  17. Thread: SSH and DynDNS

    by cdenley
    Replies
    6
    Views
    1,991

    [ubuntu] Re: SSH and DynDNS

    As I already said, if the client gives "Permission denied", then it must be connecting to a SSH server. Considering that he is connecting to some SSH server, and he can access the web server using...
  18. [all variants] Re: up-to-date PHP 5.2 versions for Hardy needed!

    5.2.4-2ubuntu5.10 > 5.2.4

    Fixes made in more recent releases get backported to the stable version (5.2.4) in the repos.


    zcat /usr/share/doc/php5-common/changelog.Debian.gz|less


    What are...
  19. Thread: SSH and DynDNS

    by cdenley
    Replies
    6
    Views
    1,991

    [ubuntu] Re: SSH and DynDNS

    That often is a problem with some routers, although some will work. It seems to work fine for his web server, and he seems to connect to a server but fails to authenticate. Perhaps their router is...
  20. Replies
    5
    Views
    735

    [SOLVED] Re: Apache 2 Authentication problems

    <Directory /var/www>
    AllowOverride AuthConfig
    </Directory>

    <Directory /var/www>
    AuthType Basic
    AuthName "Restricted Files"
    AuthUserFile /usr/local/apache/passwd/passwords
    Require user bob...
  21. Replies
    4
    Views
    916

    [ubuntu] Re: Closing java ports

    Well, you never even told us what the java process is, so how can we tell you how to configure which ports it listens on? There is no universal way to tell a process to stop listening on a particular...
  22. Replies
    8
    Views
    814

    [ubuntu] Re: Weird php and/or mysql bug

    Try a simpler use case, such as the one I posted. For all I know, your problem with that script is that the class is instantiated an infinite number of times.
  23. Replies
    4
    Views
    908

    [ubuntu] Re: Using ClamAV...

    Why are you using ClamAV if you no longer have Windows Vista installed? What are you trying to accomplish? How are you trying to update the definitions, and how is it failing?

    The package is...
  24. Replies
    8
    Views
    814

    [ubuntu] Re: Weird php and/or mysql bug

    Post the FULL php script which you're having a problem with, except remove the password. Or just try mine I posted. Then maybe post the output for:


    mysqldump gal -u root -p --compact
  25. Replies
    8
    Views
    814

    [ubuntu] Re: Weird php and/or mysql bug

    cdenley@vmware:~$ apt-cache policy php5 php5-mysql apache2 apache2-mpm-prefork mysql-server-5.1
    php5:
    Installed: (none)
    Candidate: 5.3.2-1ubuntu4.2
    Version table:
    5.3.2-1ubuntu4.2 0
    ...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4