Insert tip here <------ - Page 5


Page 5 of 22 FirstFirst 12345678915 ... LastLast
Results 61 to 75 of 318

Thread: Insert tip here <------

  1. #61
    Join Date
    Oct 2002
    Location
    Here, there, now, then
    Posts
    587
    pico -m in X allows you to click
    Hug a geek, save a life...

  2. #62
    Join Date
    May 2002
    Location
    Philippines
    Posts
    1,377
    the ctrl + r tip is a good one ...


    keep 'em coming
    "SEARCH FIRST... ASK SECOND" -mdwatts-

  3. #63
    Join Date
    Aug 2002
    Location
    Delaware
    Posts
    4,285

    Re: Debug

    Originally posted by Chs
    If u what to empty the boot record completly, maby u delete all files at the hd, but if u what to format it and i dont work, then u can use this program:

    Take a Win98 startdisc and start from it, run debug

    Write EXACLY as it says:

    A 100
    INT 13

    RAX
    0301
    RBX
    0200
    F 200 L 200 0
    RCX
    0001
    RDX
    0080
    P
    Q

    This writes 0 at the disks first 512 bytes, if u what the second drive, change 0080 to 0081

    WARNING: I DONT KNOW REALY SURE WHAT THIS DOES! I THINK IT JUST DELETES THE MBR! I DONT TAKE ANY RESPONSABILITY AT ME!

    Have a nice day!

    //linuxCommand
    The first 512 bytes of the hard-drive are the mbr. however, a fdisk /mbr usually fixes any problems you are having. One step under assembly, binary Thats basically what I virus could do to piss people off I think you can also copy that and put it in a .com file on windows and it *should* do the same thing... now i wonder if anyone wants to try it.
    irc.freenode.net #justlinux The Not So Official JL IRC Channel.
    ¤ Debian ¤ Apt-Get ¤

  4. #64
    Join Date
    Sep 2002
    Location
    Belleville Illinois
    Posts
    144
    If you can't get X to work use lynx to browse the forums and look for help.

  5. #65
    Join Date
    Jul 1999
    Posts
    4,031
    Originally posted by matt95z
    If you can't get X to work use lynx to browse the forums and look for help.
    I use links instead.

  6. #66
    Join Date
    Nov 2002
    Location
    Libranet~Debian GNU/Linux
    Posts
    77
    Originally posted by fancypiper
    In the command line, use the well kept secret of mc (midnight commander), with a file manager, extractor, installer, editor ftp, and probably lots more handy tools I haven't used yet.
    Holy Bob! This is great, suddenly the terminal ain't so scarey, like finally getting the old dosshell . A real saviour for us folks who work better with a visible directory structure. Thanks!

  7. #67
    Join Date
    Jul 2002
    Posts
    697
    Here's a silly tip, If your going to run bastille via ncurses you have to have the perl-ncurses package or it doesn't work. (took me all night to figure that out darn it)
    -------------------
    The first step in learning how to fly is mastering the art of throwing yourself at the ground and missing.

  8. #68
    Join Date
    May 2002
    Location
    Philippines
    Posts
    1,377
    Originally posted by ferreter
    Here's a silly tip, If your going to run bastille via ncurses you have to have the perl-ncurses package or it doesn't work. (took me all night to figure that out darn it)
    bastille doesn't work for me ... yet. Is it good as guarddog (what I'm currently using just now)? I think I've still got those tarballs hanging around somewhere, it's not that very big on my todo list
    "SEARCH FIRST... ASK SECOND" -mdwatts-

  9. #69
    Join Date
    Jul 1999
    Posts
    4,031

    When you just have to point and click as root

    But you keep getting those stupid error messages. Sound familiar?

    Try it this way:
    Code:
    [phil@fancypiper phil]$ xhost +local:
    non-network local connections being added to access control list
    [phil@fancypiper phil]$ su -
    Password: 
    [root@fancypiper root]# export DISPLAY=:0.0
    [root@fancypiper root]#
    Now you can run that killer gui app as root from your user's account and point and click to your heart's content

    You have the terminal to watch for error messages as well.

    I suggest using one virtual desktop for this so you will get used to using extreme caution on that desktop. Check, double check and recheck before clicking. You have been warned!
    Last edited by fancypiper; 12-16-2002 at 12:32 AM.

  10. #70
    Join Date
    Apr 2002
    Location
    England, London
    Posts
    1,141

    Re: When you just have to point and click as root

    Originally posted by fancypiper
    But you keep getting those stupid error messages. Sound familiar?

    Try it this way:
    Code:
    [phil@fancypiper phil]$ xhost +local:
    non-network local connections being added to access control list
    [phil@fancypiper phil]$ su -
    Password: 
    [root@fancypiper root]# export DISPLAY=:0.0
    [root@fancypiper root]#
    Now you can run that killer gui app as root from your user's account and point and click to your heart's content

    You have the terminal to watch for error messages as well.

    I suggest using one virtual desktop for this so you will get used to using extreme caution on that desktop. Check, double check and recheck before clicking. You have been warned!

    After you do this, is it perminent?

    PS: THNX maaann. I saw this somehwere in LNO and tried searching but i get loads of bull****, THNX for that
    My new Much Improved, Long waited, Website: http://www.mooktakim.freeserve.co.uk

    My latest screen shot. Visit my My Server.

    Registered Linux user #270049
    -----------------------------------------------------
    ** AMD Athlon XP 2001+, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler CNPS6000-CU, 3x 80mm Fans, ADSL Router, **
    -----------------------------------------------------

  11. #71
    Join Date
    Jul 2002
    Posts
    697
    Originally posted by Elijah
    bastille doesn't work for me ... yet. Is it good as guarddog (what I'm currently using just now)? I think I've still got those tarballs hanging around somewhere, it's not that very big on my todo list
    I haven't tried guarddog yet myself so I couldn't tell you. I do know that bastille has been around for a while and does do a decent job of some hardening tasks.
    -------------------
    The first step in learning how to fly is mastering the art of throwing yourself at the ground and missing.

  12. #72
    Join Date
    Apr 2002
    Location
    England, London
    Posts
    1,141
    could some one please give me a quick explanation of what guarddog/bastille is.

    I already posted saying people should explain what there tip does

    Really appreciate it
    My new Much Improved, Long waited, Website: http://www.mooktakim.freeserve.co.uk

    My latest screen shot. Visit my My Server.

    Registered Linux user #270049
    -----------------------------------------------------
    ** AMD Athlon XP 2001+, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler CNPS6000-CU, 3x 80mm Fans, ADSL Router, **
    -----------------------------------------------------

  13. #73
    Join Date
    Aug 2002
    Location
    Manitoba, Canada
    Posts
    537
    Here's a trick (needs broadband)

    1. First, ensure you have xmms installed with the mpeg layer 1,2,3 plugin.

    2. Go to www.shoutcast.com (or any other streaming audio site) and get some streaming audio going (just click "tune in" and then open with xmms)

    3. In XMMS: options - preferences - audio I/O - mpeg layer 1,2,3 player - configure - streaming

    4. Enable "save stream to disk" and pick the path of a nice fat directory to save to MP3 stream to.

    5. Now, press play again on xmms and it will start recording the stream.

    6. The fun part... at the CLI, type the following:

    at now + 500 minutes

    and press enter. You should get another "command prompt" for at, and type:

    killall -9 xmms

    and press enter. Now do a

    ctrl-d

    To tell "at" that you are finished.

    Then go to sleep. When you wake up, you will have a 500 minute MP3 that you can burn to a CD.

    I also used the "at" command, left a blank CD-R in the drive, and had the disk burned for when I woke up!

  14. #74
    Join Date
    Jul 2002
    Posts
    697
    Originally posted by MMA
    could some one please give me a quick explanation of what guarddog/bastille is.

    I already posted saying people should explain what there tip does

    Really appreciate it
    Bastille-linux is a system hardening tool which will automate tasks such as:
    restricting local logon to non-root
    set default umask settings
    create a firewall w/ monitoring
    and many other things

    Guarddog I think is just for creating a firewall rule set, not certain if it does anything else.
    -------------------
    The first step in learning how to fly is mastering the art of throwing yourself at the ground and missing.

  15. #75
    Join Date
    Apr 2002
    Location
    England, London
    Posts
    1,141
    Now thats smart

    Great tip, THNX
    My new Much Improved, Long waited, Website: http://www.mooktakim.freeserve.co.uk

    My latest screen shot. Visit my My Server.

    Registered Linux user #270049
    -----------------------------------------------------
    ** AMD Athlon XP 2001+, Giga-Byte GA-7VRXP MB, 640Mb DDR RAM 333MHz, MSI Geforce 4800SE 128Mb DDR, 40x12x48 Liteon CDRW drive, Flower Cooler CNPS6000-CU, 3x 80mm Fans, ADSL Router, **
    -----------------------------------------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •