Search:

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

Search: Search took 0.02 seconds.

  1. [ubuntu] how to change theme login in ubuntu 10.04 ?

    hi all,
    I am using ubuntu 10.04 ,I try to change theme login of ubuntu but I can not. It is difference with ubuntu 9.10. in version 9.10 I only need to drag file theme which I down from net to login...
  2. [ubuntu] Movie player and MPlayer can not play song ?

    hi everyone, I have just used U a few months and I have some problem with my sound program
    I can play music/video on Movie Player and MPlayer,I start it by a song,but it appear and disapper after...
  3. Replies
    39
    Views
    1,973

    Re: Searching for programming team

    I think it is great and I think that we are able to give our nickname (Ex: nick on yahoo ) to communicate together with our experience.
    Is that ok ?
  4. Replies
    2
    Views
    3,341

    Re: Running mpi compiled programs

    I think you try begin with : lamboot ( to start lam/mpi )
  5. Thread: Mpi

    by hondacodonbk
    Replies
    4
    Views
    3,646

    Re: Mpi

    I alse use LAM/MPI for parallel program,this is my program about "hello world":


    #include <mpi.h>
    #include <stdio.h>

    int main(int argc,char *argv[])
    {
    /* DATA */
    int rank,numProc;
  6. Replies
    8
    Views
    494

    [ubuntu] Re: Opera has some issue in Ubuntu ?

    yes,maybe I should upgrace my ram more.Thank for all help
    Close this topic ^^
  7. Re: can not run file hello.c by MPI command ?

    I think I press command of mpd exactly
    Thank for your help,I did it.I remove mpich2 and then I install lam-runtime and lamdev.So,now I can do with parallel programming ^_^
  8. Replies
    8
    Views
    494

    [ubuntu] Re: Opera has some issue in Ubuntu ?

    so,is it cause by openning many tabs ? Maybe it is so,I will think about that
    Any solutions for that ?
    ^_^
  9. can not run file hello.c by MPI command ?

    hi everybody,I have a problem with lam/MPI in U.
    I installed MPICH2 into U,then I installed 2 package : lam-runtime_7.1.2-1.4_i386.deb and lam4-dev_7.1.2-1.5_i386.deb
    I am learning parallel...
  10. Replies
    8
    Views
    494

    [ubuntu] Re: Opera has some issue in Ubuntu ?

    I think it doesn't appear when I open many tab,because sometime I open many tabs but this wrong doesn't appear
    My computer is :
    Intel P4,2.26GH
    RAM 768MB (512MB & 256MB)
    PCI onboard
  11. Replies
    8
    Views
    494

    [ubuntu] Re: Opera has some issue in Ubuntu ?

    and this picture is when I use opera without wrong :

    http://i135.photobucket.com/albums/q146/hondacodonbk/Screenshot.png
  12. Replies
    8
    Views
    494

    [ubuntu] Opera has some issue in Ubuntu ?

    hi everybody,I a newbie in U,I use Opera as a brower in U,I don't know why but sometime my Opera has some problem as below pictures:

    http://i135.photobucket.com/albums/q146/hondacodonbk/opera2.png...
  13. [ubuntu] Parallel computing use LAM in Ubuntu ???

    hey everyone,I am a student,and I have some problem with my object: I try to simulate a virtual network among many PC to communicate together.I want to computing parallel with them.My teacher said...
  14. Replies
    6
    Views
    1,205

    [ubuntu] Re: how do I share data in ubuntu ?

    yeah,I did ^_^
    I use samba and can share data with other Window PC in my room
    thank for help
  15. Replies
    6
    Views
    1,205

    [ubuntu] how do I share data in ubuntu ?

    hey,I have a issue about sharing data between ubuntu and others ( use same ubuntu or other OS as window).how do I can share my data to them ?????
    EX: if you use window and other use the same...
  16. Replies
    9
    Views
    624

    Re: Prolog question

    ok,I runed it ! It is very easy ^_^
  17. [ubuntu] Re: how to create a pass for folder to access it ?

    thank you for your help ^_^
  18. Replies
    9
    Views
    624

    Re: Prolog question

    yes,thank you,I installed it.but I don`t how to run a program ? I have a simple code:


    giaithua(0,1).
    giathua(N,KQ):- N1 is N - 1,giaithua(N1,KQ1),Kq is KQ1 * N.

    So,how do you run it ?
    thank...
  19. Replies
    9
    Views
    624

    Re: Prolog question

    hey,now I alse learn program with prolog,but I don`t how to install prolog (or prologEditor) in ubuntu,please help me
    thank
  20. [ubuntu] Re: how to create a pass for folder to access it ?

    uh,I search in internet and know that if I create a folder with "." and Ctrl + H,then folder will disappear,I did and this folder is disappear.When I Ctrl+H again,it is appear,but the other folder of...
  21. [ubuntu] Re: how to create a pass for folder to access it ?

    uh,I know these commands,but they only make folder can be read,write or ex.And other peoper can see this folder,it mean they know that this folder is exist.How can I hide this or lock folder in order...
  22. [ubuntu] how to create a pass for folder to access it ?

    may I ask some question ?
    I`am a newbie for ubuntu,I`ve just install install ubuntu a few day,and now I want to ask : how do you do if you want to lock a folder which you only open it until you...
  23. Replies
    19
    Views
    73,380

    Re: ho to install GNU C++ compiler?

    Hey,I did what you say and it work,but I do not understand something,please explain to me
    1) why my following code do not work :


    #include<iostream.h>
    int maint()
    {
    cout<<"hello \n";
    ...
Results 1 to 23 of 23