Slashdot Mirror


User: virion

virion's activity in the archive.

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

Comments · 6

  1. Alternative! Re:Not for sale on web site yet.. on New Linux PDA Available · · Score: 1

    If you looking for alternative pda that runs linux then check agendacomputing.com. they have sweet little pda using strong arm processor. it runs X. porting apps is a snap, all it needs is recompile. it little more price but it offers more features.

  2. possible linux support! on Blizzard Announces New Warcraft MMORPG · · Score: 2, Interesting

    Sam Lantinga, author of SDL, was hired by blizzard. Is he working on this title? is new warcraft will be sdl based? if so linux port should be piece of cake.

  3. Re:Grsecurity on New Release Of NSA SELinux · · Score: 2, Interesting

    this release of SELinux is very significant because it based on LSM. Linux Security Module will be kernel included system that will allow one to load security modules. SElinux has ability to be built based on old way or new way that is recommanded by Linus. As i am aware it is first working system, others will fallow same suit. Kernel will be able to handle any security model once can desire and it is all pluggable. LSM is needed because current kernel module not allows to do certain things that are neede for security! LSM is the way, when it will be included in next kernel we will not have to recopile anymore just load a module

  4. Re:too late, sorry on Rasterman Speaks On E17 And The Future · · Score: 1
    The E crew seems to have taken a two year break.
    they never stopped coding! they improved e16 over years. then it was EFM, imlib2. No they working on evas, efsd and many more
    check:
    http://www.enlightenment.org/pages/components.html

    before it was more backend work where now we can see results of it.
    did you ever tried evas demo written by raster!? your jaw will drop
    The new e is great!
  5. hmmm on MS XP Drops Java Support · · Score: 1

    and again microsoft is doing everything to get control over the market. they cannot add own stuff to java so they will just excluded. same thing over and over again

  6. prompts on What Does Your Command Prompt Look Like? · · Score: 1

    regular user:
    PS1="<\u \h:\[\033[0;32m\]\W \[\033[0m\]|> "
    root:
    PS1="<\[\033[0;31m\]\u\[\033[0m\] \h:\[\033[0;32m\]\W \[\033[0m\]|> "
    and it looks like that:
    <root spanky:root |>
    with colors (red for root)