Search Results - JustLinux Forums


Search:

Type: Posts; User: Rob 'Feztaa' Park

Page 1 of 11 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    27
    Views
    1,651

    How the hell was I supposed to know that? BTW,...

    How the hell was I supposed to know that?

    BTW, for you LNO people: I'm at the password stage, too. I've just been following this thread on LJR instead ;)
  2. Replies
    23
    Views
    3,374

    Errr, yes. So instead of trying to make an entire...

    Errr, yes. So instead of trying to make an entire distro, why don't we just develop a suite of frontends, and then try to get some mainstream distro (like Mandrake or RedHat) to package them with...
  3. Replies
    9
    Views
    1,705

    Well, you could try: set signature="echo...

    Well, you could try:


    set signature="echo \"common line stuff\";fortune file|"

    Not tested, though.
  4. Replies
    10
    Views
    807

    Just a question... anybody know how to get python...

    Just a question... anybody know how to get python to pause until the user presses a key? (ala "press any key to continue" prompt)

    Right now I'm just using a raw_input that ignores what it's told;...
  5. Replies
    10
    Views
    807

    Heh, I could put that error in, it just prints...

    Heh, I could put that error in, it just prints random ones whenever something goes wrong :)
  6. Replies
    9
    Views
    1,705

    I just have one problem with your script running...

    I just have one problem with your script running in cron: that wastes a heck of a lot of CPU cycles, plus if you send more than one email in less than 1 minute, you get duplicated sigs.

    This is...
  7. Replies
    10
    Views
    807

    DOS for Linux!

    Hey all,

    I'm in the process of writing a python script that basically simulates (simulate, not emulate) a DOS environment.

    In other words, I think you could actually say I'm writing a shell for...
  8. Replies
    4
    Views
    715

    I think the problem is that he is using a...

    I think the problem is that he is using a graphical frontend to chmod, and is seeing 9 boxes, and does not understand what 666 means in relation to those 9 boxes.

    I recommend you use the...
  9. Replies
    4
    Views
    1,095

    In blackbox it's known as the "slit". I can't...

    In blackbox it's known as the "slit". I can't remember what KDE calls it. I think that's what he's talking about. Does that help you?

    P.S., I'd also like to know how to put apps there. Right now...
  10. mattn, what you need to do is very simple: ...

    mattn, what you need to do is very simple:

    What you want to do is make sure that the file permissions on any files that users are not allowed to see do not let them see it... probably read the man...
  11. You could try using ANSI escape codes to color...

    You could try using ANSI escape codes to color the terminal white on black... or any color on any other color...

    I'm not sure if that would affect the entire terminal or just where there is text,...
  12. Nope, hardware hasn't changed since the day I...

    Nope, hardware hasn't changed since the day I installed linux, 3 or 4 months ago.

    Well, the only thing I can think of is when I changed the port that Apache was listening on (got tired of logs...
  13. Mandrake won't boot, only reboot.

    I'm having this weird problem...

    When I try to boot my computet (Mandrake 8), it will get to the point where it says "bringing up lo", and then it will pause. It just gets stuck there, it won't go...
  14. You could run an ftp server... or of you were...

    You could run an ftp server... or of you were really paranoid about security you could go with scp...
  15. The "free" in free software means that the source...

    The "free" in free software means that the source code is free from it's creators, but the product itself is not necessarily free from money.

    So, it is possible to see free software that you have...
  16. Well, I'm officially stumped, but I have a...

    Well, I'm officially stumped, but I have a question.

    Why are you only blocking incoming SYN packets? This opens you up to FIN, NULL, and XMAS scans... Take out the "--syn" from the second rule,...
  17. Replies
    9
    Views
    952

    Oh, and a bit more specifically - can I create...

    Oh, and a bit more specifically - can I create the illusion that samba is in fact windows filesharing that's ready and waiting to be exploited, and make it looks like these exploits are working, but...
  18. Replies
    9
    Views
    952

    Well, what I meant was, would it be hard or easy...

    Well, what I meant was, would it be hard or easy to tell the difference between samba on linux with iptables, and filesharing on windows with no firewall whatsoever? And if it is easy, can I make it...
  19. Replies
    8
    Views
    910

    I wouldn't mind seeing the script :) It...

    I wouldn't mind seeing the script :)

    It couldn't hurt anything, at least.
  20. Replies
    3
    Views
    652

    The & makes the command go to the background, so...

    The & makes the command go to the background, so that further commands can be executed. If you didn't have that &, then when you tried to start x, it would launch one app, wait for it to close, then...
  21. Oh, and just a note on iptables: If *all* you...

    Oh, and just a note on iptables:

    If *all* you want to do is allow access out but not access in, then these two rules are all you really need:

    iptables -A INPUT -m state --state...
  22. My guess would be to take the space out from...

    My guess would be to take the space out from between the "," and "RELATED".

    You might also try making "input" uppercase, because I'm under the impression that that's important... :)
  23. I don't know much about apache, but it probably...

    I don't know much about apache, but it probably wouldn't be very hard to write a script that goes through all the directories and renames everything to lower case, and then goes through all the html...
  24. Replies
    3
    Views
    738

    Hey, now why didn't I ever think of that? :D ...

    Hey, now why didn't I ever think of that? :D

    I think you'd loose too much quality when you were scanning it back in, though.
  25. Replies
    11
    Views
    1,769

    Uh, a decent firewall?

    Uh, a decent firewall?
Results 1 to 25 of 266
Page 1 of 11 1 2 3 4