topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 19, 2026, 12:50 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 246next
1926
Living Room / Re: Interesting "stuff"
« Last post by Stoic Joker on October 15, 2013, 01:06 PM »
About beer & drinking in the US:

http://www.businessi...ers-by-state-2013-10

A couple fun infographics there.

If Blue Moon is Americas favorite "beer" than it's only because they've been slamming placements for it in half the shows on TV ... Because it tastes like orange flavored Windex (e.g. shit).

I call BS on this one.
1927
DC Gamer Club / Re: UBER-CRYPTO CURRENCY COOLNESS! FOR GAMES!
« Last post by Stoic Joker on October 15, 2013, 01:00 PM »
So now it could finally be legal to say I shoot people for a living ...(my my)... Will the wonders of technology never cease?
1928
So why not just use the delivery system people seem to rather obviously prefer instead of trying to handle the traffic spicks and bandwidth hits themselves?

Even if they did, they wouldn't use open torrents.  So, the effect wouldn't be the same.

If the habit is to go to Pirate Bay or to use a torrent aggregator, then the fact that its available elsewhere won't change that habit.

Yes asking the MSM to use a little sense and release their free stuff on Pirate Bay would be a bit too much to ask. However if they just put the stuff on one of the more reputable torrent sites...or (Gasp!) started their own ... then the aggregators would have a chance to pickup the feeds and people could end up switching with out even realizing it. Whoever's got the best stuff wins Ya know? ;)

But no they just want to rap it in more layers of even more silly assed commercials advertising and nonsense instead. Much like the DVDs that don't let you skip the 15 minute previews to get on with watching the movie you already friggin paid for.
1929
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by Stoic Joker on October 15, 2013, 12:45 PM »
Replacing a DC is no problem really, just build a fresh server and run dcpromo to make the new one and then dcpromo the old one to remove it.  Just make sure to have DNS installed on the new box before promotion and point it to the old one for DNS, then when the new DC is happy (always seems to take an extra reboot for me) point everything to it for DNS instead before decommissioning the old one.  

So now you've got to understand DNS, too, including how to properly configure your own domain, and how this interrelates with ActiveDirectory -- it's not as easy as just pointing to your ISP's DNS.

Actually it is. (assuming single server for simplicity) In an AD domain the DC handles DNS period. All clients point to, and only to the DC. External lookups are to be handled by forwarding either to the default internet root servers, or to the configured forwarders. The ISP's DNS servers can be configured as forwarders but personally I prefer OpenDNS. If the ISP's DNS servers appear anywhere else in the configuration problems will ensue.

I usually just let dcpromo handle the DNS installation on the fly (for Server 2000/2003/2008 - Server 2012 is a bit different..). Then verify the FSMO roles made it over safely and down the old box. Reboot the new server to make sure it can come online with out issue, and if the event logs are clean ... Spin up the old server one more time to demote it.


And this is the part that I was never able to get to work properly (this may have been complicated by the fact that I own my own domain name as well, I use that for my email address, so I needed to be able to get name resolution to hosting provider's mail server that has my domain name).

having the same public and internal domain name is a bit of a no-no. But in a pinch you can just add the A records for www, mail, etc. to the internal DNS server with the external IP addresses.



I actually thought NT4 domains were simpler. Back then, you had a PDC and some set of BDCs, and it was perfectly clear which was which. So to replace an old PDC, you'd just bring up a new BDC, get him acquainted with the old PDC, and then promote him.

The PDC (emulator) is still there an reasonably easy to find: netdom query fsmo
1930
Living Room / Re: Core Internet Institutions Abandon US Government
« Last post by Stoic Joker on October 15, 2013, 12:12 PM »
Tech Dirt weighs in on the topic:

http://www.techdirt....vernance-model.shtml

Always worth reading Tech Dirt, so no point in posting a quote.

Then I will, because this quote should be posted on billboards from 'Sea to Shining Sea':
And before anyone tries to blame this latest development on Snowden, let's be clear that the problem is not that this activity has been revealed, but that the NSA was doing it in the first place.
1931
So why not just use the delivery system people seem to rather obviously prefer instead of trying to handle the traffic spicks and bandwidth hits themselves?
1932
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by Stoic Joker on October 15, 2013, 06:46 AM »
Domains are easier IMHO.

They're not hard to set up per se. Hit the option to use a domain during the server setup and it's done. Windows server sets up the domain controller (plus baseline security) and handles all the heavy lifting for you.


+10 :D I'm rather fond of saying that Active Directory has only two states of being, DNS is configured and working properly, and shit hit the fan. The defaults work just fine ... Okay, lack of a RDNS zone bugs me...but its absence is harmless...it just really bugs the crap out of me.
1933
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by Stoic Joker on October 14, 2013, 06:27 PM »
When you connect to a share in theory the 2 sets of permissions are combined (sort of a logical OR) and you get whichever rights are greatest

While both Share and NTFS permissions are cumulative independently, they don't overlap (e.g. they are mutually exclusive). If you create a share, and give the administrators group the share read permission only. Even if they are the owner and have full control NTFS permissions of a folder and it's contents ... When accessed through that share they will have read permissions only.

You need both to be explicitly or implicitly (via inheritance and/or group membership) assigned to you with matching (w/r) permissions to allow manipulation of the target files.
1934
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by Stoic Joker on October 14, 2013, 06:16 PM »
I'm guessing this is the difference between Users share and NTFS permissions ?
(ftfy)

The top one is the New version of (XP's) Simple File Sharing. So it's trying to combine file and share permissions into one thing. The bottom one is the Share Permissions only tab of the Advanced Sharing options.

I tend to avoid option 1 (the top one) like a plague out of reflex, but I spend most of my time doing business systems and therefore need the detailed granular access control afforded by the advanced options.
1935
General Software Discussion / Re: Windows Networking, help me understand.
« Last post by Stoic Joker on October 14, 2013, 05:26 PM »
Workgroup vs. Homegroup:
I initially was using Homegroups (Windows 7 and Windows 8 machines).  Then, it told me it can't share the root of a drive.  So I disabled homegroups and now use normal file sharing.

While I share 40hz's dim/purist view of homegroups ... Their purpose is to step around the issue of having to match credential between machines in a workgroup (a.k.a. the pinnacle of Administrative overhead oriented nightmares). Homegroups have a singular key that is shared between all member machines allowing access regardless of logged on user's existence on the target machine.

Never share the root of C:, it's horribly bad form and make BOFH's cringe, wince, and frequently homicidal. :)

Note: the professional version of any Windows client OS (workgroup or domain) will have a hidden administrative access only share called C$ if need be. Creating another one is just begging for disaster.


Some folders share, some don't:
Some folders from the same computer get shared properly, I can see it from the other and access it no problem.  Others don't.  Same permissions, same everything.  The one that doesn't work is a root drive, but I don't understand why that doesn't work.

They have literally written books about this one; file permissions vs. share permissions. You'll need both to get write access to a Windows share.

Full control?
On some folders, I have full control for all users (everyone, administrators, guest).  Yet when I connect it is read only.  So whether someone has full control or read only...it really only works in read only.  I don't understand this.

Rule of thumb 101: Never grant Full control to anything for any reason...ever. Seriously, this is another 5 star bid for tragic consequences. ;) Always administer shares from their own hosted root.

Share permissions need only Change for Users.
NTFS (file) permissions need only Modify for Users.

By users I mean only the specific ones that are to be allowed access to said share.

Full Control permission grant the ability to create shares inside of an existing share, and/or the ability to modify file permissions inside a target share. Both have ended badly every single time I've seen it ... Possibly due to the fact that this perilous configuration had much to do with why I got called there to start with... :D
1936
Living Room / Re: Google to Sell User Profiles, Photos in Ads
« Last post by Stoic Joker on October 13, 2013, 02:16 PM »
"Over on the other side of the fence" someone seems to have made HIPAA stick for med records. The kind of *arrogant* in your face Vader-ian "Pray I do not abuse your data more" would NEVER fly over in the medical world!

Oh yeah, like the HIPAA laws are even that organized to start with. Sure they're trying to enforce encryption in/on/for laptops that are used in the medical field even if they don't even store data...they just get used to access systems that do. But if someone breaks into your practice and steals said laptop (which contains jack shit) you can get fined 7 ways to Sunday.

Yet with this kind of draconian horseshit floating around We still get the receptionist at the office informing one of my staff that his prescription is ready...because someone from the doctors office just called our office and blathered it to the front desk.

(For those that can't put it together on their own ... Announcing to someone's employer that they have been prescribed any medication for any reason, is bad.)

So what did those of the HIPAA ilk solve in this scenario?? Nothing ... Derrrp!
1937
^^ @Giampy:[/b] That is unnecessarily unkind.   ;)
Mind you, some of the scientists seem to be praying for worse weather, nowadays...

I thought it was rather accurate. The top row keeps churning forward...and the bottom row keeps praying they don't blow up the planet in the process.
1938
There are several network inventory/management server products that can scan the network, identify what software is installed and push any updates to the machines like Microsoft's WSUS does.

...Except for the two products (Java & Adobe Reader) that he mentioned assuming you define reliably as better than a 50/50 chance.

Hint: Java's installer can't get it's little digital head around what to do after privileges are granted (UAC/etc.) so the installer just fails. Which usually leaves it as being relegated to a periodic hand job ... which is oddly fitting.
1939
Living Room / Re: Rebuilding my home network
« Last post by Stoic Joker on October 09, 2013, 07:15 AM »
powerline/homeplug adapters are something that i am interested in but haven't invested in any.

Wow ... Didn't even see that part on the first read, but I was pressed for time and skimming.  :-[ While I haven't used them frequently - magic bullets should be conserved - they have saved my ass a few times. So I'm definitely a fan of the technology. :Thmbsup:
1940
Post New Requests Here / Re: Service Killer for Shutdown?
« Last post by Stoic Joker on October 09, 2013, 07:05 AM »
If your not adverse to using a windows native solution:

Force Apps closed on shutdown

Force services closed on shutdown
1941
I would only ask how much difference there is between the NSA/government and parents when it comes to actually caring. I somehow doubt that the former really cares about people, whereas the latter do care about their children.

I'd say none. These things always start with a desire to care for/protect X. But than as circumstances extenuate more stringent measures are needed. So before anybody realizes what's happening an NSA class invasion is born.

Baby steps and good intentions...that, is precisely how anything goes to shit.
1942
But seriously, after all I've told you about how I handle things, after all that y0himba told you about how he handles things, after valuing the ability of the parent to make a decision for good or bad and do what they are supposed to do...

Hay man, it's all good if it's working for you, but there are 2 sides to everything. I can think of half a dozen or more names of kids that I died while I was growing up as they finally got out of a repressive monitoring oriented culture that encouraged strict child control. Because when they (the children) finally realized that for the first time...there really was nobody "watching" ... They handled it badly.

So you have my sincerest wish that this does indeed work as well as you have it planned. But please understand that I have seen first hand just how badly it can go.

I guess my thing is what Ren said earlier- it varies based on the child and the situation.  And for as many instances as I've seen, and as many as you've seen, it's just a drop in the bucket.

Now that one I'll give you.

But I'm also in the same boat with 40hz, because we're both from the same - Screw the man - generation.
1943
But seriously, after all I've told you about how I handle things, after all that y0himba told you about how he handles things, after valuing the ability of the parent to make a decision for good or bad and do what they are supposed to do...

Hay man, it's all good if it's working for you, but there are 2 sides to everything. I can think of half a dozen or more names of kids that I died while I was growing up as they finally got out of a repressive monitoring oriented culture that encouraged strict child control. Because when they (the children) finally realized that for the first time...there really was nobody "watching" ... They handled it badly.

So you have my sincerest wish that this does indeed work as well as you have it planned. But please understand that I have seen first hand just how badly it can go.
1944
When I was a child, we didn't have the devices and access we do now, yet I still was monitored and had no privacy.  As a child it got under my skin due to the fact our maturing brains work that way, but taught me the right lessons.  As an adult I see the benefits and reasons for monitoring.

I believe that's referred to as a behavioral cycle, where certain patterns of activity are experience over an extended period of time so that they become perceived as "normal" and are then repeated as opportunity presents.

Just because something starts with the best and purest of intentions doesn't mean it is going to end well. Because these are precisely the type of intentions the road to hell is paved with.

People who are taught the benefits of monitoring and being monitored will be more receptive to additional protective steps. Little Sally had a tracker and it helped find her in the woods. Grandma had a tracker and it helped us finder her when she wandered of in a snow storm ... Maybe I should have a tracker so I could get help faster if I ever have a flat! ...Because it always safest for anyone if people know where they're at. And since it's so hard to remember to carry and charge a cell phone, we can just have ourselves chipped so the beacon can always be on as it's powered by our bodies...and can keep track of our health too! Hell we should just let the police handle the whole thing because they're good at things like that, and are already equipped for rapid response ... After all they're here to help us ... Right?


Sure looks like a frog in a pot to me.
1945
Let's see a show of hands.

Am I the only one with my hand up?

Nope...me too, and in my case the breach of privacy radically exacerbated the situation. It also forced me to up my game because trust was lost for many years after for one parent...and never again for the other.
1946
Why? Because (from experience with that exact same thing) GPS will work where the phone won't.

Simple really, your question is predicated on the assertion that the child in question is in fact carrying said device. Because the GPS tracking feature only guarantees you know the location of the phone...not the person that is supposed to be carrying it. This is why GPS devices are bolted to felons that the court system is (allegedly...) trying to keep track of.

Kids tend to be very smart and rather devious little creatures. So you can either trust them to do the right thing because you've raised them well ... Or you can do your best to console yourself that all is well while staring at a little red dot on a map.


I'll give you a real world example.  My son knows that when he's with anyone that's not us, he has to call when he gets where he's going, and when he's on his way home.  The first time he went farther away than the immediate area (we live in a rural area) he hadn't called after he should have been where he was going.  We tried to call, and it went straight to voice mail.  We checked the GPS, and saw that he was in the vicinity of where he was supposed to be.

Yes, but you were already armed with trust understanding and foreknowledge of the situation. Those are the key points that really mattered...the red dot...really more of a placebo level confirmation (I'll explain).


Tell me which is more responsible.  To check the GPS and know he's safe in the area where he's supposed to be?  Or to just assume or just plain have no way to know whether he and his friend got into an accident on the way and were on the side of the road with no signal and no help in sight?

And here we get to the true crux of the matter. Because in reality...you still do not know. Because all you can truly confirm is that if there was an accident...the phone wasn't damaged.

Now, if the tracking was normally off...and a child had the option of turning it on (or it was/could be auto activated by an accelerometer) ... that would be an acceptable compromise. Because it gives them a send up a flair safety net, and a modicum of trust/control of the situation. While also giving you some level of true assurance that all is truly well (e.g. no news really is good news).


Yes, we got by without it before GPS and cell phones.  But now that we have them, why not use them for the safety of our children?


I'm not adverse to the technology...It's the force usage of monitoring that I find to be counterproductive.


But the children is a whole lot different from my children.  When you're talking about those children?  The ones that are entrusted to my care?  I'd let the world burn to keep them safe.

Ah yes, other peoples kids...Eek! As it's obvious that you really do care, I'm quite sure yours are just fine. I just think the usage of this technology sends a bad message to the masses. As I mentioned before, if a child doesn't step over the line because they don't want to that's a good thing. But if the don't step over the line because they are afraid to...the end result is destined to fail. I've seen it happen many times when kids get out of a repressive culture and then just go bat shit crazy when they finally realize nobody is watching ... Too many of my childhood friends died that way.
1947
I personally think the child-monitoring "suggested use" for this product got tacked on - either as an afterthought - or with the intent of deflecting criticism and/or to defuse some potential legal complications for the developer down the road.

And you're quite likely right. The rather key point that seems to be getting missed here is we're talking about a phone. A phone - more specifically - that said child in question has on or about their person. Think about that carefully for a moment...


It's a phone... So if you really need to know where your child is at... Just call the dam thing and ask them. If the kid will blow off your call, or flat out lie to you on the phone about their whereabouts...(tracking them is about as useful as pumping bullets into a dead hoarse, because)..the war has already been lost. The tracking software just makes it easier to confirm your failure. But it's not going to do a damn thing to or for the child, because they have no respect for you.

Lets pretend I'm a teenaged girl:

Mom I'm at Sally's house.

Mom confirms GPS location of phone.

I sneak out to get high/drunk/laid/run over by a train.

Sally's younger sibling answers mom's texts, and/or calls Sally's phone (we're both out - see above) if mom calls "to-many-times".

<Back to being me - Zoiks! That was weird>

What have we accomplished with said spiffy new technology??? Jack shit.

You either have a child that you know and trust...or you don't. Tracking them is just early training for subjugation by a tyrannical state.


It's a rite of passage to step outside the line at least once or twice...it's just part of growing up. And if you really do know your child, they'll give themselves away. How well you react to that will dictate when/if it happens again. Remember, making them afraid to step over the line is not the same as making them not want to step over the line.
1948
Have we really sunk to the point where Orwellian monitoring of our children is considered proper? Instead of taking the time to build a rapport of respect and trust with them??!?
-
I have mixed feelings about this whole issue - but in fairness SJ, monitoring does *not* exclude "taking the time to build a rapport of respect and trust with them".
I think if your kids dont talk to you about things that they see/experience that they might find uncomfortable or worse, you're both in trouble anyway, monitoring or no :-(

I hear Ya man ... But it's a theory vs. practice game. In theory it doesn't...but in practice *Sigh*
1949
I think we have a serious scale issue going on here, between black and white/all or none assertion. How many people remember the old commercials with the tag line "It's 10 O'clock...do you know where your children are?" Here's a hint for those that don't remember them...they're from the 1970s!

Now, Orwell time - the scale part kicks in. In the 1970s it was simply a matter of asking the kids where they were going, who they were going with...and paying attention to the GD answer. That was called parenting. But our society has devolved to the point where there isn't time to pay proper attention to much of anything so why not offload the whole parenting responsibility crap on technology! YEAH! Let the computer keep track of the little monsters...I don't have time.

Seriously???

Have we really sunk to the point where Orwellian monitoring of our children is considered proper? Instead of taking the time to build a rapport of respect and trust with them??!?

The real key problem here is that if the kid has a GPS target painted on their back, then they're just as easy for anyone to find...and not all anyones have said child's best interests in mind. But yet we have obviously been trained to accept the idea of Big Brother-esq monitoring systems as righteous and good ... Because it's... For. The. Children.

The fact of the matter is that if the kid wants to get lost. They're going to get lost. technology be damned.
1950
Living Room / Re: Silk Road Seized - Dread Pirate Roberts Arrested
« Last post by Stoic Joker on October 03, 2013, 03:57 PM »
In fact, if this evidentiary trail was submitted in any reputable court of law under the rule of law, then the whole case should, by the same rule of law that you're trying them under, be thrown out.

Do we actually have any reputable courts left? Judges just hate having a disappointed crowd when folks show up for a hanging only to find out the guy ain't guilty... ;)


Sorry, couldn't resist having a bit of fun. I agree with you in principal...I just fear that those ideals - put in place to protect us from tyranny by the founding fathers - are from a time that has passed.
Pages: prev1 ... 73 74 75 76 77 [78] 79 80 81 82 83 ... 246next