Slashdot Mirror


User: Electrum

Electrum's activity in the archive.

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

Comments · 761

  1. Re:Linux is dying on UserBSD vs. UserLinux - Is It Feasible? · · Score: 1

    The point is that you can't easily update the entire system (base and packages/ports) via binaries.

    True, unfortunately. But you can get close. Put this in /etc/make.conf:

    CFLAGS=-O -pipe
    NOPROFILE=true

    SUPHOST=cvsupXX.freebsd.org
    SUP_UPDATE=yes
    SUP =/usr/local/bin/cvsup
    SUPFLAGS=-g -L2
    SUPFILE=/usr/share/examples/cvsup/stable-supf ile
    PORTSSUPFILE=/usr/share/examples/cvsup/ports- supfi le


    Then cd into /usr/src and run make update to update the source and ports tree. Run it from /usr/ports to just update the ports tree.

    Install sysutils/portupgrade for an easy way to upgrade ports.

    Run portversion to see the status of installed ports. You might need to run portsdb -U (warning: takes a long time) to update the index.

  2. Re:I have been cutoff on Have You Fought Your ISP Over Bandwidth Limits? · · Score: 1

    I honestly think this must be a new policy.

    It's been around for at least two years.

  3. Re:Bandwidth limits? on Have You Fought Your ISP Over Bandwidth Limits? · · Score: 1

    Ok so uploads are slow. I can deal with that. But when I *do* decide to upload, not only is that slow, but I get *major* slowdowns on my dowloads and typically start getting packet loss too.

    This is because your modem has a built in buffer. Say your upload speed is limited to 16k/sec and the modem has a 32k buffer. If you were maxing out the upload bandwidth, it would take a full two seconds for a packet to traverse the buffer.

    If you are using a router, configure the router to limit upload traffic to a smaller amount than your upload limit. There a script for Linux that tries to do this (sometimes it works, sometimes it doesn't).

  4. Re:I have been cutoff on Have You Fought Your ISP Over Bandwidth Limits? · · Score: 1

    I downloaded 8 gigs in the course of 3 days, and I had my internet turned off, I used the cable service provided in lawrence kansas.

    I had absolutely no warning, no phone calls.


    Perhaps you should read the Terms of Service before you start complaining about no warning. They are quite clear on the limits, but only seem to care about the 1 GB per day rule (so I was told by their techs).

    If you want a slower but unlimited service in Lawrence, go with SBC DSL. (There is a trick to avoiding the outrageous setup fees for static IPs. Signup for the normal service, then call up and upgrade as soon as the service is installed. If you want to use the normal service but don't want to install their spyware just to get a username and password for PPPoE, look at the install instructions for OS X.)

  5. Re:Copyright/Trademark Extension? on Lindows Ordered To Stop Using Lindows Name · · Score: 1

    And though technically, Microsoft Windows predates X-Windows by about a year

    It's called the X Window System, not X-Windows.

  6. Re:yes it is profitable on Examining an Automated Spam Tool · · Score: 1

    yes it's definitely profitable, this is part of the problem, a major part of it!

    Spam is also profitable for all of the companies selling anti-spam products. How many of them would go out of business of spam was stopped tomorrow? Is it really in their best interest to stop spam?

  7. Re:This is good news. on Download Anaconda for Debian · · Score: 1

    To do that requires an expert knowledge of the Debian package system.

    Nope:

    cd /usr/src/linux
    make menuconfig
    make-kpkg --revision=name1 kernel_image


    Replace name with the name of the machine (or another name identifying this kernel config) and 1 with the revision number (i.e. how many times you have built this config). This produces a .deb with the kernel and all modules, ready for installation with dpkg -i.

  8. How about live /etc/rc.conf changes? on ifconfig refactoring for FreeBSD · · Score: 1, Insightful

    While they are at it, they should add something to parse /etc/rc.conf and reconfigure all interfaces while the system is running. This is one area where Linux has an advantage.

  9. Re:Define distribution on Embedded Device Manufacturers Ignoring GPL · · Score: 1

    Unfortunately, no. And why could take up an hour's lecture.

    I'm really interested in hearing that explanation. Do you have any references?

  10. Re:What we did... on They Blocked My SMTP, Now What? · · Score: 1

    We're not "hijacking" anything - the mail ends up going exactly where it's supposed to be going.

    You're hijacking my traffic. If initiate a TCP connection to a remote host, I expect it to connect to the remote host, not somewhere that my ISP chooses for me.

    As long as it reaches it's destination, there is no problem.

    What if the remote host is currently down? The mail then sits in your mail queue, even though I was told it was delivered to what I thought was the correct destination.

    What if your mail server crashes and loses the message, after I was told it was delivered?

  11. Re:What we did... on They Blocked My SMTP, Now What? · · Score: 1

    Perhaps that's a security problem

    The problem is that the ISP is hijacking a customer's traffic. If you want to block certain packets, fine. Don't alter them.

  12. Re:What we did... on They Blocked My SMTP, Now What? · · Score: 1

    Instead of blocking outbound SMTP, we opted to transparently proxy outbound SMTP sessions to our mail server.

    That is a HORRIBLE solution. I would not use an ISP that hijacked my traffic. It is much better to block outgoing traffic on TCP port 25 so that users know it is blocked and can find a different solution, such as relaying mail through your server.

  13. Re:Spreading FUD in a submission about FUD on Security FUD On Linux · · Score: 1

    So its IBM's fault - Windows Messaging (the lanmanager service, not Windows Messenger the IM chat thingy)

    You are way off base. This is talking about internal Windows event messages (i.e. a fundamental part of the GUI system), not an external messaging service.

  14. Re:Root access? No. on Security FUD On Linux · · Score: 1

    There's a big difference between Windows saying I can't kill a process and UNIX saying I am trying to execute a non-ELF file.

    Just like you can kill kernel processes on Linux, right?

    # uname -sr
    Linux 2.4.21
    # ps acux | grep keventd
    root 2 0.0 0.0 0 0 ? SW Sep05 0:00 keventd
    # kill -KILL 2
    # ps acux | grep keventd
    root 2 0.0 0.0 0 0 ? SW Sep05 0:00 keventd

  15. Re:wxWindows not terribly reliable - but Tk is on Borland Uses (And Supports) wxWindows · · Score: 1

    WxWindows has more advanced widgets that are indistinguishable from fully-native counterparts

    That's because they are native. On Win32, wxWindows is a wrapper around the standard Windows components, just like Borland's VCL is a wrapper.

  16. Re:This made me laugh .... on Microsoft's new CLI · · Score: 1

    I'm a programmer and I use shells all the time.

    His point is that a sysadmin is not always a programmer. You shouldn't have to be a programmer to use a shell. Obviously, a programmer should be smart enough to learn how to use a shell.

  17. Re:In other news.... on Mac OS X 10.3 Defrags Automatically · · Score: 1

    POSIX compliance

    Doesn't being case insensitive violate POSIX? Or has that been fixed?

  18. Re:I don't really like it (yet) on Windows iTunes Sells A Million Songs In 3.5 Days · · Score: 1

    Also, for comparison, Winamp uses 21MB of RAM and 0-2% CPU when playing an MP3.

    The bloated Winamp 3, maybe. Winamp 2 uses 10MB.

  19. Re:There are others on Exchange 2003 vs. Sendmail Mail Routing? · · Score: 1

    They are all insecure.

    qmail is secure.

  20. Re:What's worse? on Spam Slows Australian Net Traffic · · Score: 1

    Mugging 1000 or verbally abusing 10,000

    This is the lowest place in the list the line should be drawn. You can't compare physical harm to verbal abuse.

  21. Re:Not explained well... on New GameCube Network Loader Runs Homebrew Games · · Score: 1

    Seems like one of those "wink wink nudge nudge" statement I make about *trying* games out on my GBA emulator.

    That may be true for you, but it isn't true for everyone. I've actually written several programs for the Game Boy Color using emulators and the Bung XChanger and flash carts. I also wrote my own assembler and linker for the GBC.

    Just because tools can be used for piracy doesn't mean everyone uses them that way. Writing programs and development tools for limited consoles can be a lot of fun and a great learning experience.

  22. Re:Who the hell?! on The Next Step In Spam Filtering · · Score: 1

    So of course she went and got the director of the company's credit card # and went ahead and ordered it. Amazingly enough, five months later, Photoshop still hasn't come in the mail.

    So she charged it back, right?

  23. Re:Grr Spam. on The Next Step In Spam Filtering · · Score: 1

    About the only downside is that some unscrupulous merchants might try to joe-job competitors, but that sort of thing can be handled fairly.

    How?

  24. Re:interesting methodology on Spammers Using Hacked Machines as Decoys · · Score: 1

    The only thing that is going to work is to go after the people running spamvertised sites. But that's going to cause problems by creating a new kind of "Joe Job"... hire a spammer to spam for your competitor's product; the wrath of the anti-spam crowd then goes straight to your competitor.

    It's not going to cause problems: it already does cause problems. It is simply going to get worse.

  25. Re:Copy and Paste? on Do Not Call Site Has AT&T Stats Tracker? · · Score: 1

    What would happen if all of us started putting the below image on all of the websites that we run?

    Nothing, because if they are smart, they look at the Referer header.