Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    173

    [ubuntu] LightDM freezes with LDAP accounts

    I've just set up a new box with Ubuntu Desktop 12.04 64 bit and installed the LDAP client by following this guide.

    My current setup is: an OpenLDAP server running o Ubuntu Maverick ( i know I have...
  2. Replies
    1
    Views
    215

    [ubuntu] PS2 mouse pointer flickering

    I am currently having a problem with a fresh new installation of Precise. The mouse pointer flickers when moved, but this behavior can only be seen if a PS2 mouse is used, plugging in a USB mouse...
  3. Replies
    6
    Views
    316

    [SOLVED] Re: help with my cronjob

    Simple tip:

    Use full paths, ie /usr/bin/wget instead of wget

    Can save you a headache, or two.
  4. Thread: Won't install?

    by uylug
    Replies
    22
    Views
    762

    [ubuntu] Re: Won't install?

    I'd try using a DVD. I've seen weird things happen with USB dongles.

    Ubuntu should definitely run on your hardware.
  5. [ubuntu] Re: E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily un

    OP mentioned he is using the Software Center (USC). I assume he should have been prompted for a password?

    apt-get would return:


    E: Could not open lock file /var/lib/dpkg/lock - open (13:...
  6. [ubuntu] Re: E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily un

    Maybe jockey running in the background?


    ps aux | grep "jockey"
  7. Replies
    6
    Views
    436

    [xubuntu] Re: crontab not working

    Lol. Easy questions always get all the answers.

    Also, just like sudodus said, use full paths. This is because you really don't know what the $PATH variable will be set to under a cron environment,...
  8. Replies
    6
    Views
    436

    [xubuntu] Re: crontab not working

    A tip that might save you a couple hours:

    Never assume cron knows what "php" is, use instead full names, like:


    /usr/bin/phpJobs run under cron can behave in a different way than if run from...
  9. Replies
    15
    Views
    778

    Re: Suggestion for a new laptop

    You should make sure you are really willing to pay for a gaming laptop.

    Gaming laptops have proven to not be the way to go. Instead of getting a gaming laptop you should consider getting a high...
  10. Replies
    15
    Views
    872

    [ubuntu] Re: extracting .exe files

    Exactly, that's what I guess. Ndiswrapper has worked excellent for me in the past. All you need is the right drivers making sure that they match your architecture as well.
  11. Replies
    3
    Views
    267

    [SOLVED] Re: Weird Internet Problem

    What error do you get exactly?
  12. Replies
    15
    Views
    2,072

    [SOLVED] Re: Upgrade Opera to 12, now no flash

    What is that supposed to mean? I'm guessing that, in order for flash to work, you need the flashplayer so file to be located under the opera plugins folder.

    You might try copying the file from the...
  13. Replies
    7
    Views
    785

    [ubuntu] Re: Passwordless su in a Bash Script?

    Do you get the password prompt even if you are logged in as root? It shouldn't be like that.
  14. Replies
    48
    Views
    2,211

    [ubuntu] Re: ideal password length

    There is no ideal password length.

    Usability vs Security. It's always been that.

    A password with six characters including numbers, letters and special characters should be pretty hard to break....
  15. [ubuntu] Re: How to install the latest Nvidia graphics driver in Ubuntu 64 bit?

    Exactly this.

    Just download the file, stop the graphical interface and simply execute the installer. Works like a charm and you don't have to start messing with packages and stuff.
  16. Replies
    1
    Views
    300

    [ubuntu] Re: converting .java file to .deb file

    Oh, no, i don't think you could.

    Making a .deb file out of it would still mean requiring the java runtime environment, so really, it wouldn't help.
  17. Replies
    16
    Views
    649

    [ubuntu] Re: Ubuntu Update Error Message

    Oh come on. There are quite a lot of experts around here willing to help you for free, so quit acting like you're so important to waste your time here.

    And if that's the case, then just leave.
  18. [ubuntu] Re: Keyboard stops working, items on taskbar only get highlighted when clicked

    How about you go into the touchpad settings and untick the disable touchpad while pressing keys.

    I can't remember whats it called but it's always said to be a bug, but it's actually a feature. I...
  19. [all variants] X11 Portforwarding Start Application And Leave It Running

    Hi :D

    I was just wondering, I am away from home, so I can ssh to my box and start a few GUI apps, like JDownloader, or Transmission, log out and leave these apps running and doing stuff and then...
  20. Re: HOW TO: Configuring authentication against Windows Domain

    Depends on your settings really... Users were able to login as 'user' without the need to add any sort of domain information because I had set it to be the default domain.

    If you've got more than...
  21. [SOLVED] Re: 10.04 Sound error, buttons control master anc pcm

    My Ubuntu does something weird too :p

    By decreasing the sound from 100% to 80% you can not hear it anymore. Its like it changes a lot faster when its closer to 100%
  22. Replies
    4
    Views
    381

    [ubuntu] Re: cant intsall or uninstall software

    See if this works?


    sudo apt-get install -f
  23. Replies
    3
    Views
    381

    [ubuntu] Re: Problem with sound card

    That should work... though It might be a better idea to move the folder, just in case they don't wanna lose their settings.

    You could also create a new user, and see if things work from the...
  24. Replies
    10
    Views
    10,511

    [ubuntu] Re: apt-get Could not resolve

    Just select the output and copy and paste it.

    Or even better. Append this to each command:


    >> ~/cmdoutput.txtSo, for example...


    ifconfig -a >> ~/cmdoutput.txtYou can attach the cmdoutput...
  25. Replies
    9
    Views
    615

    [ubuntu] Re: Need to install PHP?

    Indeed. Php-cli can be run as a standalone package. You can test your scripts but won't be able to create a web site.

    If you're going to get started in PHP, you should install lamp. It's much more...
Results 1 to 25 of 228
Page 1 of 10 1 2 3 4