Author Topic: lin-trivia  (Read 487 times)

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
lin-trivia
« on: 14 June 2002, 12:34 »
ever notice when using windows, you feel like you are not in control of your own computer. hehe, under linux there are only a few things you cannot do.
quick quiz to test some peoples knowledge of linux

ahem,

which one of the following can't be done to on linux system but can be down on a freebsd system

A. delete necesary shared libraries
B. unmount a file system in use
C. update core shared libraries
D. make an iso image with a single command
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!

Calum

  • Global Moderator
  • Member
  • ***
  • Posts: 7,812
  • Kudos: 1000
    • Calum Carlyle's music
lin-trivia
« Reply #1 on: 14 June 2002, 14:55 »
that's an interesting question, and i'd have to guess, since i haven't made an iso image or used BSD.

It could be any of them, i suppose, i'd say that it's not the unmounting one, but that's a guess, as i say i haven't used BSD yet.

And re: control, yes i have noticed that, with diversification of today's technology though, may people actively try not to be in control of their own machine, preferring to have control over only a small part of it's software (but they get angry really quick if they're denied that part!)
visit these websites and make yourself happy forever:
It's my music! | My music on MySpace | Integrational Polytheism

choasforages

  • VIP
  • Member
  • ***
  • Posts: 1,729
  • Kudos: 7
    • http://it died
lin-trivia
« Reply #2 on: 14 June 2002, 16:11 »
yeah, you got it right, its one of the broken features of alot of unix's, but i was reading some of the freebsd documentation, it will let you do that. also the command to make and iso image would be

dd if=/dev/cdrom of=./cdrom.iso

or

cat /dev/cdrom > ./cdrom.iso


also, i learned the hardway and deleted libc6.so   :( , once, i though i could replace it with a versin of glibc i just compiled /*proof positive that i didn't always know half of what i do now and that anybody can learn*/

also for updating core library's, up2dateing glibc does this.
x86: a hack on a hack of a hackway
alpha, hewlett packed it A-way
ppc: the fruity way
mips: the graphical way
sparc: the sunny way
4:20.....forget the DMCA for a while!!!