Slashdot Mirror


User: SCHecklerX

SCHecklerX's activity in the archive.

Stories
0
Comments
2,760
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,760

  1. Re:Can't wait to see this! on Sky Captain and the World of Tomorrow · · Score: 1
    How to download the movie instead of playing it in the browser:
    1. view source
    2. search for the _480.mov link. Let's call it $url
    3. $url =~ s/_480/_m480/
    4. wget $url
  2. Re:Angelina Jolie Naked (was Re: My Impressions... on Sky Captain and the World of Tomorrow · · Score: 1

    She's nude in taking lives too (at least the director's cut..that's the one I rented).

  3. Set up a small net in your work lab on Best Training in Linux Administration? · · Score: 5, Informative
    As many others have suggested, you should play on your own. I'd still take the class though. Set up a small network BEFORE going to the class, though. Then you will have intelligent questions to ask, and you will have some goals in your training.

    In your work lab get 2-3 computers. Set up a linux box as a DHCP and DNS server, then maybe add apache, samba, etc. These are the things that you'll likely be using linux for in the enterprise, right? You can play with firewalling and IPSec if that is your thing too.

    After the initial install, go here to learn the rest:
    The Linux Documentation Project

    The basic sysadmin guide there will give you the basics, and the specific howto's are great for setting up DHCP, DNS, etc.

    Another good guide:
    IBM Linux Newbie Guide

    Set up that small net, play, learn, then go to your class and learn a lot more.

    Have fun!

  4. Re:Depressing trend on Paul Samuelson Challenges Outsourcing · · Score: 1
    Has it occurred to you that we're losing our edge, not because outsourcing, but because we haven't been working very hard to keep it? Our education system is in shambles, our young people are complete morons, and we as a culture pretty much revile the educated and glorify the average.

    As much as I love them, I blame a lot of this on computers. Instead of being interested in actually programming, or being more involved in sports or music, kids vegetate in front of the screen browsing web sites all night instead.

    Before we had this distraction, kids participated in activities that contributed to mental stimulation. Chess and other games, socializing with a good game of 'king of the hill', wrestling, running, programming the computers instead of just using them, reading books, etc.

  5. Re:Depressing trend on Paul Samuelson Challenges Outsourcing · · Score: 1
    What does America produce anymore? What does any other Western country produce?

    Mountain bikes! :)

  6. Politicians and technology on Absentee Ballots by Email? · · Score: 3, Insightful
    Or, management and technology. Same difference.

    Why can't they ever just say "We need a way for soldiers to easily cast an absentee ballot" and then let people who know what they are doing come up with the proper system?

    This is a problem where I work as well.

  7. Re:is free predatory pricing? on Microsoft faces Monopoly Lawsuit (again) · · Score: 1
    "linux" is not a company. Nor is it leveraging monopoly power to give itself away just to drive others out of business.

    M$ is a bunch of criminals. You'd think that companies wouldn't want to to business with criminals. But then again, I guess they get forced to just as was found in the findings of fact. Business as usual for microsoft.

  8. parry aftab (picture on reference article) on Classroom Bullies On The Internet · · Score: 1

    Isn't she the idiot lawyer from a few weeks ago who was bullying the owner of katie.com?

  9. Re:Not the first; not revolutionary on Revolutionary Spam Firewall Developed · · Score: 2, Interesting
    we do the same here with sendmail + mimedefang. The reject/drop occurs as soon as spammage is detected. Combined with spamassassin, it is a good system.

    For example, here is a list of messages that we completely discarded yesterday (in other words, they were dumped before we even bothered invoking our spamass or antivirus routines):

    Completely discarded: 6373
    Reject 554 total: 30885
    Reject 550 total: 33796
    Reject 501 total: 9702
    Suspicious Header total: 3
    Partial MIME type total: 1
    Non-multipart total: 2
    Forbidden File attachment total: 737

    Barricuda tried to sell to us, but quite frankly, our existing system built on sendmail/mimedefang/spamass is working great. Barricuda admitted that they couldn't beat what we are doing ourselves.

  10. Re:Cloning Microsoft on Jakob Nielsen Talks About Usability in FOSS · · Score: 2, Insightful

    Or, if they are going to clone something, at least make it something worth cloning like OS/2's workplace shell.

  11. Re:Hmm... look at this guy on Jakob Nielsen Talks About Usability in FOSS · · Score: 1
    Agreed. These 'experts' are annoying. Here is some better stuff about usability:

    http://www-3.ibm.com/ibm/easy/eou_ext.nsf/Publish/ 6

  12. Re:bad design, not the power on Student Killed Driving Solar Car · · Score: 4, Insightful
    It's not tough, but it is *expensive*.

    strong, fast, cheap. Pick two.

  13. Know thy enemy on Microsoft Developing Linux Policy, Plan of Attack · · Score: 1

    Seems like a good idea. Too bad for Microsoft that most linux admins already know windoze inside and out and can already speak to the benefits of one system over the other. Microsoft, once again, a follower and not a leader.

  14. Re:Corporate puppets on States Threaten P2P Companies · · Score: 5, Insightful

    I'm not a consumer. I'm a %$@#! citizen.

  15. Re:Do NOT do this on The Saga of Katie.com · · Score: 3, Funny

    Somebody should write a book and name it "aftab.com" and then sue the lawyer to give up her domain name.

  16. Re:Oh well it was nice while it lasted on FCC Rules VoIP Must Be Tappable · · Score: 1

    Or encode your messages in spam...

  17. Stick to typing in school on Is Typing a Necessary Skill? · · Score: 1
    You learn much more than just how to type. You learn how to type properly (2 spaces after a period, same with zip codes, etc), posture, manual formatting, letter formats, and of course typing speed. Maybe it only needs to be 1/2 a semester or whatever, but it is much better to have a typing class than a word processing or spreadsheet class (those are things students should learn on their own, if they are so inclined..and probably will, if they have the motivation, to use in their other classes).

    I don't think "computer science" or "computer skills" has any place in high school at all. Provide a public lab for kids to explore on their own.

    I somehow managed to earn a degree in Aerospace Engineering without having any such courses in high school or college (ok, I was forced to take fortran, but I didn't really learn the language, I learned more about numerical methods than anything). They were available, but I tended to know more than the instructor at that point. Supporting computer programs (spreadsheets, word processors) we were expected to figure out on our own.

    I do, however, use the typing skills that I learned in plain old typing class on a daily basis. Those skills have definitely helped me to be better with computers (my fingers can keep up with my head) than any computer-specific classes ever would.

    I don't believe that classes should be taught for things that can be picked up by anybody with an interest. Spreadsheets/word processors/etc all fall into this category.

    Now, if you want to teach the kids the basics of electronics, signal processing, logic gates, etc, then you'll get no argument from me.

  18. Re:Weird on Just Add, Umm, Water · · Score: 1
    Now, in Iraq, where our patriotic morons are bunkered down in bases surrounded by an entire nation of enemies

    Our soldiers (other than those posing and taking pictures torturing POW's) are not the morons. They are just doing their jobs.

    If you want to call somebody names, do it to those who sent the troops over there.

  19. Re:Sadly, the banks went over the hill. on History of the Automatic Teller · · Score: 1

    My bank is in texas (USAA). I live in Pennsylvania. ATMs is the only way I can do this. For any deposits, I simply mail to the bank. Everything else through their website. What is the problem, again?

  20. Re:so what's new? on Democratic Convention Computer Security Threat? · · Score: 1

    I believe sans does still provide wifi. Blackhat and defcon certainly do. Good luck even using defcon's, though, with all of the kiddies and their disassociation tools.

  21. There's an old saying in Tennessee... on Consumer Database Company Hacked Again · · Score: 1

    ...I know it's in Texas, maybe in Tennessee - that says:

    hack me once, shame on ... shame on you.

    hack me...can't get hacked again!

    --g.w. bush

  22. That's nice. on BT Blocks 10,000 Child-Porn Site Visits A Day · · Score: 1

    Since they know where the stuff is, why don't they take action to put a stop to the actual pornography itself?

  23. Re:Cringe-ly on Cringely: Wi-Fi in the Sky · · Score: 1

    Why would a radio signal cause problems with a fuel indicator?

  24. Re:Ease of use in the enterprise on Advice for Developers: Make Common Usage Easy · · Score: 1

    Your are assuming that cost is simply licensing. Linux has a lower cost to maintain.

  25. Re:AES, buzzword of the moment on Security evaluation of 802.11i · · Score: 1

    Agreed. How are keys exchanged/updated? One of the biggest problems with WEP is that it is impossible to manage keys. So, they never change.