Slashdot Mirror


User: Krunch

Krunch's activity in the archive.

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

Comments · 263

  1. Re:Program Installation Locations on What's Wrong with Unix? · · Score: 1

    I don't know what you mean by "core OS design" but to me it looks like the package management system is usually well integrated into the OS that uses it: Debian wouldn't be Debian without dpkg and apt, Red Hat wouldn't be Red Hat without rpm and so on. As someone already said, it wouldn't make any sense to put that into the kernel or the C lib.

  2. Re:Program Installation Locations on What's Wrong with Unix? · · Score: 1

    You can do that with most programs in Unix (and even whith some programs in Windows). However this make programs unable to depend on other programs/libs and you need to download/install a lot of redundant stuff every time (unless I missed something: I have never used OS X).

    With Unix, you usually know where to search for something (executables are in /usr/bin/, libs are in /usr/lib/,...). It's true that sometimes some things are not where you would expect them but with the "install each program in a different directory" method (and that's also what Windows do somehow: each program has a directory inside "C:\Program Files\"), you usually have no idea where are things inside the program's directory: each program do it its own way.

    The problem of the Unix's method is that you quickly run into dependency hell and you are never sure that you removed all files related to a program when uninstalling it. This is solved by package management systems and/or Stow.

  3. Re:Program Installation Locations on What's Wrong with Unix? · · Score: 2, Informative

    You might be interested in Stow. The idea is to install each program in its own directory then create symlinks in /usr/(local/)?(bin|lib|share|whatever)/. When you want to remove a package, just remove its directory then remove broken symlinks.

  4. Re:needs some VMS stuff on What's Wrong with Unix? · · Score: 1

    I don't know for other unices but Linux's ext2/3 let you set attributes to files so that you can only append to them (see chattr(1)). However it can't be set on a per-user basis. I think even root need to reset the "append mode" before being able to truncate it.

  5. Re:Interesting site on Free Windows Software Without Spyware/Adware · · Score: 1

    Notice that there is also an English version of Framasoft. It's really a nice website for Windows users and it replaced telecharger.com for most of my friends who are still using Windows.

  6. Re:Is it really this hard... on Four New Unpatched Windows Vulnerabilities · · Score: 1
    memory addressing starts at zero
    AFAIK there is nothing in the ISO C99 standard that says all valid pointers should be > 0. n869 page 58:
    Any pointer type may be converted to an integer type. Except as previously specified, the result is implementation-defined. If the result cannot be represented in the integer type, the behaviour is undefined. The result need not be in the range of values of any integer type.
    Of course most archs don't use negative pointers but one could invent some weird platform which use pointers that cast to negative integers.
  7. Re:Is it really this hard... on Four New Unpatched Windows Vulnerabilities · · Score: 2, Informative

    Nice try but if malloc(3) is not too buggy (if it is, you have other problems) it will only return NULL or a valid pointer. If it never supposed to return -1 (unless -1 is a valid pointer) or some value larger than MAX_MEMORY_ADDRESS (from where does this macro come anyway?).

  8. Re:digital signatures on Four New Unpatched Windows Vulnerabilities · · Score: 1

    What do you mean ? Your distro doesn't provide digitally signed upgrades ? (well Debian doesn't really sign packages but they do sign the list of packages wich contains md5sums of said packages which are checked at installation)

  9. Re:Give this as a gift for the holidays on Four New Unpatched Windows Vulnerabilities · · Score: 1

    For French-speaking users, there is also this nice document.

  10. Re:Also... on Graphics for Beginners (Using SDL) · · Score: 4, Informative

    Here it is. However it seems down for now but you can still grab it from archive.org.

  11. Re:UNIX 2003? on IBM First To Receive UNIX 2003 Certification · · Score: 1
    "Does that go in /bin, /usr/bin, /usr/local/bin..."
    That's easy: /bin is for user (no need to be root) programs needed for system rescue (when /usr can't be mounted), /usr/bin is for all user programs installed by the OS and /usr/local/bin is for locally installed (not with apt/urmpi/...) user programs. I don't know a recent Linux distro that doesn't follow this convention. However it's true there is some real issue with filesystem hierarchy and not all distro do it the same way but /bin, /usr/bin, /usr/local/bin is usually not a problem.
  12. Re:And with only 1 remote hole in the default inst on OpenBSD Now Nine Years Old · · Score: 1
    The multitude of active and passive security measures in OpenBSD is very impressive.
    And for those who want to know more about this, I suggest reading this presentation.
  13. slashdotted? on System Recovery with Knoppix · · Score: 3, Informative
    Our apologies...
    The IBM developerWorks Web site is currently under maintenance.
    Please try again later.

    Thank you.
    Here is the Google cached version.
  14. Re:Tom's on System Recovery with Knoppix · · Score: 2, Informative

    And it fits on a floppy so you can boot it on your CD reader-less computers too.

  15. Re:So weird... on System Recovery with Knoppix · · Score: 0, Redundant
    I wish there was a Winoppix
    You might be interested in BartPE.
  16. an x-box ? on Energy Efficient and Cheap Servers for Home Use? · · Score: 1

    I just got a Soekris and it's a fine box but yesterday I realised that an Xbox is cheaper, more powerfull and it has a hard drive (but only one NIC). It's bigger and not as quiet as a Soekris but it's probably still better than a standard PC. I don't know about FreeBSD but it can run Linux without hardware modification.

  17. Re:Why doesn't someone sue LINUX? on Flaw in Microsoft JPEG Parsing · · Score: 1

    A better comparison would probably be the libpng flaw (also seen on Slashdot). However it has nothing to do with Linux itself but most (all?) Linux distros use it as well as some Windows and Mac programs (Mozilla is one of them).

  18. Re:Information on Simplifying Linux Driver Installation · · Score: 1
    It would be interesting to incorporate the drivers onto the pice of hardware. I mean what if insead of including a CD [that these days are filled with crap] with the hardware, that they just put a small flash memory onto the item, and stored the drivers there.
    I think there was a previous Ask Slashdot about this several months ago but I can't find it right now.
  19. Re:The most important thing can't be taught on What Should be Included in a Linux Crash Course? · · Score: 1

    While I agree that running a single OS can make the admins' life much easier, if you really put security as #1 priority you should better not run the same software everywhere.

  20. Re:It's not the CRT on Port-A-Nuke · · Score: 1

    Fans (and the noise they make) are a disease too but it's another problem.

  21. Re:I doubt it... on Is Tableau The Next Google? · · Score: 1

    AFAIK Google's software isn't free. The service is.

  22. Previous Slashdot article on NX - A Revolution In Network Computing? · · Score: 1

    Here is a link to a previous Slashdot article about FreeNX (without the IT theme).

  23. Two words on Video Games Hit The Big Screen · · Score: 2, Insightful

    LAN party

  24. Re:Been there, done that on GlobeTrotter: Mandrake-based 40GB Linux Mobile Desktop · · Score: 1

    It run Linux you insensitive clod !

    Seriously this as been possible for years now, the news is that a company is selling it.

  25. Re:sounds like an easy way... on GlobeTrotter: Mandrake-based 40GB Linux Mobile Desktop · · Score: 1

    Isn't there a "rescue mode" or something that let you boot DOS before you start Windows ? Anyway the smart admin doesn't run Windows and he keeps all the data on a physically inaccessible files server.