Slashdot Mirror


User: mattyrobinson69

mattyrobinson69's activity in the archive.

Stories
0
Comments
1,651
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,651

  1. Re:MBA on The Future of SysAdmins' Positions · · Score: 1

    give slapt-get a try, i prefer it to swaret

    search for it on freshmeat

  2. Re:Yes but... on AMD Announces New Low-End Processor Line · · Score: 1

    your sig, incase you didn't know, is becuse the web server is ms IIS, running behind a linux firewall, proxy or NATbox, so every port other than 80 goes to the linux host.

  3. Re:Yes but... on AMD Announces New Low-End Processor Line · · Score: 1

    my mobo (asus - cant remember the model), there's a threshhold for the fan to go full (it runns at 60% otherwise), for quietness) and another for shutoff.

  4. My list: on What Keeps You Off of Windows? · · Score: 1

    performance
    reliability
    stability
    lack of good command line
    non-hierarchial file system
    wants to do everything for you - if it guesses wrong, your fucked
    lack of plain text config files
    no X server, so i cant work from elsewhere
    no compilers come with it
    no office suite comes with it
    microsoft are evil
    its not as pretty as KDE
    internet explorer
    outlook express
    all the services that ruun by default
    the ugly task bar
    the memory usage of window-blinds (i know, 3rd party software, but its the best i know of for windows)
    slow development
    poor hardware support due to windows guessing what i want
    no virtual desktops
    cant mount using console
    no virtual terminals
    windows media player

    there's mnre, i just cant be arsed typing any more

  5. Re:Does this really apply? on Linux PVRs Highlighted · · Score: 1

    if somebody completely wrote and gpl'd a tivo like service, they could have an autoupdate feature - that way the outages would be short.

    maybe also use multiple websites to get the TV listings - that way if one goes down, there are backups. redundancy is your friend (unless your job is going to india)

  6. Re:Perfect Setup on Microsoft Patents The Task List · · Score: 1

    somebody should patent all the slasdot jokes, and sue anybody who uses them - theyre all shit.

    i suppose cmdr taco could do it, and make a nice profit, then get rid of the ms ads on linux articles

  7. Re:Be Fair on Microsoft Patents The Task List · · Score: 1

    if its done by a cron job, thats batch. real time would be like you said

  8. but... on SCO Says No Way To a GPL Solaris, Moves Trial Back · · Score: 3, Interesting

    IBM will own all of SCO's IP at the end of the trial anyway - if SCO even go that far.

    what happens to the IP of a company that goes backrunpt (does it go to their investors maybe?)

  9. Re:Microsoft? on Infected Windows PCs Now Source Of 80% Of Spam · · Score: 1

    where is this one button in XP?

    start > settings > windows update > various clicks on website

  10. Re:Zero the data on Passwords Can Sit on Hard Disks for Years · · Score: 1

    what was wrong with the code then?

  11. wft? on OpenGL in PHP · · Score: 1

    i thought php was server side - shouldn't this be a javascript library or something?

    whats the point in openGL on the server side? it can animate the data as it parses it?

  12. Re:A great act of kindness! on Setting Up Mac OS X for a Teenage Coffeehouse? · · Score: 1

    at least the apps were designed with teletype in mind - try viewing windows NT in 640x480.

    i keep a copy of opera stored on my home folder - there's not enough room in opera on 800x600.

  13. Re:Hehe on Passwords Can Sit on Hard Disks for Years · · Score: 1

    ah - i ticked the box, wrote the post, copied the text, and went back and had a look at the grandpairent, came back, pasted - must have forgot the second time round

  14. Re:Tennis anyone? on Tanenbaum Rebuts Ken Brown · · Score: 1

    ok - i wasn't reading the thread properly, i assumed you were being serious.

    i appollogise

    i also cant spell

  15. Re:Hehe on Passwords Can Sit on Hard Disks for Years · · Score: 1

    no, karma doesn't mean anything in the world at large, but i dont want it to go down unnecicarily (i know i cant spell, my hand writings worse!)

    whats your point? 3 months isn't great. My record on this computer is 2 days (compiled kde, didn't write the script too well), but thats because i usually turn it off when i go to bed)

  16. Re:Microsoft? on Infected Windows PCs Now Source Of 80% Of Spam · · Score: 1

    good point - i forgot about automatic upgrades.

    many people i know are scared of automatic upgrades, incase they phone home - i know of people who wont install any service packs (and just run firewalls) because they dont trust microsoft.

    But their crappy web interface is definately crappy - it would have been much better as an executable, downloading lists of upgrades and new software (or features) - like slapt-gui does.

    i forget what i was thinking when i posted that, but maybe i meant that most stuff on windows doesn't get automatically upgraded, so you will still be sitting not-so-pretty, with your arsehole wide open, if using third party tools, whilst in linux, you can update just about everything in two commands.

  17. Re:Tennis anyone? on Tanenbaum Rebuts Ken Brown · · Score: 1

    you do know that the makers of tennis died long before IP were two letters that you could put together, in capitals, in a non-capitalised sentence?

  18. Re:Hehe on Passwords Can Sit on Hard Disks for Years · · Score: 1

    so as to not affect karma, im posting AC.

    anyway:

    i do believe linux can lock up - my slackware box has been going crazy recently - must have locked up at least twice in the last 6 months (both in a week, must be my fault).

    my point it, most linux distro's are much more stable on default install than default windows installations - especially 9x.

    ive never had problems with floppys with bad sectors - it just says the disk is the wrong FS or something like that.

    you must have been unlucky with that distro/custom config/something

  19. Re:Zero the data on Passwords Can Sit on Hard Disks for Years · · Score: 1

    //for the super paranoid: (just an exmple - remember, ive only been learning c++ for a week, in little bits). //also remember to make encrypt a real function based on proper encryption (like xor ;))

    char szname_unenc[30];
    char szname_enc[30];

    cout > szname_unenc;
    szname_enc = encrypt(szname_unenc);

    szname_unnenc = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" //30 a's to make sure string is written over
    szname_unnenc = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" //30 b's to be more sure that string is written over
    szname_unnenc = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" //30 a's to make sure string is written over
    szname_unnenc = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" //30 b's to be more sure that string is written over
    szname_unnenc = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" //30 a's to make sure string is written over
    szname_unnenc = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" //30 b's to be more sure that string is written over
    szname_unnenc = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" //30 a's to make sure string is written over
    szname_unnenc = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" //30 b's to be more sure that string is written over
    szname_unnenc = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaa" //30 a's to make sure string is written over
    szname_unnenc = "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbb" //30 b's to be more sure that string is written over

  20. Re:Zero the data on Passwords Can Sit on Hard Disks for Years · · Score: 1

    Hee hee - This is the windows fanboy from above that claims windows 98 never crashes on him.

    This guy talks shit - everybody set him as a foe, as i have done.

    *to the tune of la la la" mods on crack, mods on crack, mods on crack "/tune of*

  21. Re:Hehe on Passwords Can Sit on Hard Disks for Years · · Score: 1

    hmmmm.

    i have two words for you: "bollocks."

  22. Re:XFree"86" is for 386 .. But on Mandrakelinux Goes X.org · · Score: 1

    "souf" is the nothern accent northern, so is london

    "saaf landan" would be the "saaf landan" way of saying it

    im northern, southerners are shandy drinking poofs.:)

  23. Re:The compiler jokes are becoming boring on Gentoo Officially Not-For-Profit · · Score: 1

    its like 80% all the other posts on slashdot (they all come from windows zombies??) - they're all repeating of jokes, which weren't funny to begin with.

    i use slackware, but i compile most stuff myself (kde3.2.2 the other day actually, didn't take too long.....)

    ive never tried gentoo one day, these posts haven't deteered me, im just lazy.

    And for the record, my obsession with config files is completely healthy.

  24. Re:Okay, a question... on Gentoo Officially Not-For-Profit · · Score: 1

    i use slackware, you insensitive clod.

    config files are you friend......

  25. Re:Microsoft? on Infected Windows PCs Now Source Of 80% Of Spam · · Score: 1

    except for the fact that linux has less holes, and better upgrade tools (apt, yum, slapt, swaret, emerge, emerde, etc).

    if linux were more popular, i could see a distobution with an option in the installer saying "How often would you like to check for security upgrades? bug fixes?", and then set this in a cron job.

    with microsofts crappy web interface, you cant use a cron job to upgrade. i dont see any tool like apt, yum, slapt, swaret, emerge, emerde, etc, that could do this.

    infact, i think your either karma-whoring (by being contraversial and then saying "mod me down if you like, but im right") or your trolling.

    ive set you as a foe, because you are an arse.