Slashdot Mirror


User: Moribund64

Moribund64's activity in the archive.

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

Comments · 6

  1. Re:A poor analogy on Man Arrested for Using Open Wireless Network · · Score: 1
    I like your analogy but the problem is that it's unidirectional. Nothing is lost by watching someone else's TV.

    I think we should be seeing this more like using somebody's wireless phone. Originally, wireless phones had no encryption (or "mating"). In the US and in Canada, there's no fees for calling locally so using the line to make local calls would not incur any charges to the owner. Do I think it's right? No. The line would sound busy for a caller so the analogy is not perfect but not very far.

    You could use the phone line to do illegal activities. Going back to unidirectional communications, you could potentially use the airwaves to pick up the person's credit card number while ordering pizza for example.

    If I'm not technically inclined, I do I know the phone transceiver is not secured?

  2. OT: Re:All expensive, why not... on 11 Anti-spam Products Tested · · Score: 1
    (Off topic)
    Same setup here except I use Apache on Linux to act as a reverse proxy to Exchange. Prevents from punching a hole from the Internet to Exchange, just from the proxy to Exchange. Here's a snapshot of our httpd.conf

    <VirtualHost exchange.yourdomain.com:443>
    ProxyRequests Off
    ProxyPreserveHost On
    RequestHeader set Front-End-Https "On"
    SSLEngine On
    SSLCertificateFile /home/httpd/certs/exchange.yourdomain.com.cert
    SS LCertificateKeyFile /home/httpd/certs/exchange.yourdomain.com.key
    Ser verAdmin webmaster@yourdomain.com
    ServerName exchange.yourdomain.com
    CustomLog /var/log/httpd/exchange.yourdomain.com/access_log combined
    ErrorLog /var/log/httpd/exchange.yourdomain.com/error_log

    DocumentRoot /home/httpd/exchange.yourdomain.com/html

    <Locat ion /exchange>
    ProxyPass http://[TheRealOWAIP]/exchange
    ProxyPassReverse http://[TheRealOWAIP]/exchange
    </Location>

    <Lo cation /exchweb>
    ProxyPass http://[TheRealOWAIP]/exchweb
    ProxyPassReverse http://[TheRealOWAIP]/exchweb
    </Location>

    <Loc ation /public>
    ProxyPass http://[TheRealOWAIP]/public
    ProxyPassReverse http://[TheRealOWAIP]/public
    </Location>

    </Vir tualHost>
    I also had to comment out the "AddDefaultCharset ISO-8859-1" from the httpd.conf file to let our french characters flow through correctly. This setup works like a charm for us. My philosophy: never put anything that's Microsoft directly on the Internet! :)
  3. ... and it will get rid of the smells too! on Cleansing Hardware Of Dead Pig Odors? · · Score: 1
    One solution:

    Vapoorize it with Vapoorizer! http://www.vapoorizer.com/

    Ok, that was cheap... ;-)

  4. Re:iPod? on Portable Storage? · · Score: 1
    I bought a 2nd generation, 20GB iPod for both music and storage. The only annoyance I have with the Windows version is FAT32 where you can't store a file bigger than 4GB (I can't carry around a DVD ISO file)

    See http://www.microsoft.com/resources/documentation/W indows/XP/all/reskit/en-us/Default.asp?url=/resour ces/documentation/Windows/XP/all/reskit/en-us/prkc _fil_tdrn.asp for further limitations.

  5. Re:How many people watched TechTV? on Comcast Fires TechTV Staff · · Score: 1
    I got BEVu (dish) here in Montreal and I kinda like that channel. Kevin has that "cool and yo" attitude that get on my nerves but I did pick up a few tools from The Screen Savers that helped me.

    Sure it's repetitive but I rather watch reruns of those than reruns of other stuff that's on the tube.

  6. Phones are annoying period. on Why Mobile Phones Are Annoying · · Score: 3, Interesting

    Why is it that when you go see a person and the phone starts ringing, they have to interrupt an important conversation to take of someone out of the blue?

    When doing service calls a few years back, I remember going to this customer and the receptionist was too busy answering the phone. After 20 minutes of "one moment, I'll be right with you" I decided to use the guest phone and call her up asking for the person I wanted to see. Manners are just out the window where phones are concerned.