1. csh shell version (by editing ~/.cshrc or ~/.tcshrc configuration files%2y
setenv PRINTER your-printer-name2. bash shell version (by editing ~/.bashrc configuration file)
export PRINTER=your-printer-name
PC System & Networking blog and website, with information on computer networking systems, CMS, Cisco networking related configuration, freeware, news, resources and opinion.
setenv PRINTER your-printer-name2. bash shell version (by editing ~/.bashrc configuration file)
export PRINTER=your-printer-name
#/etc/init.d/cupsys restartBy the way, CUPS is the standards-based, open source printing system developed by Apple Inc. for Mac OS X and other UNIX-like operating systems.
rpm -i foobar.rpmTo uninstall a software package:
rpm -e foobar.rpm
chkconfig network on
route add -net 0.0.0.0 netmask 0.0.0.0 gw 10.0.0.1However, if you only execute this command, the route will disappears if you reboot your system.
NETWORKING=yes
HOSTNAME=fedora.frontier.com
GATEWAY=10.0.0.1
C:\Windows\System32\drivers\etc\services