Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. [SOLVED] Re: How to make init use a certain flag for a service it starts.

    I found that in general you can edit the conf files in /etc/init ; these are simple and short bash scripts and easy to modify the boot flags. I was able to do what I wanted by editing...
  2. [SOLVED] How to make init use a certain flag for a service it starts.

    I've installed MongoDB and I want init to start the database with the --journal flag. I'm quite rusty on how init works, but I know it involves the /etc/init and /etc/rc directories.

    I've found...
  3. Replies
    1
    Views
    461

    [SOLVED] Can't rearrange Window List in 11.04.

    I'm using "Ubuntu Classic" mode on Ubuntu 11.04. With previous Ubuntu releases I could rearrange the Window List (some may call it the "task bar") by clicking a window and dragging it, but now this...
  4. Replies
    5,680
    Views
    472,745

    Re: Sticking with Unity?

    If Geany is minimized then the Geany icon is still in the launcher, but clicking on it opens a new Geany instance instead of the opening the already minimized window. Also, when Geany is minimized...
  5. Replies
    5,680
    Views
    472,745

    Re: Sticking with Unity?

    I've been using Unity since yesterday but I'm starting to see some unforgivable problems which will postpone my support.

    For example, I use the "Geany" IDE for programming, but if you minimize...
  6. Re: Any libs/tools for calculating astronomical data?

    I know there are a variety of language capable of doing the calculations (I would use python probably), I wondered if there is any existing code for calculating these things? The math looks...
  7. Any libs/tools for calculating astronomical data?

    In Stellarium (http://www.stellarium.org/) or KStars (though I haven't used KStars) you can view real time astronomical data about the Sun and Moon. IE, you can view the altitude and angles of the...
  8. [SOLVED] Re: Do env vars set in .bashrc not effect the gnome desktop?

    It appears that .bashrc is for bash, while .gnomerc is for gnome.

    I didn't know about .gnomerc, but when setting my env var in .gnomerc it will work from the gnome desktop.

    Although I did have...
  9. [SOLVED] Do env vars set in .bashrc not effect the gnome desktop?

    I've installed python2.7 and I want all those convenient python libs I've installed from the repos to work with python2.7, but the libs in the repos get installed to python2.6.

    No problem, I'll...
  10. [ubuntu] ALSA doesn't work while Jackd is running.

    I'm able to start jackd from the shell and also using qjackdctl. In order to start jackd there must be no other applications "using" sound. If I try to start jackd while watching a youtube video...
  11. [ubuntu] Tomcat6 wont start, says "failed." Can't find logs.

    After an Ubuntu upgrade, and installing sun-java Tomcat6 will no longer start. When I attempt to start Tomcat6 with "sudo service tomcat6 start" it reports on the right side of the screen [failed] ....
  12. [ubuntu] Re: How can I see what environmental variables for a specific application are set to?

    Thanks, but I'm more interested in env vars in general rather than python specific details.

    Lets say I set a PYTHONPATH in .pam_environment (which I have done in the past). My shells don't show...
  13. Replies
    6
    Views
    977

    Re: Python: @staticmethod decorator

    To my knowledge a class is just a name space really(?). That's beside the point though.

    Try calling a.status() and you'll get an error saying that 0 arguments were expect and 1 given. I think...
  14. [ubuntu] How can I see what environmental variables for a specific application are set to?

    First, I will point out that I have read this Ubuntu documentation on Environmental Variables: https://help.ubuntu.com/community/EnvironmentVariables However, I still have a few questions.

    My...
  15. Replies
    11
    Views
    16,729

    Re: Bluetooth & Bitpim with LG Phones

    I've fallowed this guide and I can send data to my phone, and retrieve phone info. All indications are that the connection is working properly.

    However, BitPim will not "Find Phone," and the...
  16. Replies
    7
    Views
    617

    [ubuntu] Re: Python 2.6 uninstalled. Job in danger!

    You need to set your BIOS to boot from the CD (or USB stick, if your using a live USB stick). To access your BIOS you usually press delete, F2, F12, or some other key as the computer is first...
  17. Replies
    7
    Views
    617

    [ubuntu] Re: Python 2.6 uninstalled. Job in danger!

    Go to synaptic and try to reinstall python2.6, hopefully the original debian packages are still hanging around and you can reinstall without an internet connection? Actually, python2.6 is probably...
  18. [ubuntu] numpy can't be imported from /usr/share/pyshared

    I am able to import numpy from /usr/lib/python2.6/dist-packages/, but the copy residing at /usr/share/pyshared is incomplete and cannot be imported because the multiarray.so file is not present.
    ...
  19. [SOLVED] Enable auto-login for some users and not others? 9.10

    I have Ubuntu on a family computer. Other members of my family don't like entering the password to login. I am using Ubuntu 9.10.

    First, I would like to enable auto-login on boot for the family...
  20. [SOLVED] Re: Pressing HOME or END in Vi produces a H or F character?

    I find vim* more convenient then using a mouse/GUI in many situations, and sometimes a GUI isn't available.

    I installed the full vim package, and it's working as I expected now. I'm still...
  21. [SOLVED] Re: Pressing HOME or END in Vi produces a H or F character?

    There are lots of things more difficult than working with Vi. Saying "I don't know" is better than "just use something else;" and saying nothing is better than "I don't know."
  22. [SOLVED] Re: Pressing HOME or END in Vi produces a H or F character?

    I cannot backspace. When I'm backspacing and hit column 1 I cannot go further. I cannot erase line feeds.
  23. Replies
    1,027
    Views
    2,300,383

    Re: How to install Grub from a live Ubuntu cd.

    I'm having the same problem.
  24. [SOLVED] Re: Pressing HOME or END in Vi produces a H or F character?

    It must have been something to do with that compatibility mode. "set nocompatible" did the trick and placing it in $HOME/.vimrc did the trick. It now behaves as I expect vi should.

    Thanks.
  25. [SOLVED] Re: Pressing HOME or END in Vi produces a H or F character?

    I also notice that I cannot turn on scroll lock, caps lock, and num lock all at the same time. Is this normal?

    Also, the arrow keys do not work, but produce A B C and D characters. Again, in...
Results 1 to 25 of 67
Page 1 of 3 1 2 3