Slashdot Mirror


User: floe

floe's activity in the archive.

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

Comments · 7

  1. Re:Quicktime is cross-platform on Video Formats for non-Windows Users? · · Score: 1
  2. Re:Tides of change on LinuxDevCenter Interviews RMS · · Score: 1

    Exactly! It's a pity i don't have mod points...

  3. Squid and Python maybe the answer... on Metered HTTP Proxy? · · Score: 1

    I did something like this but it's based on time and not on traffic.

    Create a simple tcp server using sockets in python that let's you login and a client to go with it:

    a. Initially, the python server disables all the users in the squid acl.

    b. When you login using the client, the server authenticates you and checks in a text file to see whether you are there and how much time you have left, based on which it enables-disables your accesss by changing the squid ACL.

    c. It can run every few minutes to check all the logged-in users.

    I did this for a neighbouring net-cafe for free. One big problem was that net-access was possible only through squid which can't be used to handle voice-chats and web-cams etc that doesn't go through http. I could do that but was no more willing to do it for free...

  4. Does anyone even know... on Microsoft Planning on Opening Up More Source · · Score: 1

    what they are going to open up? If not, why such a fuss over just an anouncement?

  5. Re:How Typical on Giftfile Project Primes Decentralized Gift Economy · · Score: 1

    >When a news story concerning **AA, specifically how it is going to sue people who download songs from the internet How many times does this have to be said... they are not suing those who download but those who share :P

  6. Re:Happy :-) on Mozilla 1.8 Alpha Released · · Score: 1

    You can treat and exchange server as a normal IMAP, POP OR SMTP server unless it uses microsoft proprietary authentication... Which luckily ours doesn't. I've heard that tb 0.6 supports SPA (aka NTLM) for POP/IMAP/SMTP so i guess the only problem that remains is to import your data from outlook which works well but needs a bit of tweaking... But the effort is nothing compared to the rewards :)

  7. Re:Happy :-) on Mozilla 1.8 Alpha Released · · Score: 1

    "I use the Mozilla package at home and Firefox at work (since I have to use Outlook here)."

    Why don't you replace Outlook with thunderbird? I have done so at my office, even though they are running exchange **horror**