Search:

Type: Posts; User: Xiong Chiamiov; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    466

    [ubuntu] Re: Login Problems on 8.10 Server

    What happens when he tries to su or sudo?

    What do you get from


    groups


    What are the contents of /etc/sudoers?
  2. [ubuntu] Re: backup vBulletin database, zip it and sftp it to a remote server?

    Write a bash script with the exact same commands as you use. Keep in mind that it will run as root, and the $PATH may not be set the same as for your user. Then dump it into cron.weekly.
  3. Replies
    16
    Views
    1,691

    [ubuntu] Re: avoid halt command by ssh

    shudown -c

    cancels shutdown.
  4. Replies
    4
    Views
    1,074

    [ubuntu] Re: minimal X11 over ssh?

    That's because gedit is a core gnome utility.
  5. Replies
    1
    Views
    419

    [ubuntu] Re: Is this possible (Home Server)

    Only if you mount and share it through whichever OS is currently running on the machine.
  6. [all variants] Re: // LAMP stack on ASUS Eee PC 701 2GB SSD ???

    If you have performance problems, you might try switch from apache to lighttpd or nginx.
  7. [ubuntu] Re: Remote OR Minimalist GUI for server?

    As far as minimalist GUIs go, fluxbox is one of the best. You really don't need one, though.

    Any good editor can edit files over FTP, so all you have to do is set up FTP access on the server.
    ...
  8. [ubuntu] Re: Audacity grey-out when editing .5G WAV file

    Wait, you were having problems before, are having problems now, and want to know what you did to change it?

    How much RAM do you have? 32- or 64-bit? What else are you doing? Does the situation...
  9. [ubuntu] Re: Compiz/X11 Fail? Ctrl-Alt-Backspace? Help.

    Did you update the kernel recently? What does /var/log/Xorg.log say?
  10. [ubuntu] Re: quick question. Media server 64bit or 32bit?

    Most things are safe in 64-bit now. Flash (last I checked) was an exception, as is Wine. Other than that, 64-bit's the way to go.
  11. [ubuntu] Re: Really slow while installing Windows XP in VMware Workstation

    You shouldn't really be using NTFS for write in Linux, unless you really have to. The virtual machine will take care of making Windows run right, no matter the filesystem the image is stored on.
  12. [ubuntu] Re: Please recommend me a platform virtual machine

    Are you sure VirtualBox doesn't? It can do quite a lot, and is in fairly heavy development.

    What about the free version of VMware?
  13. Replies
    1
    Views
    436

    [ubuntu] Re: KDE / Update Manager problems?

    sudo apt-get update && sudo apt-get upgrade

    should update you. Report back if you have any problems.
  14. Replies
    2
    Views
    288

    [ubuntu_studio] Re: Wine help anyone?

    Usually, if it doesn't work... try to find a wine developer interested, or just wait for it to get fixed on accident.

    You will probably find more success using a virtual machine; I prefer...
  15. Replies
    2
    Views
    372

    [ubuntu] Re: Update Manager Problem

    sudo apt-get update && sudo apt-get upgrade

    then, if that doesn't fix it, post the contents of /etc/apt/sources.list.
  16. [ubuntu] Re: External Hard Drive Read As Unallocated

    What does


    sudo fdisk -l

    say when it's plugged in?
  17. Replies
    25
    Views
    2,677

    [ubuntu] Re: rTorrent rehashing

    I believe that, after enabling sessions, you'll still have to quit rtorrent properly for it not to hash-check on start. Don't take my word for it, though, since I never stop rtorrent.


    Deluge...
  18. Replies
    2
    Views
    321

    [ubuntu] Re: xorg.conf? New to Linux

    xorg.conf is located at /etc/X11/xorg.conf. You're looking for something like


    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection

    with...
  19. Replies
    12
    Views
    722

    [all variants] Re: Keep web pages in memory, off HD?

    What exactly are you trying to do? Are you concerned with the size of the cache from your browser?
  20. Replies
    4
    Views
    374

    [ubuntu] Re: Absolute Newbie - Cannot Login

    If you're absolutely stuck, you can uninstall Wubi via Add/Remove, then reinstall it and pay more attention to the settings you choose.
  21. [ubuntu] Re: Using Rar: Turn all subdirectories into separate archives.

    #!/bin/sh

    for directory in ls; do
    tar czvf $directory
    done;

    My bash is a bit rusty, so I probably got some punctuation wrong there. Also, that only works if there are no spaces in...
  22. [all variants] Re: GRUB: executable error when trying to boot on my windows partition

    Your code looks to be correct. Can you boot into Windows directly (if you change settings in your BIOS or change jumpers)? What about using Super Grub Disk? How often do you boot into Windows, and...
  23. Replies
    18
    Views
    990

    [ubuntu] Re: SSH was working, honest!

    From the local computer you were testing with, try sshing to a remote server, then back in. If you don't have shell access to any other servers, you can find a free one here temporarily.

    Have you...
  24. [ubuntu] Re: Same screen name and password, two seperate accounts. Please help

    Well, it appears that you only have one user account (jay). The first three are daemons that, for some reason, need home directories in /home.

    Have you installed another desktop environment, such...
  25. [ubuntu] Re: Files created by www-data has permission 0000 (no permission)

    Which files (specifically) are you having problems with? What webserver are you using? How did you install it? What do your php.ini and webserver conf look like?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4