Slashdot Mirror


User: asr_br

asr_br's activity in the archive.

Stories
0
Comments
35
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 35

  1. Re:Serious Linux Flaw? on Serious IIS Hole; Minor X Bug · · Score: 3, Interesting
    No. ulimit is not going to work for that case.

    Your machine "locks" exactly because XFree86 (or other X implementation) is killed by the kernel for consuming too much memory (the "infamous" OOMKiller). Try:
    kill -9 `pidof X`
    and you'll see your machine locking exactly like in the DoS described.

    The reason it happens is that XFree86 is controling all video hardware (registers, memory...) and when you force it to die, it can't set the hardware back to the default/previous (console) values.

    You still can log remotely and reboot your machine, of course, but forget about keyboard, mouse and video.

    --
    sig
  2. Re: Congratulations to Senegal - omg! on Artificial Intelligence to Predict Sports Injuries · · Score: 1

    Yes, it was in 1990, the WC was in Italia...

    Brazil was playing much better (if you can define what 'better' is when we are talking about soccer).

    Soccer is an amazing game. I can't explain why, it just is.

    BTW, Viva la Fran^H^H^HSenegal!!!! :P

  3. StarWars vs WorldCup on Artificial Intelligence to Predict Sports Injuries · · Score: 0, Offtopic

    "I was wondering how to tie a World Cup story into Slashdot"

    What about:

    "StarWars opening was delayed in Brazil because of the WorldCup. It's going to open there only in July, 11, almost two months after the rest of the World"

    Yes, that sucks. I would watch both, of course, and I'm sure everybody would also, but the attention in the last weeks (news, talks and so) was going entirely to the WC. Too bad that marketing and money drive the world... :(

    Well... at least there was SpiderMan :)

    BTW, viva la Fra^H^H^HSenegal!!!! :PP

  4. Re:hmm on Linux Vendors to Standardize on Single Distribution · · Score: 1

    You can find all Conectiva Linux full isos in a mirror close to you. My favorite:

    http://ftp.nl.linux.org/conectiva/iso/

    --
    "Unfortunately, no-one can be told what Linux is... you have to see it for yourself."

  5. I would feel... on Microsoft To Start Running Anti-Unix Ads · · Score: 1

    ...like a monkey if I had spent all that money with a Microsoft Certification right now:

    "It [unix] requires you to pay for expensive experts" -- FIXME //#include

  6. Very smart question... on More Marcelo Tosatti · · Score: 2, Funny

    dW: ...I read that you had been working at Conectiva for four years, and that you're only 18 now. How old were you when you started there?

    Tosatti: I was 14.

  7. Package Fragmentation on Conectiva Linux 7.0 Review · · Score: 1, Informative

    They didn't mention the fact that CL 7.0 comes with a lot of packages fragmentation.

    By "package fragmentation" I mean splitting XFree, Gnome, KDE, glibc and all other big software in a lot of small packages, keeping the compatibility with other distros and with the old CLs.

    Example:
    Number of packages
    Software CL 6.0 --> CL 7.0
    glibc 03 --> 65
    XFree86 34 --> 79
    kde 60 --> 276
    gnome 32 --> 66
    koffice 01 --> 19
    linuxconf 56 --> 70
    -devel 127 --> 373
    rpm 03 --> 05


    This is very useful when installing the distro in a machine with little disk space and specially when doing a remote upgrade (you don't have to download big packages with functionalities that you don't use).

    A complete article: "Fragmentation of Packages on Conectiva Linux 7.0" can be found here, but it's in Brazilian Portuguese (I'm sorry).

    - Ademar
    "Unfortunately, no-one can be told what Linux is.. you must see it for yourself."

  8. It's fair: Doom is the #1 on Gamespy.com's "Top 50 Games of All Time" · · Score: 0

    Althought I think this list is missing games from before 1990, the 1st place is fair:

    DOOM!!!
    Just the best :)

    Owh, yes, and the second: Half life :)

    "Crie um Sistema Operacional que qualqueridiota possa utilizar e grandes idiotas o utilizarão"

  9. Re:which 2.4? on Red Hat Linux 7.1 Release Announcement · · Score: 1

    Kudo's to NVIDIA for releasing their binary only driver wrapped into a source RPM. Very nifty for people who like to run custom kernels or beta versions.

    You can download the kernel module in a source format and compile it in your machine yourself.
    http://www.nvidia.com/Pages.nsf/Lookup/linux_02/$f ile/NVIDIA_kernel-0.9-769.src.rpm


    - Ademar
    ademar at conectiva.com.br

  10. Just impossible on The Open Windows Project · · Score: 1

    IMHO, It's a lose of time...
    Why not enforce the development of emulators or good programs for good free OSes like GNULinux or FreeBSD?

    - Ademar
    http://www.inf.ufpr.br/~ademar

    "Emacs is a nice OS - but it lacks a good text editor.. That's why I'm using VIM"