Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Gnome-terminal hangs when started in KDE

    after some additional debugging, it looks like I can open 'konsole' and then start gnome-terminal as root by running


    sudo gnome-terminal

    I have some strace's and it looks like when trying...
  2. Re: Gnome-terminal hangs when started in KDE

    I have the same issue. Any one with troubleshooting tips out there?
  3. [kubuntu] Can not unlock screensaver remotely, vncviewer and x11vnc

    Problem:
    I am trying to login from a remote location to my Ubuntu box. If the screen saver is not active this is not a problem ( I can work on my workstation from the remote workstation). When the...
  4. Replies
    2
    Views
    432

    [ubuntu] Re: command line help!

    use dmesg to see what ubuntu is identifying it as. it should be something like sdb, sbc (sda most likley is your internal).

    then mount the disk like this assuming the drive only has one partition...
  5. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    you are limited with your abilities since you only have 22 open by the ISP. i'd recommend home brewing an apache mod_jk setup that looks at packets coming in and then using mod_proxy to send them...
  6. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    You have wrong assumptions here.

    since you would have to configure this service on 22, it does not matter whether they use putty or firefox, if they are behind a firewall and that firewall does...
  7. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    touché
  8. [ubuntu] Re: Browse Nautilus sftp:// mount through terminal

    local system is client or server?
  9. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    nothing will fail if you make bastion.yourwork.com openssh server listen on localhost:2222 and then configure apache to listen on public_interface:22.
    Then user would connect like this
    firefox ->...
  10. [ubuntu] Re: Browse Nautilus sftp:// mount through terminal

    you need to make sure the samba server is setup correctly. then you should be able to do the following.

    On samba server


    foo@sambaserver:~$ less /etc/samba/smb.conf

    look for 'public'. You...
  11. Replies
    13
    Views
    1,617

    [ubuntu] Re: Ubuntu 8.04 on new HP DL120G6

    ^^^^^^^^^^^^ what he (or she) said ;-)
  12. Replies
    13
    Views
    1,617

    [ubuntu] Re: Ubuntu 8.04 on new HP DL120G6

    HP will work great. To bad they (whatever company said only 8.04) dont support it on 9.04 or 9.10 cause HP has awesome tools for those versions (HP tools might work on 8.04 but would not be...
  13. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    this is what you are looking for. You will obviously have to change SSH to listen on another port on bastion.yourwork.com since this web service will be running there. I recommend using SSL when...
  14. Replies
    5
    Views
    6,243

    [ubuntu] Re: SSH connection automatically closing

    is the account disabled/locked in /etc/shadow ? in /etc/passwd does the user account have the correct shell? if the shell is /usr/sbin/nologin you would see this behavior.
  15. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    usually you "remove it" by setting up SSH keys on the client and server. so when you login from client you have your ssh private key open with a tool like kde-wallet or pageant, then when you ssh in...
  16. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    you cant run the proxy command like that. if you want to run it on the command line you must run it like this.



    foo@ubuntu:~$ ssh bastion.yourwork.com -o 'ProxyCommand nc server1.yourwork.com...
  17. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    for example you would have bastion.yourwork.com
    bastion would only run openssh-server. It would be locked down so any attempts from unauthorized users would fail. bastion.yourwork.com has a public...
  18. [ubuntu] Re: accessing lan via SSH in a restricted firewall

    have the box on lan be the bastion host, and then ssh from that host to whatever internal boxes you want
  19. [ubuntu] Re: Error during install "Please insert disc labeled..."

    i know its not what everyone wants to hear but you could install 9.10 and then dist upgrade to 10.04. you could also put the install cd onto a bootable thumb drive and install that way.
  20. Replies
    7
    Views
    759

    [ubuntu] Re: php problems

    http://ubuntuforums.org/showthread.php?t=1466591&highlight=php+problem
  21. Replies
    19
    Views
    8,508

    [all variants] Re: Blocking DDoS attacks

    exdee i thought this at first but wget uses 'User-Agent: Wget/*version*' if no user agent is passed as an argument. to null out user agent use


    while [ 1 ]; do wget --user-agent=""...
  22. Replies
    4
    Views
    958

    [ubuntu] Re: Back up remote server

    you could rsync the directories you care off of the server, or make tar balls on the server itself and then rsync them off.

    or you could install 'bacula' one of my favs
    sudo aptitude install...
  23. Replies
    4
    Views
    671

    [all variants] Re: Load Balancing cluster

    man this is similar to what the seti project does (http://setiathome.berkeley.edu/info.php). they wrote boinc in house for their needs. it is available on the internets. i have no experience with...
  24. [ubuntu] Re: Tomcat 6 hangs on 9.10 server after ~10 minutes

    what are the last logs that are logged? are the permissions correct on the directories where tomcat is installed? is disk space ok?
  25. [all variants] Re: how to add images on squid error pages?

    awesome
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4