[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PPP options
My system seems to recieve fastest with these options set in my PPP
line.
Hope the attached file comes through.
Dan
# .bashrc
# User specific aliases and functions
alias x='startx'
alias ns='/usr/local/netscape/netscape'
alias mflop='mount -t auto /dev/fd0 /mnt/floppy'
alias uflop='umount /dev/fd0'
alias dc='dir --color=auto'
alias dm='dir|more'
alias lc='ls -all --color=auto'
alias lm='ls -all|more'
alias ics='pppd connect "chat -f /etc/sysconfig/network-scripts/chat-ppp0" /dev/cua3 defaultroute 115200 xonxoff debug'
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi