Slashdot Mirror


User: WWE-TicK

WWE-TicK's activity in the archive.

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

Comments · 157

  1. Re:The DBASE III of its time? on MySQL A Threat To The Big Database Vendors? · · Score: 1

    > MySQL provides the right combination of features,
    > stability and price to compete really well in that
    > arena.

    But so does PostgreSQL which has the added benefit of being a real RDBMS instead of being an SQL front-end to your data.

  2. Re:This will work fine on A PostScript-like API for the X Render Extension · · Score: 1

    So Adobe requires that you pay a licensing fee for PS but not for PDF?

  3. Re:Linux is the only option. on USA Today says "Linux waddles from obscurity" · · Score: 1

    > Can you run postgres in windows? no

    Actually, yes.
    > Can you run the linux XFree86 binaries on windows? no.

    Thats true, but why would you want to?

    > I for one consider linux to be a LOT better that Windows.

    Well, IMHO, they both suck. In some areas Linux sucks less, while in other Windows sucks less. But they both have their quirks and its just a matter of working around them. And *that* is the mark of somebody who really knows his/her shit.

  4. Re:Windows is the only option on USA Today says "Linux waddles from obscurity" · · Score: 1

    > the first thing I'll learn is how to turn tarballs
    > into .debs, then use those .debs to install the
    > software.

    Check out CheckInstall on how to easily make debs/rpms/slackware tgz's from source packages.

  5. Re:ACLs on Additional Security in the Linux Kernel? · · Score: 1

    > With ACLs, not only do I have to check whether
    > /etc/passwd is owned by root, I also have to check
    > whether someone has snuck in and given themselves
    > write access to it through ACLs.

    In Linux this is easy enough to check because if a file has a non-trivial ACL, GNU's ls(1) will display a "+" sign along with the other permission bits when you do a `ls -l'.

  6. Re:ACLs on Additional Security in the Linux Kernel? · · Score: 1

    If a file has an extended ACL, GNU's ls(1) would display a "+" sign along with the other file permission bits when you do an `ls -l'.

  7. Re:indeed on Next Generation Regexp · · Score: 1

    The computer engineering program at my school, UMBC, is exactly the same as the computer science program except you are required to take additional courses which would otherwise count as elective credit if you took CS (stuff like more physics and an electrical engineering course).