Search:

Type: Posts; User: taras.kuzyo; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    3
    Views
    13,539

    [SOLVED] Re: AT-SPI D-Bus Bus

    Thank you! Really helpful link!
  2. Replies
    12
    Views
    616

    [ubuntu] Re: Create a sudo restricted command

    Yes it allright. It becomes executable when you add exec permission.
  3. [SOLVED] Re: [12.04 LTS] Skype Notification Tray and Existing Instances

    Worked for me too after re-logging.
  4. Replies
    6
    Views
    2,944

    Re: ls implementation

    man ls
  5. Replies
    2
    Views
    297

    [ubuntu] Re: Edit new file on ubuntu

    You can run

    touch filename
    to create file called filename.
    Then

    nano filename
    to edit it and press Ctrl+O to save it.
  6. [SOLVED] Re: explanation of colors of dir/file names

    You can find it out by running:

    file <item with some color>
    which displays kind of the file.
  7. Replies
    14
    Views
    876

    [ubuntu] Re: unistalling in ubuntu

    Also you can run

    sudo apt get purge <package>
    to remove configuration files of that package.
  8. [xubuntu] Re: Removing the network icon from the indicator plugin

    I suppose you can do that in the same way.

    sudo apt-get remove indicator-network
  9. [SOLVED] Re: associating program with certain file extensions

    Not a problem.
  10. [SOLVED] Re: associating program with certain file extensions

    whereis geogebra
  11. Replies
    18
    Views
    3,913

    Re: Ubuntu must have apps

    Redshift is not mentioned yet.
  12. [ubuntu] Re: Can Windows based programs be installed in Ubuntu

    You may use wine (emulator for windows programs).
    There are a lot of programs for Linux -- just have a look at Software Center.
  13. Replies
    2
    Views
    3,272

    [SOLVED] Re: Selecting a column of text in gedit

    I haven't encountered on such a feature in gedit.
  14. Thread: gcc vs g++

    by taras.kuzyo
    Replies
    4
    Views
    637

    [SOLVED] Re: gcc vs g++

    Its allright.
  15. [SOLVED] Re: 12.04 updates stuck on 'applying changes'

    http://www.rigacci.org/docs/biblio/offline/TLCL-09.12.pdf
    This one might be useful.
  16. Thread: gcc vs g++

    by taras.kuzyo
    Replies
    4
    Views
    637

    [SOLVED] Re: gcc vs g++

    Obviously for compilling c++
  17. Replies
    2
    Views
    1,315

    [SOLVED] Re: what gcc version am i using

    gcc --version
  18. Replies
    6
    Views
    506

    [ubuntu] Re: where is gcc installed? newb here

    To find out where its installed:'

    type gccTo compile .c file just run:

    gcc foo.c
    This will produce executable a.out (If you wouldn't have errors)

    ./a.out
    To run a program.
  19. Replies
    7
    Views
    1,446

    Re: Unity doesn't start properly

    I have the same problem with unity. But unity 2d is unaffected.
  20. Replies
    7
    Views
    1,733

    [ubuntu] Re: No Ubuntu 12.04.1 update ???

    Please run it in terminal:

    lsb_release -a
  21. Replies
    8
    Views
    578

    [ubuntu] Re: Hard drive problem

    run in terminal:

    ls -l <path to movie>
    and post here output
  22. Replies
    6
    Views
    634

    [lubuntu] Re: 12.04 help needed.

    Do you have Synaptic opened?
  23. Replies
    5
    Views
    300

    [ubuntu] Re: command for Ubuntu version

    http://cb.vu/unixtoolbox.pdf
  24. [ubuntu] Re: Bash Shell Script For Minecraft -- A little Indepth Understanding Help?

    One second.
  25. Replies
    15
    Views
    5,650

    Re: Programming Jokes

    #define False True
Results 1 to 25 of 31
Page 1 of 2 1 2