a restart of samba isn't the only type of restart they are looking at. in your example, an/etc/rc.d/init.d/smb restart kills and starts nmbd and smbd. wthey are talking about finer control.
think of the dependencies between processes. if my application depends on serviceA, serviceB, and serviceC, I should be able to restart each service on it's own without the other services or the primary application failing. also, if a restart of the primary application is needed, we should be able to restart all the associated services or leave them running depending on their current stability.
this can be done with an rc script, but in addition to a simple "start|stop|restart" choice, we also need "stop all services|stop service(A|B|C)start all services start service(A|B|C)|restart all services|restart service(A|B|C)|restart service(A|B|C) if service(A|B|C) is being restarted".
I found that working while in school helped to pay for tuition. Some people believe that they can worry about the payments later, but never pay tomorrow what you will be charged interest for today.
School doesn't need to be paid for all at once. Pay for each semester as you earn the money. Do a work study so that you are learning on the job and making money to pay for your next semester.
I agree that there is no good solution. I used to use rsync to keep 5 or 6 machines up to date with my latest changes to $HOME, but the following has got me as close to having a single home dir as I have ever been.
I use NFS over CIPE tunnels to get around the roaming problems. That link is to a bit that I wrote up about doing this, but the short version is below:
1) set up NFS so that one monster server has your home directory. 2) For trusted networks, just use nfs to mount the server's home directory on all machines. 3) for untrusted networks... like over the internet using your laptop or an office machine... use CIPE tunnels. The cipe config files can remain static as long as you know your public ips on both sides, but can also be setup to be programaticly changed. Then just fire up the tunnel and mount like normal NFS.
I'm not sure how well windows supports CIPE or NFS, which is why I say there is no good solution.
having the on-line backup by using rsync is great... speedy to run, speedy to restore, and more reliable than tape. OTOH, you still need to backup to tapes, as someday the drive you rsync to is going to fail in a nasty way. please please please, run the rsynced files to tape once in a while!
I was just going to say that! I can't figure out who could be so out of it to put that there. Even if the picture went into a magazine, there is no way it could be actual size.
The quote is right, you OTOH... Well, lets just say that is why most apps let you specify files via a command line argument. The ones that don't allow this should take the 5 minutes to put it in.
Coloring, Coloring Pamphlets, not-really-books instruction manuals, instruction-manuals or not-really-books comic books, comics music books, music or music-scores or howto-music
Very good! There should be a mission statement, or something akin to that, which promises that this will always remain an "open" form of information. On the site I haven't seen anything like that.
Plus it avoids the fact that Amazon has a vested interest in SELLING books. I rarely see super-negetive reviews on Amazon... probably because it would limit the number of people that buy the book.
Right, but if you happen to have a memorable quote on the tip of your tounge, and have the book handy, one is enough. It gets collated into the content that others have handy.
Why have boundaries? I suggest that it would be easier just to categorize the content. Basiclly, if the book isn't in the list, you can add it and it goes into a queue for the site editors that research the ISBN, cover copy, and that kind of thing. You should be able to comment on any book without bounds.
Great... now when you install and uninstall a package, the DLLs are going to hang around (on purpose). I can see it now with a 13 year old that likes to install lots of little programs. Hopefully there is enough space on my hard drive.
Mon is what I use. It is very extensible, but also is fairly good out of the box. I monitor ~90 servers (many in remote data centers) with no problems. I write all sorts of monitors that are run on the remote servers via ssh. It is open source, and free.
Nagios seems to be good as well, although I haven't used it myself.
the point is to sell the product. morality often gets the back seat to profits. commercials aren't trying to raise kiddos, they are raising thier bottom line.
howard stern has been doing this for years. he follows their script just as far as he needs to in order to let the public know what the pruduct is. After that he'll start making stuff up, like how much Thor's vodka he drank last night. He justs starts making up details, usually fitting them into whatever bit he is in at the time.
yikes... in the US (or at least new jersey) it is illegal to share meters. a land lord must have seperate meters for each dwelling or have a way to calculate which dwelling used how much power/gas.
I agree about the uniqueness problem though... i posted my own thoughts before seeing yours.
what does my electric asset number have to do with my unique ID? Whay if three of the george foreman kids live in the same apartment? then they all get the same id?
what if you move a lot? does your number change every time?
Wouldn't something a little more unique and static be of more use?
sounds like a play on soviet russia jokes
on
Humans Make Ozone
·
· Score: -1, Troll
...late last year, Lerner, Wentworth, and Babior demonstrated that the oxidants produced by antibodies can destroy bacteria by poking holes in their cell walls.
in the human body, ozone pokes holes in you.
On a more serious note, this sure doen't sound like a fix for the ozone hole in our atmosphere. You'd have to inject everyone in the world with bacteria they could survive, yet would have to fight. After that, you might have enough ozone to fill an aresol can.
Isn't ozone bad for humans? Kinda funny that to save us, our cells make and transport a poison around our bodies.
a restart of samba isn't the only type of restart they are looking at. in your example, an /etc/rc.d/init.d/smb restart kills and starts nmbd and smbd. wthey are talking about finer control.
think of the dependencies between processes. if my application depends on serviceA, serviceB, and serviceC, I should be able to restart each service on it's own without the other services or the primary application failing. also, if a restart of the primary application is needed, we should be able to restart all the associated services or leave them running depending on their current stability.
this can be done with an rc script, but in addition to a simple "start|stop|restart" choice, we also need "stop all services|stop service(A|B|C)start all services
start service(A|B|C)|restart all services|restart service(A|B|C)|restart service(A|B|C) if service(A|B|C) is being restarted".
I found that working while in school helped to pay for tuition. Some people believe that they can worry about the payments later, but never pay tomorrow what you will be charged interest for today.
School doesn't need to be paid for all at once. Pay for each semester as you earn the money. Do a work study so that you are learning on the job and making money to pay for your next semester.
I have an Rsync backup walk thru. Once everything is on a large array, you can run backups to a localy mounted tape drive.
Rsyncing keeps the network traffice to a minimum, and the local tape speeds up the backup to tape.
That's 94%, and I made it up.
I agree that there is no good solution. I used to use rsync to keep 5 or 6 machines up to date with my latest changes to $HOME, but the following has got me as close to having a single home dir as I have ever been.
I use NFS over CIPE tunnels to get around the roaming problems. That link is to a bit that I wrote up about doing this, but the short version is below:
1) set up NFS so that one monster server has your home directory.
2) For trusted networks, just use nfs to mount the server's home directory on all machines.
3) for untrusted networks... like over the internet using your laptop or an office machine... use CIPE tunnels. The cipe config files can remain static as long as you know your public ips on both sides, but can also be setup to be programaticly changed. Then just fire up the tunnel and mount like normal NFS.
I'm not sure how well windows supports CIPE or NFS, which is why I say there is no good solution.
What is this... Dilbert? Reading mail is part of the job.
One note of concern:
having the on-line backup by using rsync is great... speedy to run, speedy to restore, and more reliable than tape. OTOH, you still need to backup to tapes, as someday the drive you rsync to is going to fail in a nasty way. please please please, run the rsynced files to tape once in a while!
I do very much the same thing. I wrote a script that will do parallel rsyncs to pull backups off of any number of servers. You can find it here.
Making it parallel really cuts the time to complete down because much of rsync's time is spent doing checksumming, and not high traffic.
then try $15.
I was just going to say that! I can't figure out who could be so out of it to put that there. Even if the picture went into a magazine, there is no way it could be actual size.
And as an interesting corollary:
"how to * the meat
The quote is right, you OTOH... Well, lets just say that is why most apps let you specify files via a command line argument. The ones that don't allow this should take the 5 minutes to put it in.
here you go:
Book type, category
Coloring, Coloring
Pamphlets, not-really-books
instruction manuals, instruction-manuals or not-really-books
comic books, comics
music books, music or music-scores or howto-music
Very good! There should be a mission statement, or something akin to that, which promises that this will always remain an "open" form of information. On the site I haven't seen anything like that.
Plus it avoids the fact that Amazon has a vested interest in SELLING books. I rarely see super-negetive reviews on Amazon... probably because it would limit the number of people that buy the book.
Think of this as the Consumer Reports of Books.
Right, but if you happen to have a memorable quote on the tip of your tounge, and have the book handy, one is enough. It gets collated into the content that others have handy.
Why have boundaries? I suggest that it would be easier just to categorize the content. Basiclly, if the book isn't in the list, you can add it and it goes into a queue for the site editors that research the ISBN, cover copy, and that kind of thing. You should be able to comment on any book without bounds.
Great... now when you install and uninstall a package, the DLLs are going to hang around (on purpose). I can see it now with a 13 year old that likes to install lots of little programs. Hopefully there is enough space on my hard drive.
Mon is what I use. It is very extensible, but also is fairly good out of the box. I monitor ~90 servers (many in remote data centers) with no problems. I write all sorts of monitors that are run on the remote servers via ssh. It is open source, and free.
Nagios seems to be good as well, although I haven't used it myself.
the point is to sell the product. morality often gets the back seat to profits. commercials aren't trying to raise kiddos, they are raising thier bottom line.
howard stern has been doing this for years. he follows their script just as far as he needs to in order to let the public know what the pruduct is. After that he'll start making stuff up, like how much Thor's vodka he drank last night. He justs starts making up details, usually fitting them into whatever bit he is in at the time.
yikes... in the US (or at least new jersey) it is illegal to share meters. a land lord must have seperate meters for each dwelling or have a way to calculate which dwelling used how much power/gas.
I agree about the uniqueness problem though... i posted my own thoughts before seeing yours.
what does my electric asset number have to do with my unique ID? Whay if three of the george foreman kids live in the same apartment? then they all get the same id?
what if you move a lot? does your number change every time?
Wouldn't something a little more unique and static be of more use?
...late last year, Lerner, Wentworth, and Babior demonstrated that the oxidants produced by antibodies can destroy bacteria by poking holes in their cell walls.
in the human body, ozone pokes holes in you.
On a more serious note, this sure doen't sound like a fix for the ozone hole in our atmosphere. You'd have to inject everyone in the world with bacteria they could survive, yet would have to fight. After that, you might have enough ozone to fill an aresol can.
Isn't ozone bad for humans? Kinda funny that to save us, our cells make and transport a poison around our bodies.
Less SUVs driving around = more ozone.