Search:

Type: Posts; User: victor.zamanian; Keyword(s):

Page 1 of 4 1 2 3 4

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    820

    [SOLVED] Re: substitute gedit for vim?

    Others might want to call it "Virtually Indispensable," considering it can be very useful to us advanced users. Putting a project to death just because it's not useful to one particular person...
  2. Replies
    2
    Views
    323

    [ubuntu] Re: NVIDIA help...

    The following community documentation on this subject might help you.

    https://help.ubuntu.com/community/BinaryDriverHowto/Nvidia
  3. Replies
    6
    Views
    3,799

    [all variants] Re: bash script - tilde expansion

    You mean the eval command. :)
  4. Replies
    4
    Views
    3,432

    [ubuntu] Re: Installing git using checkinstall

    Thanks! It worked by adding that flag. I checked the man page and it says:


    --fstrans Enable/disable filesystem translation. Filesystem translation
    enabled causes the...
  5. Replies
    4
    Views
    3,432

    [ubuntu] Re: Installing git using checkinstall

    According to the INSTALL file with the git distribution, I shouldn't need to ./configure. Please see that file for more information. Also note the "$ make prefix=/usr/local" command.

    This is...
  6. Replies
    4
    Views
    3,432

    [ubuntu] Installing git using checkinstall

    Hello!

    I'm trying to install git (git-scm.com) from source. I need apt to recognize that it's installed, so I figured I would install it using the checkinstall program.

    I followed the steps...
  7. Replies
    8
    Views
    2,114

    [ubuntu] Re: need help installing compiz 0.9.0

    The following link has some documentation on how to compile with the new build system (CMake):

    http://wiki.compiz.org/C++Compiling

    Those instructions helped me to build and install, but I...
  8. Replies
    9
    Views
    615

    [ubuntu] Re: Verbose

    No problem! I'm sure you'll do fine on your own, you seem like a capable chap. ;)
  9. Re: Installing a package without its dependencies

    mechro, yeah that's true!

    You can start up aptitude without arguments:

    $ sudo aptitude

    then search the database, using the "/" key, for "giggle". Upon having the... shall we call it...
  10. Replies
    9
    Views
    615

    [ubuntu] Re: Verbose

    Hah! Right, figured that would be the one. ;)

    Anyways good luck on your scripting. :D Feel free to look me up if you need more help. I'm far from an expert on shell scripting, though I have done...
  11. Replies
    5
    Views
    422

    [SOLVED] Re: Why didn't my files get found

    tropdoug, `gnome-search-tool', which is what you used, doesn't use any indexing other than perhaps the 'locate' program. From the man page:

    "GNOME Search Tool uses the find, grep, and locate...
  12. Replies
    9
    Views
    615

    [ubuntu] Re: Verbose

    No problem! :) lol, which of all the Larssons are you referring to? :D
  13. [all variants] Re: Make terminal flash when it receives bell

    There are a couple of entries in gconf-editor under /apps/metacity/general that deal with the type.

    I'm not sure whether it will make the window flash though. It will definitely not do anything if...
  14. Replies
    9
    Views
    615

    [ubuntu] Re: Verbose

    Oh you are thinking of making your own shell script verbose if the user says it wants it to be? If so then yes I do believe you have to check every time and then specify what you want to output. This...
  15. Replies
    6
    Views
    1,585

    [ubuntu] Re: Organising Music Collection

    150 GB is a lot of music. I've got about 100 GB myself, and I wouldn't advise you to do anything automatic with your music. I would advise you to get started on moving the files and renaming and...
  16. Replies
    3
    Views
    11,367

    Re: How To Open Python

    If you run the program `alacarte', or alternatively right-click the menus and select "Edit Menus", you will be met with a program that can edit your menus. There is a category to the left with the...
  17. Replies
    9
    Views
    615

    [ubuntu] Re: Verbose

    Verbose usually means to output extra information as things are happening in a program. For example in the man page for the `cp' utility, the -v flag is described:

    -v, --verbose
    ...
  18. Re: Installing a package without its dependencies

    mechro,

    That worked. The only problem is that giggle now for some reason thinks it has an update:

    "giggle could be upgraded to version 0.4.95-0ubuntu1~ppa0, but it is being held at version...
  19. Re: Installing a package without its dependencies

    I apologise for being so whimsical, but there's a big problem now with the apt database.

    After installing giggle as in my previous post, now every time I want to use aptitude to install/remove...
  20. Re: Installing a package without its dependencies

    Ah, thank you very much! I didn't think of that. What I finally did was:


    $ sudo aptitude download giggle
    $ sudo dpkg -i /var/cache/apt/archives/giggle[...].deb

    And that's it! It gave me some...
  21. Installing a package without its dependencies

    Hello!

    I have git (the source code management tool) installed from source, because I like to keep it updated more frequently than the repositories are.

    So now I hear of this new program called...
  22. Replies
    3
    Views
    890

    [ubuntu] Re: gnome-terminal in focus

    If you run the configuration editor (gconf-editor), then go to /apps/metacity/general, there is an option called "focus_new_windows". The descriptions of this setting are as follows:

    Short...
  23. Replies
    3
    Views
    890

    [ubuntu] Re: gnome-terminal in focus

    You could right-click the title bar and select Always On Top, if that's sufficient. There's also an "Always keep on visible workspace" option which does exactly what it says. :)
  24. [SOLVED] Re: Gnome-schedule: How do I schedule a task to recur on weekdays?

    Which Recurring Task dialog are you referring to exactly? I'm not sure I recognize this. Are you talking about the "crontab"?
  25. Replies
    4
    Views
    499

    [ubuntu] Re: How Do I Remove GRUB?

    I believe this thread might be of interest in this situation:
    http://ubuntuforums.org/showthread.php?t=1419459
Results 1 to 25 of 95
Page 1 of 4 1 2 3 4