Search Results - JustLinux Forums


Search:

Type: Posts; User: angustia

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. there's a big problem with the CLI: it's in...

    there's a big problem with the CLI: it's in english. just think about foreign languages that don't uses roman characters, why someone should have to learn a new language just to use a computer? at...
  2. Replies
    31
    Views
    4,192

    why not just concatenate the 4 passwords in 1?

    why not just concatenate the 4 passwords in 1?
  3. Replies
    10
    Views
    2,286

    look at this. the first word in a command must...

    look at this.
    the first word in a command must be the executable.
    do you know how bash looks for executables?
  4. the thing is he has problems with GOTO, so even C...

    the thing is he has problems with GOTO, so even C is bad...

    (now really, the first language you learn leaves its stamp...)
  5. Replies
    9
    Views
    9,036

    what?! i just now had it solved with using: ...

    what?!
    i just now had it solved with using:

    extern "C" {
    #include <rmcast.h>
    }

    and zero pains.

    funny: i tried putting extern "C" { .... } directly inside rmcast.h (arround all the...
  6. Replies
    9
    Views
    9,036

    yes, it was the first i tried. thanks anyway.

    yes, it was the first i tried.

    thanks anyway.
  7. Replies
    9
    Views
    9,036

    that was the first way i tried and gave me the...

    that was the first way i tried and gave me the sames errors.
    i don't know much about ld, but:

    ld -o mono -e main obj/mono.o obj/vista.o obj/rmcache.o obj/rmcast.o obj/rmevent.o obj/rminternals.o...
  8. Replies
    9
    Views
    9,036

    command: g++ -o mono obj/mono.o obj/vista.o...

    command:
    g++ -o mono obj/mono.o obj/vista.o obj/rmcache.o obj/rmcast.o obj/rmevent.o obj/rminternals.o obj/rmmsg.o obj/rmmsgpckt.o obj/rmtcp.o obj/rmwinmask.o obj/moc_mono.o obj/moc_vista.o ...
  9. Replies
    9
    Views
    9,036

    using C object file with C++

    hi

    i got some object files and a header from a library i found in some web site. I downloaded the sources, compiled them (gcc) and i got these files. I made a short program to test them, and...
  10. Replies
    18
    Views
    2,696

    Re: We get what we deserve.

    think about this: one day your toillet gets blocked as every monday morning, and you give a s***t about it and call the usual plumber to fix it (and you know that you'll have to call him again next...
  11. Thread: Typoglycemia

    by angustia
    Replies
    18
    Views
    6,459

    my mistake, i must say "easier to pronounce". ...

    my mistake, i must say "easier to pronounce".
    it's easier to learn if each vowels have only one sound, it's more coherent...
  12. Thread: Typoglycemia

    by angustia
    Replies
    18
    Views
    6,459

    uai not re-urait the ortografi ov inglish tu meik...

    uai not re-urait the ortografi ov inglish tu meik it isier tu rid?

    (why not re-write the orthography of english to make it easier to read?)
  13. Replies
    6
    Views
    1,841

    No, you only need one tutorial and many time to...

    No, you only need one tutorial and many time to waste...

    http://www.gentoo.org/doc/en/handbook/index.xml
  14. Replies
    12
    Views
    2,123

    the problem with too much configuration is when...

    the problem with too much configuration is when you have choosen yours, the rest of the code is disk space wasted...

    i think it's better to "privatize" functions, and tell the session which...
  15. Replies
    12
    Views
    2,123

    - optional root window menu (like blackbox). -...

    - optional root window menu (like blackbox).

    - more hability to replace its components: why must be only one official file manager?

    - a HIG command-line.
  16. Thread: USB printer

    by angustia
    Replies
    10
    Views
    1,840

    do you have udev? you could use udevinfo -a -p...

    do you have udev?

    you could use udevinfo -a -p $path

    trying $path in /sys/class/usb or /sys/bus/usb until obtain some info.

    Here, in gento, in /etc/udev/rules.d/50-udev.rules:

    BUS="usb",...
  17. " BlackBox for windows... I MUST try that!" ...

    " BlackBox for windows... I MUST try that!"

    try bblean, is the closest to blackbox, but you can't pick a window and drag it to another desktop.
  18. Replies
    5
    Views
    996

    google for...

    google for [idesk|rox-filer|pypanel|xinitrc|xsession|gdesklets]

    if you want the automatics in nautilus, look what you're running in a gnome-session.



    in E, make 2 desktop (each one with its...
  19. Replies
    5
    Views
    996

    with gnome-settings-daemon you'll get your icons...

    with gnome-settings-daemon you'll get your icons back.

    question:

    you are launching a gnome-session with e as window manager or launching e with nautilus --no-desktop?
  20. Replies
    4
    Views
    1,130

    he only should be worred if he uses windows again.

    he only should be worred if he uses windows again.
  21. Replies
    23
    Views
    2,504

    error, was: cp -R hda1_folder/* hdb1_folder

    error, was:
    cp -R hda1_folder/* hdb1_folder
  22. Replies
    23
    Views
    2,504

    if i run: dd bs=512 count=1 if=/dev/hda1...

    if i run:

    dd bs=512 count=1 if=/dev/hda1 of=/dev/hdb1

    and later:

    cp -R hda1_folder hdb1_folder
    ## i don't know how to make it copy .files

    what i get?
  23. Replies
    23
    Views
    2,504

    well, if they have same specs(size), U can use dd...

    well, if they have same specs(size), U can use dd

    dd if=/dev/hda of=/dev/hdb

    (if: input file of: output file)

    this one copies all the content of hda (including the partition tables and...
  24. Replies
    6
    Views
    2,021

    i guess vesafb is in the initrd it doesn't...

    i guess vesafb is in the initrd

    it doesn't come with linux-image-2.6.8-1-386.deb, but if i move it i can end with a kern. panic...?
  25. Replies
    6
    Views
    2,021

    yes, nothing new

    yes, nothing new
Results 1 to 25 of 60
Page 1 of 3 1 2 3