Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    571

    [ubuntu] Re: Search Files in Terminal

    man find
    See "-perm" test.
  2. Replies
    2
    Views
    770

    [ubuntu] Re: qt4 designer -> segmentation fault

    First, run designer-qt4 in terminal. It will possibly give you some error messages before dying. You can use this information to identify the problem.

    You may also file a crash report. To do this,...
  3. Replies
    2
    Views
    6,339

    [ubuntu] Re: wxMaxima ln() function

    It's log(x).

    If you have maxima-doc package installed, you can use the help menu to find information about functions.
  4. Replies
    5
    Views
    1,348

    [ubuntu] Re: Pychess problems

    This bug has already been reported:
    https://bugs.launchpad.net/ubuntu/+source/pychess/+bug/356553
    https://bugs.launchpad.net/ubuntu/+source/pychess/+bug/365730
  5. Replies
    7
    Views
    865

    [ubuntu] Re: How to run a Java application

    Some people seem to have had this problem, and solved it by using Sun's JRE, see e.g. http://getsatisfaction.com/wuala/topics/failed_to_load_main_class_manifest_attribute
  6. Replies
    14
    Views
    7,981

    [xubuntu] Re: Being "root" in Xubuntu 9.04

    I think you can achieve the same effect with "gksudo thunar".
  7. Replies
    7
    Views
    865

    [ubuntu] Re: How to run a Java application

    Try something like

    java -jar Theme.jar Gui
    or

    java -Xmx500m -cp . -jar Theme.jar Gui
    -Xmx500m, in fact, is not a reference to a file, it allocates 500 Mb of memory for your application.
  8. Replies
    14
    Views
    7,981

    [xubuntu] Re: Being "root" in Xubuntu 9.04

    See https://help.ubuntu.com/community/RootSudo
  9. Replies
    7
    Views
    551

    [ubuntu] Re: Update manager no longer notifies me.

    See https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/332945
  10. Replies
    2
    Views
    500

    [kubuntu] Re: No Flash Player after upgrade

    Assuming you have Adobe's player, have you tried

    sudo dpkg-reconfigure flashplugin-installer
    ?
  11. Replies
    3
    Views
    355

    [ubuntu] Re: 9.04 Bata upto Alpha.....

    No need to reinstall, just update your system and you'll be runnung a release version of Jaunty (check with lsb_release -a).
  12. Replies
    1
    Views
    278

    [ubuntu] Re: Can I move my ipod icon onto the panel?

    First, there's an applet for this. Right-click the panel and select Add to Panel... -> Disk Mounter -> Add.

    If you want an icon only for your ipod, it's easy to create a permanent one. Open /media...
  13. Replies
    95
    Views
    24,286

    Re: Your chess setup?

    Rybka in Xboard (via Wine and polyglot).
  14. Replies
    3
    Views
    440

    [ubuntu] Re: texlive installation problem

    TEX is a command-line application. You can run it in terminal with "tex" or "latex". But you probably want some TEX editor, such as Kile, Lyx, Texmaker, or one of many others.
  15. [ubuntu] Re: How do I kill a full screen game when it freezes?

    You can press Ctrl+Alt+F1, log in, kill the game with "killall", and then return to X session with Ctrl+Alt+F7.
  16. Replies
    3
    Views
    413

    [ubuntu] Re: Does Pidgin now integrate with gnome?

    Yes it is, see e.g. http://www.markshuttleworth.com/archives/233
  17. [all variants] Re: ubuntu restricted extras and skipping flash

    Method 1.
    a. Install ubuntu-restricted-extras. It will pull a number of packages, including flashplugin-nonfree.
    b. Remove flashplugin-nonfree. Ubuntu-restricted-extras will have to be removed, but...
  18. Replies
    4
    Views
    327

    [ubuntu] Re: Networking connection issue. Sort of.

    This is the icon of Network Manager applet. You internet connection was probably configured without the help of the NM, so it thinks there are no connections. (Which is the case for me - I have...
  19. Replies
    4
    Views
    2,202

    [ubuntu] Re: Where do I find .bash rc

    It is (or should be) in your home directory. All files with names beginning with a dot are hidden, so to see it in Nautilus, press Ctrl+H.
  20. Replies
    5
    Views
    2,113

    [all variants] Re: [SOLVED] Unison Help Needed

    Run unison with the -fastcheck option. It will rely on the modification dates rather than full file contents.
  21. Replies
    2
    Views
    353

    [ubuntu] Re: need a program to convert cd to ISO

    Type in Terminal:


    dd if=/dev/cdrom of=cd.iso
  22. [ubuntu] Re: C++ programming in eclipse: missing binaries

    Are you sure you have installed the eclipse-cdt package?

    And I believe you should use << in this code, not >>.
  23. Replies
    4
    Views
    452

    [all variants] Re: Visual Basic for ubuntu?

    There is Gambas.
  24. Replies
    6
    Views
    2,819

    Re: combining text files in bash

    Actually, there are commands for it, lam and paste.
  25. Replies
    19
    Views
    954

    [ubuntu] Re: Latex problems with Ubuntu 8.04 (Gnome)

    IIRC the default setting for texmaker is to use xpdf for viewing PDFs. In texmaker, go to Settings -> Texmaker settings -> Commands and change "xpdf" to "evince" in the "PDF viewer" field. (And...
Results 1 to 25 of 82
Page 1 of 4 1 2 3 4