Jump to content

paul

Admin
  • Posts

    5611
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by paul

  1. hey Sal,

    you could also use

    ifdown eth0

    ifup eth0

     

    No you're not thne only one concerned about security. Most of us run a router with pinholes (closed) which is probably what Jonnyv has, or some kind of software firewall.

     

    I use Mandrake Security Single Network Firewall, and haven't had any problems yet

  2. yes it can be done.

     

    firstly .. don't use lynx, use wget for the download

    use lynx to get a url perhaps, but then use wget to download

     

    next check this out

    man nohup

    nohup means ignoring hangup signals. try this:

    nohup wget -c http://domain/filename.iso &

    then close putty, log back on with putty then do:

    ps -U myusername

    and looky looky ... wget is still running :-)

    go to where you downloaded the file and do:

    ll filename.iso

    a few times and you will notice the file is getting bigger

    if you want to watch the progress (as I often do) try this

    tail -f nohup.out

    here you will see all the normal output that would normally show up on screen

  3. I saw that .iso several times, since LM8.0, but what is it exactly?

    Just a reduced distro for firewalling??

    That would lead in adding another machine for that and i do have only place for ONE, so that's my pitty...

    This one MUST do ALL serverdaemons, i need, including firewall!

     

    then you could try e-smith ... that's what I use for my clients with exactly your problem

  4. The logs are located in /var/log directory. You should check and delete some of the older logs. There are many people suddenly finding their / directory full and finding out they have a gazillion gig of wasted space in their log directory.

     

    here's a simple fix which I use on every machine now

    a 100-200mb partition for /var/log

    and just incase a 100-200mb partition for /tmp

  5. adsl certainly beats my old 56k, but its limited bandwidth

    my works adsl gets about 0.5 mbyte down and maybe 100kbyte upload but theres a usage cap

    so i don't download iso's from work.

     

    It takes about 34hrs to download the 3 iso's from home which isn't too bad i guess.

    another thing that makes the adsl 128k better than my old 56k is the heaps lower ping for online games :D 

     

    It's a pity NZ is far more expensive than the US for highspped connections(well for me anyway)

     

    where abouts in NZ

     

    I'm getting (when my house is finished be built) 2mb 802.11b (national) 256k international. Uncapped ...static IP .... for $60 :P

  6. the command line has to be the way to go for me

    cdrecord -scanbus (this will give you your dev numbers)
    
    mkisofs -V #name# -o /path/to/image.iso /path/to/tree
    
    cdrecord -v -v speed=8 dev=0,0,0 /path/to/image.iso
    
    
    
    #Copying a datacd
    
    dd if=/dev/cdrom | cdrecord -v -eject speed=8 dev=0,0,0 -
    
    
    
    #Copying an Audio CD
    
    cdparanoia -vB 1- ~/tmp/name && cdrecord -v speed=8 dev=0,0,0 -pad -audio ~/tmp/track*

×
×
  • Create New...