Search Results - JustLinux Forums


Search:

Type: Posts; User: jscott

Page 1 of 10 1 2 3 4

Search: Search took 0.48 seconds.

  1. Replies
    2
    Views
    1,003

    Control Center -> Sound & Multimedia -> Sound...

    Control Center -> Sound & Multimedia -> Sound System -> aRts

    Uncheck "Starts aRts sound server on KDE start"

    Blarhg
  2. Not *pure* bash ;) but this works for me ...

    Not *pure* bash ;) but this works for me


    EXTERNAL_IP=`ifconfig eth0 | grep inet | cut -d : -f 2 | cut -d ' ' -f 1`

    if you replace eth0 with ppp0 that might work for you.

    Are you still...
  3. In bash you can use something like: ...

    In bash you can use something like:


    EXTERNAL_IP=`/sbin/ifconfig | fgrep P-t-P | cut -c21-c35`
    echo "\$EXTERNAL_IP: $EXTERNAL_IP"
    /sbin/iptables -A INPUT -s $IP_Addr -j DROP
  4. Replies
    4
    Views
    817

    GNU gcc doesn't include conio.h -- it's not ANSI....

    GNU gcc doesn't include conio.h -- it's not ANSI.

    In fact it's mainly for MS-DOS console access...

    From conio.h

    <snip>
    Direct MSDOS console input/output.
    </snip>
  5. Thread: file search

    by jscott
    Replies
    3
    Views
    738

    find / -name 'file.txt' 2>/dev/null the...

    find / -name 'file.txt' 2>/dev/null

    the arguments are broken down as follows:

    / -- The path to start search from, can be anythin
    -name 'file.txt' -- the file's name you're seeking...
  6. Replies
    14
    Views
    868

    taskman.exe == ps -ef event viewer == cat...

    taskman.exe == ps -ef
    event viewer == cat /var/log/messages | less
  7. Replies
    15
    Views
    1,002

    No use the XP CD to boot from. You can choose...

    No use the XP CD to boot from. You can choose the repair console. I believe the tool to do the job is called fixmbr or something similar. Type help at the repair console to see your options.
  8. Replies
    12
    Views
    1,019

    Repeat after me: I will never use telnet on this...

    Repeat after me: I will never use telnet on this machine.


    Use ssh, for your own piece of mind. Disable telnet right now and never think of it again.
  9. Replies
    3
    Views
    1,062

    Try ftp://username:password@192.168.0.2 That...

    Try ftp://username:password@192.168.0.2

    That should ftp you into your home directory. Windows also comes with a command line ftp client.
  10. Replies
    2
    Views
    658

    In a word: No. These passwords do not have to...

    In a word: No.

    These passwords do not have to be the same. Although the user's Windows login/pass must match the samba login/pass if you want things to work easy.

    smbpasswd changes only the...
  11. Replies
    1
    Views
    589

    Slackware 8.1 all the way. I'm running a clunky...

    Slackware 8.1 all the way. I'm running a clunky Toshiba P90 48MB RAM Satellite. Fluxbox is pretty damn quick and on your hardware should be a even more enjoyable experience.
  12. Replies
    3
    Views
    1,450

    http://www.cisco.com/warp/public/63/eth_collisions...

    http://www.cisco.com/warp/public/63/eth_collisions.html
    http://commeng.cso.uiuc.edu/~monnin/ethernet/ethernet.html
    http://www.ethermanage.com/ethernet/enet-misc/collision/collision.html
    ...
  13. Replies
    2
    Views
    1,221

    http://www.jwz.org/gronk/ is pretty damn cool.

    http://www.jwz.org/gronk/ is pretty damn cool.
  14. Replies
    5
    Views
    12,846

    For automating system admin jobs [back-up,...

    For automating system admin jobs [back-up, restore, shuffling accounts, so on] shell scripts are perfect. They're also great for glueing a bunch of system commands together. You can bang out quick...
  15. Or if they disable javascript, as I do to lose...

    Or if they disable javascript, as I do to lose some pop-ups, this script will be ignored. If you don't want to share something, just keep it off the net.
  16. Replies
    3
    Views
    1,201

    You mean you need to unlock/unprotect the disk?...

    You mean you need to unlock/unprotect the disk?
    1, 2 you can google for more if you like. ;)
  17. Replies
    1
    Views
    757

    man usermod

    man usermod
  18. Replies
    3
    Views
    759

    Just boot off the Slack CD and enter...

    Just boot off the Slack CD and enter root=/dev/linux_partition That should get you back up and running on the Slack installation (provided you didn't clobber it with RH). Edit your /etc/lilo.conf to...
  19. Replies
    8
    Views
    748

    Which distro? In slackware, it's...

    Which distro?

    In slackware, it's /etc/rc.d/rc.inet1

    You probably can find it by trying grep dhcpcd /etc/rc.d/*
  20. Replies
    8
    Views
    748

    Starting dhcpcd with the -R switch will prevent...

    Starting dhcpcd with the -R switch will prevent /etc/resolv.conf from getting clobbered.
  21. Thread: .bz2 extension

    by jscott
    Replies
    4
    Views
    807

    bzip2 -d filename.bz2

    bzip2 -d filename.bz2
  22. Thread: ssh question

    by jscott
    Replies
    3
    Views
    490

    /var/log/messages

    /var/log/messages
  23. Thread: telnet upload

    by jscott
    Replies
    3
    Views
    2,211

    ..."double hack"... Holy shit, I almost fell...

    ..."double hack"...


    Holy ****, I almost fell out of my chair...


    Please, for the love of everything sane, listen to recluse: install and use ssh for remote logins to your server.

    you can...
  24. Thread: slack-man

    by jscott
    Replies
    2
    Views
    828

    um, in slack 8.0, man.tgz lives in the ap1/ dir

    um, in slack 8.0, man.tgz lives in the ap1/ dir
  25. Replies
    2
    Views
    576

    samba (http://www.samba.org) supports WINS name...

    samba supports WINS name resolution.


    For more about WINS (and other MS net-stuff) look here
Results 1 to 25 of 244
Page 1 of 10 1 2 3 4