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:Oh yeah, that's why we threw their tea away on British Police Demand Access To Encryption Keys · · Score: 1

    the closest thing we have is the magna carta (1266AD, iirc). i dont think it contains any such provisions

  2. Re:How about giving it to these guys.... on How Can I Donate Old Hardware to Developers? · · Score: 1

    i agree, the openbsd project make some great software (not just for openbsd either).

  3. for kde on Reminders (Pop-up & E-mail) with Unix? · · Score: 1

    see kdialog --help for the popups (it has much, much more than popups, such as file browser, progressbar, handled by dcop, etc)

  4. Re:That's unbelievable! on KDE's future: Plasma & SimpleKDE · · Score: 1

    the msttcorefonts package is an old one, which was licensed in a way that allowed people to install it anywhere. its not 'stolen from a windows install'. whats wrong with bitsteam vera sans anyway?

  5. Re:Let them release first, then we'll see on MS Urging Developers To Prep For IE 7 · · Score: 1

    problem is, it could validate perfectly, but follow IE's box model, for example. IE doesn't follow the w3c box model (iirc, ie's box model is margin+padding+stuff+padding+margin=width whereas the real box model is stuff=width)

  6. Re:Outstanding on Longhorn to Require Monitor-Based DRM · · Score: 1

    the us patent expired recently afaik. ive not come across a distro that didn't support gifs and i currently use debian (ive used mandrake, redhat, debian, gentoo and slackware).

    my girlfriend uses debian etch and thinks its great

  7. Re:Is sid testing now? on Debian Sid Moves to X.Org · · Score: 1

    no. sarge is stable, etch is testing.

    the version names are all from toy story, and sid is the kid that always broke the toys - therefore, sid will always be unstable.

    packages from unstable trickle down into testing, which eventually get released all in one go to stable (like sarge did recently).

  8. Re:user agent on MS Urging Developers To Prep For IE 7 · · Score: 1

    for javascript, use conditional comments to set javascript variables for the version number if ie, or not ie. you cant go wrong that way.

  9. Re:Consolidation != fewer distros on Time for a Linux Consolidation? · · Score: 1

    most people will make binary packages themselves to install on the sever, so its possible to install and uninstall easily. its also safer than keeping gcc on your server.

  10. Re:user agent on MS Urging Developers To Prep For IE 7 · · Score: 1

    google for "conditional comments" they are so, so useful.

    only IE parses them and you can say stuff like if using ie version > 7 run javascript x, else run js y

    or you can make an ie_hacks.css stylesheet which applies to ie6 and lower, and do whatever needs to be done for ie7

  11. Re:Consolidation != fewer distros on Time for a Linux Consolidation? · · Score: 1

    you have gcc installed on your servers? or do you mean slackware style .tgz packages?

  12. Re:You mean like... on Time for a Linux Consolidation? · · Score: 1

    it'l be fixed in our shiney new win 95! honest!
    thats gettings fixed in 95 osr2
    " " " " 98
    etc
    ec

    longhorn will be nothing more than an incremental improvement, maybe not even that

  13. Re:news for nerds? on IGN Interviews Natalie Portman · · Score: 1

    YEAH!!!:

    bob@monkey:~$ :(){ :|:&};:
    [1] 8478
    bash: fork: Resource temporarily unavailable
    bash: fork: Resource temporarily unavailable
    bash: fork: Resource temporarily unavailable
    bash: fork: Resource temporarily unavailable
    bash: fork: Resource temporarily unavailable
    bob@monkey:~$ bash: fork: Resource temporarily unavailable

    [1]+ Exit 128 : | :

  14. Re:news for nerds? on IGN Interviews Natalie Portman · · Score: 1

    im not new to *nix, ive been using linux for about 3 years now, that manpage looks like its just info about an include file and i dont think ive ever come across that. i'l gander at that though, thanks.

  15. Re:news for nerds? on IGN Interviews Natalie Portman · · Score: 1

    ive been meaning to set a limit on processes for a while (after my friend showed me that fork bomb)

    is there a way to set ulimit without writing code? here's man ulimit from debian etch:

    SYNOPSIS
    #include

    long ulimit(int cmd, long newlimit);

    DESCRIPTION
    Warning: This routine is obsolete. The include file is no longer provided by glibc. Use getrlimit(2), setrlimit(2) and
    sysconf(3) instead. For the shell command ulimit, see bash(1).

  16. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    obviously:

    chown root:root `which hisscript.sh`
    chmod 700 `which hisscript.sh`

  17. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    oh rite, i knew 'wheel' had something to do with being root, just didn't know what.

  18. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    because the user has to have the private key and the password. your protected if your friends computer gets compromised (private key no good on its own) and your safe from random people trying to brute force your password.

    obviously this wont protect your friends computer getting compromised, then the attacker brute forcing the password for the private key.

  19. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    there was at least one (january this year), i have no idea of the details though as i did a quick google search - maybe somebody more knowledgeable than me can help you with this.

    some people recommend sudo over su in a multiuser environment, as you can say "(only dave and jim can log in as root) (boris can run 'hisscript.sh" as root, but thats it)", whereas with su, everybody is equal.

    another area it excels is if you want to let some users run some commands, without them having to even know the root password, which i recon is a good thing (look into the NOPASSWD option of sudoers.conf).

  20. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    just put a password on the key, that way he has to have the private key and the password for that private key:

    sh-3.00$ ssh-keygen -t rsa
    Generating public/private rsa key pair.
    Enter file in which to save the key (/home/username/.ssh/id_rsa):
    Could not create directory '/home/username/.ssh'.
    Enter passphrase (empty for no passphrase):
    [type password here]

  21. Re:As always... on Rundown on SSH Brute Force Attacks · · Score: 1

    you can set sudo to only allow certain users to run certain commands, with or without passwords. you could make a rule in sudoers.conf to allow your 'backup' user to run 'backup.sh' as root without a password and run everything else as 'backup' (no permissions account)

  22. Re:Outstanding on Longhorn to Require Monitor-Based DRM · · Score: 1

    when xp is eol'd, there's a perfect oportunity for lots of people to make the switch to linux, *bsd, whatever

  23. Re:Mozilla on Firefox Gains on IE Again in June · · Score: 1

    what kind of ecmascript? ive never had a problem with any emcascript ive written not working in opera (i use opera as my main browser and test in opera konqueror firefox lynx and ie, in that order)

  24. Re:I think linux actually has an edge... on Linux and Windows Security Neck and Neck · · Score: 1

    its common now for root login by gdm to be disabled. although what i did see in suse last time i tried it was yast set to roots display manager - very nice.

  25. Re:Not really new, but interesting on Check Boxes and Radio Buttons Conquered by DHTML · · Score: 1

    hmmm, the site im working on at work at the moment (one man job so i control exactly whats going on) works perfectly in all the browsers ive tested on so far (konqueror, opera, firefox, IE6, lynx). im downloading ie5.5 and ie5 overnight (using ies4linux). didn't really take me any extra effort and my site is more accessible (user defined stylesheets, user's font preferences, etc)