Slashdot Mirror


User: stevey

stevey's activity in the archive.

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

Comments · 1,162

  1. Re:passwd files on NSLU2 Now More Useful · · Score: 2, Informative

    The password for the 'admin' user is 'admin', the password for the test* users is '1234'. Given that these accounts have no shells they aren't useful.

    Cracking the others would be more useful - but I've not managed that yet.

  2. Re:Poor guy... on Marine Finds Duct Tape on Mars · · Score: 1

    There's a nice program I recently discovered for showing Apache's current stats, all refreshing in near to real time.

    Basically like 'top' for Apache. Unsuprisingly it is called apachetop.

    It's very handy for busy webhosts.

  3. Re:read it here on Africa Enters Global Market For IT Outsourcing · · Score: 1
    I don't trust anyone or anyplace with my info now

    The irony of not posting that anonymously is not lost on me ..

  4. Re:Take a nap on Let the Mindgames Begin · · Score: 1

    No, that only works with tic-tac-toe.

  5. Re:On demand books are the next big thing ...in ja on The BookMachine: On-Demand Book Printing in 3-5 Minutes · · Score: 1

    I thought Brooks was always a bit simplistic, but fun.

    If you liked those then you'll probably like Terry Goodkind's 'Sword of Truth' series - more details at TerryGoodkind.com.

  6. Re:Perfect! on IPv6 is Here · · Score: 1
    When will Slashdot do it, being the pioneering geek site that it is?

    Probably just after the GIFs are dropped, and the table layout is converted to CSS.

  7. Re:Dave Lettermans Top 10 on Top Ten Linux Configuration Tools? · · Score: 4, Informative
    I can logout, the process keeps running, and I can check on the progress later from another location.

    Whilst you are correct this works for non-interactive processes, you can't use nohup to keep a copy of say, Lynx, running when you logout. Then return to it later and pick off where you left it.

    Instead you should look at GNU Screen which allows this and more.

    (It's essentially a windowing system for consoles, with the ability to detach and resume at will, and definately one of my top ten Unix utilities).

    Here is one Screen tutorial which explains basic operation well.

  8. Re:Ugh, I hope not on URPMI For Fedora Core 2 · · Score: 1
    I wait for arguments as to why Debian packages are supposedly superior, and why it matters, but so far I have yet to see any arguments presented with actual reasoning behind

    There are two obvious reasons I can think of.

    The first is the sheer size of the Debian package repositories. There are more Debian packages available in the "standard" locations than are available for anything else, such as Mandrake or RedHat.

    Sure there's nothing stopping you from adding different repositories to download from, but if they're not official changes are they're not signed in the same way, and are less "trustworthy".

    The second reason that Debian's packages are so positively regarded is that they are guided by the packaging guidelines, these ensure that the packages all play well together, and mean that you (almost) never lose configuration file changes on upgrade - something that other distributions sometimes seem to suffer from.

    I guess most Mandrake/RedHat users don't care, but Debian packages are available across a much wider range of platforms, which is a bonus if you have lots of different machines to look after - you can treat them all the same from the install point of view, something you can't do with other more platform-specific distributions

  9. Rsync of all things .. on What Was Your Worst Computer Accident? · · Score: 2

    My single biggest mistake involved using rsync to try and backup a remote machine, before replacing the live RedHat install with a Debian one.

    I was very careful that I got the source and the destination the right way round, but I didn't think about the actual copy itself carefully enough.

    Trying to rscync the remote '/' to the local machine I didn't remember to ommit the /proc, or /dev directories.

    Part way through the backup the remote machine just hung solid - probably trying to read some strange device under /dev, or similar.

    That sucked badly.

    (I've also removed live webpages by accident and had to pull them from the google cache, but since that's pretty common I won't mention it!)

  10. Sucks. on Microsoft Offers A Peek At New Search Engine · · Score: 1

    It failed the first test. Searching for my name gave no results.

    With google I come top, without even cheating.

  11. Re:[OT] Looking for the image sniffing screensaver on Missing Open Source Security Tools? · · Score: 2, Informative

    That would be driftnet - it displays images in a window, and the site mentions that there is a screensaver derived from it.

    I run it every now and again when I'm bored on the proxy server I maintain. Fun to see random imagees mixed together..

  12. Re:Well duh/ on Blame Bad Security on Sloppy Programming · · Score: 1

    Why not help me audit Debian then? (And give me a job ;)

    There are other groups focussed upon auditing work, and security changes but most people seem to regard convienence and ease of use as more attractive. (Maybe Microsoft got it right ;)

    I think it's nice to see a popular distribution like Fedora moving towards using the SELinux kernel, and I hope this helps others move in a similar direction.

    I've also heard of the Hardened Gentoo distribution, and the Adamantix distribution (based on Debian). I think these two projects help show that people are slowly moving in the "right" direction.

  13. Re:The human factor on Blame Bad Security on Sloppy Programming · · Score: 2, Insightful

    Secure Programming for Linux and Unix HOWTO is one attempt to correct this.

    I agree though, most books are filled with examples and have merely a warning in the introduction "To reduce the size of code listings all error checking has been removed from our examples".

    I wish more people read documents like that I linked to above, but people can get suprisingly far into their careers before this becomes obvious to them.

  14. Re:What do these things do? on Next Knoppix Release to Feature GPL'd FreeNX · · Score: 2, Informative

    What you are looking for is xmove.

    It's not been updated since '94 and it's flakey as hell - but it allows you to move an X application from machine to machine.

    It works as a proxy server between your application and the real X server - which must be listening on a TCP socket.

    I've toyed with it, but not managed a great deal of success.

  15. Re:Just my opinion... on Real Xbox Next Specs Leaked? · · Score: 1

    The vectrex? Thanks for the memory.

    When I was a kid my little sis was given one for her birthday, and my gaming options were the ZX Spectrum or the Vectrex.

    I'd love to get my hands on one nowadays, I think I might even have a couple of cartridges lying around the place now - complete with the coloured screen overlays!

  16. Re:On in the US on Our Friend, The Meter · · Score: 1

    I'm British, and yes we've allegedly gone metric now.

    However people you meet here will only know their weight in stones, and their height in feet and inches.

    Distances are still discussed in miles, not kilometers.

    Really it's only the young children at school who think in meters, and that's probably going to be the case for a long time yet.

    I know how to convert things, but I'm still going to say I'm 5'11" tall and leave it for you to work out yourself.

  17. Samba woes to come? on WinXP SP2 Sacrifices Compatibility for Security · · Score: 2, Interesting

    Will this leave any issues with things like SMB?

    Looking at the article it was mostly talking about default firewalling, NX bits, and disabling some services which have recently been abused.

    Would they go so far as to disallow plaintext passwords for logins, or SMB sharing?

    Other than that minor concern this is good news for all people who have to share a network with Windows users.

    I run Linux at home, and am constantly hit by port 137/445 scans from Windows boxes on the same range as my cable modem. Sucks.

  18. Re:Genetic algorithms explained on Breeding Race Cars With Genetic Algorithms · · Score: 5, Funny

    Here's a good link for people who don't know what Formula One racing is.

  19. Re:Blast from the Past on 3D Linux Laptop Available · · Score: 1

    I did the same thing with my Spectrum (48k). The orange manual which came with it listed opcodes and their HEX/decimal values.

    Without the means to buy an assembler, I'd write out my programs on paper, leving gaps to work out offsets for jumps afterwards.

    Once I had it all coded up I'd POKE it into memory to run.

    Debugging usually meant starting from scratch, or using small trampolines - as altering instructions was hard because all the offsets nearby had to be adjusted if the new code was bigger than the old.

    Happy days ..

  20. Re:Support LWN! on Terminal Emulators Reviewed · · Score: 1

    And if you're a Debian developer you get a free subscription, which is a nice plus!

  21. Re:How will it affect it? By starting it off! on 'Open Funding' For Driver Development · · Score: 1

    For that much cash you could either buy a really sexy VCR that sets the time by itself .. .or a sledgehammer lightly coated in gold!

  22. Re:Neat niche, but not the future. on 'Open Funding' For Driver Development · · Score: 1

    I accept donations - keep them coming ;)

    And I write software some popular, some not, donations are always a good thing!

  23. Re:Wondering... on SCO Announces Product Line Updates · · Score: 1

    I use it, for a database driven application although I'm not happy about it.

    The SCO boxes sit beside the Debian ones and they probably taunt each other in the middle of the night!

    There was a while a few months ago when I toyed with getting the SCO binary emulation stuff working under Linux but I couldn't get the Microfocus COBOL stuff to work properly - stop sniggering at the back!

    Either way I guess we're going to be migrating to either Solaris or Linux in the future.

    Even if SCO get bought out and somebody offers us support it's hard to get machines with hardware SCO will like - And more than that it's a pain to admin, I could cheerfully shoot whoever designed "scoadmin"...

  24. Re:I am a relative noob on GrokDoc Goes Live; All GNU/Linux Newbies Welcome · · Score: 1

    If you're just wanting to play the MP3's on your laptop rather than copy them there you could do worse than look at GNUMP3d.

    Fast and very simple to setup..

  25. Re:that's a good one on GrokDoc Goes Live; All GNU/Linux Newbies Welcome · · Score: 2, Interesting

    I don't know what boxed sets are like nowadays, but my first set came with a couple of simple (thin) books that explained how to do common tasks.

    Sure this raises the cost for newcomers, but having a simple guide printed out along with the ISOs is a good idea.

    I wonder if any of the places like cheapbytes will sell you a cheap ISO and cheaply printed out introduction to Linux - sounds like it'd be a match made in heaven.

    (Although maybe new-comers to Linux aren't coming from the cheapbytes route at all - hard to say I guess).