Slashdot Mirror


User: bogolisk

bogolisk's activity in the archive.

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

Comments · 39

  1. Re:I don't trust it. on Make the Debian CDs Better by Installing popcon · · Score: 1, Insightful
    Check the package's priority

    • emacsen-common's priority: optional
    • nvi's priority: important
    <joke>

    $ dpkg -s kde
    Package: kde
    Priority: not-recommended
    Section: bloatware
    Installed-Size: 1666666666666666666

    </joke>
  2. Re:Let the flames start on Make the Debian CDs Better by Installing popcon · · Score: 1
    • libglib1.2 at 99 (the gnome1 foundation library), far ahead of libqtxxx at 430. It'd even ahead of libstdc++ at 103 and g++ at 116
    • libglib2 (gnome2) is at 171, is ahead of libqt at 430
    • at 315, libesd is ahead of libarts at 458
    • libgnome32 (gnome1) is at 334, libgnome2-common (gnome2) is at 403, kdelibs-data is at 564. libncurses5 rules them all at 29
    • nvi at 208 is far ahead of vim and emacsen.


    Conclusion: on Debian, they like it lean and mean. terminal-ui rules; gnome1 is prefered to gnome2; KDE is barely tolerated.

    --
  3. Re:Gnome - vi on GNOME in the Year of the Monkey · · Score: 0
    Well, none of the vi expert I asked can come up with the vi-equivalent of emacs's

    query-replace-regexp-eval

    command. That's the ultimate command for regexp-based search-n-replace.
  4. Re:I guess I'm really confused. on GNOME in the Year of the Monkey · · Score: 0

    I thought I'm a Gnome fan until I realized I only use one gnome app (window manager doesn't count): gnome-terminal

  5. Re:I guess I'm really confused. on GNOME in the Year of the Monkey · · Score: 0
    GNUS has been able to do that for ages.
    My DE is neither Gnome nor KDE, it's Gnu Emacs. When at home I just ssh to my workstation at work and type
    gnudoit '(make-frame-on-display "xx.xx.xx.xx:0.0")'
    Et voila, my DE appears on my home machine along with: currently edited buffers, tags, mails, news, blog, wiki, rss, diary, calendar, planners...
  6. Re:Okay I can take this !!!!!!!! on Linus on SCO, and the Desktop Being 10 Years Away · · Score: 0

    The best one I've ever seen is American Navy carry the Canadian flag up-side-down at the World-Series!

    Not sure it was a mistake or just the typical childish behaviour, but it sure was funny!

  7. Not sure he undestands Linux on BSD For Linux Users · · Score: 0
    see http://linuxtoday.com/news_story.php3?ltsn=2004-01 -16-011-26-OP-SW-BD-0019
    Some how all the work that debian put in XFree 4.X to make it works on different archs qualified as assembled and FreeBSD adoption of gcc qualified as designed/developped.
    more
    "Traditionally (though not universally), Linux integrates support for a piece of hardware before BSD does. But when BSD integrates it, it works. It's solid. It's stable."
    Basicly he's saying that FreeBSD core developpers are better/smarter that Linus/Alan/AndrewMorton and co.
    And he claims to this article is all about facts.
  8. Re:Cyrus IMAP for sure.. on Recommendations for the Right IMAP Server? · · Score: 0
    bahamat:
    The Morris worm was able to mutate acrost all hardware archs because it uploaded source code and compiled it. If there's a sufficiently large hole in a sufficiently distributed product (sendmail, bind, apache, etc.) a source code worm can wreck havoc on the entire UNIX world (Linux, Sun, Irix, whatever) regardless of hardware platform. Of course, a lack of compiler would put an end to that real fast.


    thing12:
    Or not... see tiny cc. The compiler comes in at a whopping 80k and it stands all on its own. Combine that with diet-libc and you've basically got the ability to spread a worm across any x86 based unix.


    Aren't we talking about source code worm? There's not much a point of writing a x86-only unix source worm. Btw, your x86-unix only source worm would either:
    1. always download from a single server which carries binary tinycc and binary dietlibc.
    2. carry an extensive list of servers which which carries binary tinycc and binary dietlibc.

    Since speed of propagation is the highest goal of any competent worm, neither of the above is acceptable for a worthy worm.

    --
  9. Re:Cyrus IMAP for sure.. on Recommendations for the Right IMAP Server? · · Score: 0

    such a worm won't propagate very quickly because the number of packages it'll have to download.


    $ apt-rdepends gcc-3.3 libc6-dev
    Reading Package Lists... Done
    Building Dependency Tree... Done
    gcc-3.3
    Depends: binutils (>= 2.13.90.0.10)
    Depends: cpp-3.3 (= 2.3.1-1)
    Depends: libgcc1 (>= 1:3.3)
    binutils
    Depends: debconf
    Depends: libc6 (>= 2.3.1-1)
    Depends: shellutils
    debconf
    libc6
    Depends: libdb1-compat
    libdb1-compat
    Depends: libc6 (>= 2.2.5-13)
    shellutils
    cpp-3.3
    Depends: gcc-3.3-base (= 2.3.1-1)
    gcc-3.3-base
    libgcc1
    Depends: libc6 (>= 2.3.1-1)
    libc6-dev
    Depends: libc6 (= 2.3.1-11)


    Not to say it probably has to change the netfilter rules and reboot.

  10. Re:Interesting, but I have to wonder. on Measuring The Benefits Of The Gentoo Approach · · Score: 0

    My own experience, has been than Debian outperforms Debian on my hardware, but only after I've done some tweaking on Debian (the latter)! :-)

    In theory, there is no difference between theory and practice. In practice, there is. -- Yogi Berra

  11. ESRian (Re:Unit of ego) on ESR Recasts Jargon File in Own Image · · Score: 0

    ESRian: someone so obsessed with himself that sometimes believed he's Jedi Obi-Wan Kenobi.

  12. Re:Why do some many prefer Gnome then ? on Has GNOME Become LAME? · · Score: 1

    >> SHOW ME A SINGLE PROGRAM THAT IS SUCCESSFUL BECAUSE IT HAS REDUCED CONFIGURATION FUNCTIONALITY

    GNU Emacs!

    A lot of options now have to be set using custom. I know a lot of avg Emacs users start configuring emacs more and more since the introduction of custom.

    while custom is not as flexible as lisp but it does help non lisper to configure emacs, thus make emacs (v20 and later) more successful.

  13. Debian/RPMFind on RedHat 6.0 is Out · · Score: 1

    Anyone has a comparision on apt vs rpmfind

    Can rpmfind have multiple sources as apt?

    With apt you can multiple local directores, cdroms, ftp, http... as sources.

    (This is because cryptography stuffs are on different servers. But it's really conviennient because I have large collection of locally built packages)

    Is rpmfind limited to rufus as its source?

    --
    bg.

  14. On-board Sound on Ask Slashdot: Linux on Mobos w/ Integrated Sound & Video. · · Score: 1

    I have a Asus P5A (super socket 7) board.
    The board just cost 5$ more than the same
    version without onboard sound.
    The sound is a ESS-Solo hooked on the PCI bus.
    I use ALSA for sound, it works great.