|
samoyed.phas.ubc.ca 142.103.239.108 |
Purchase Date:
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm yum update yum install mplayer smplayer
su cd /etc/pam.d cp gdm gdm.bkp vi gdm Find and comment or remove this line: auth required pam_succeed_if.so user!=root quiet save and exit cp gdm-password gdm-password.bkp vi gdm-password Find and comment or remove this line: auth required pam_succeed_if.so user!=root quiet save and exitConfigure CUPS
Make sure the following lines are in /etc/cups/cupsd.conf file
Browsing On BrowseOrder allow,deny BrowseAllow all BrowseRemoteProtocols CUPS BrowseLocalProtocols BrowsePoll print.phas.ubc.caAdd local user with particular uid
id -u phasaccount (login hyper find out the user's uid) useradd -u uid phasaccountModify /etc/fstab, add the following lines
# ariel.phas.ubc.ca:/home /home nfs defaults 0 0 ariel.phas.ubc.ca:/export/astro_lnx /ASTRO nfs defaults 0 0Move local home directory
mv /home /lhome mkdir /home mkdir /ASTRO vi /etc/passwd
Change home in the passwd file to lhome
Install nfs-utilsyum install nfs-utils service rpcbind startMount home and ASTRO
mount -aNFS Mount in fstab not mounted at boot
systemctl enable NetworkManager-wait-online.serviceEnable SSH
systemctl enable sshd.service systemctl start sshd.service system-config-firewall Enable SSH, ICMP Echo Request, ICMP Echo Reply
| webmaster@phas.ubc.ca | [Dept. Home Page] | Last updated: |