Slashdot Mirror


User: 7zark7

7zark7's activity in the archive.

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

Comments · 6

  1. Bye Bye Slackware on Longest Running Linux Distribution Slackware Adopts MariaDB · · Score: 1

    Been using slackware from day one, looks like it's finally time to move on.

  2. Re:Truth or Dare? on Bill Gates Brags About Vista, Reacts to Apple's Latest Ads · · Score: 1

    -- Exploiting Windows is like stealing candy from a baby.

    Looks like you have never tried to take candy from a baby.

  3. My two cents on the issue on Providers Ignoring DNS TTL? · · Score: 2, Informative

    I run a DNS server for around 470 domains. I have this problem with our telco/dsl provider(Large Canadian Monopoly).
    What i found is if the TTL is set to less than 3 hours it is automaticly reset to 3 weeks.
    As a result I have set all of out TTLs to at least the 3 hour minimum.

  4. My Solution on VeriSign Responds To ICANN's SiteFinder Advisory · · Score: 2, Informative

    As a network admin for a small ISP I found a simple work around.

    First I set up a webserver. /sbin/ifconfig eth0:1 64.94.110.11 netmask 255.255.255.255

    add to apache

    <VirtualHost 64.94.110.11>
    DocumentRoot /www/nodns
    ServerName A.com
    ErrorLog logs/nodnserror.log
    CustomLog logs/nodns.log common
    </VirtualHost>

    Set up a webpage for this server.

    on my cisco I set up the following route

    ip route 64.94.110.11 255.255.255.255 xxx.xxx.xxx.xxx

    where xxx.xxx.xxx.xxx is the real ip of my server.

  5. They tried it in back in 1996 on Cashless Society · · Score: 1

    They tried it in Guelph Ontario in 1996. It was called MONDEX then. It failed.

    http://www.efc.ca/pages/media/globe.01nov98.html

  6. Y2k.1 bug on Y2K Bugs: The Year In Review? · · Score: 1

    I just had a server chash real bad at exactly
    00:00 GMT Jan 1 2001. Could be a coincidence.