Installing Fedora 3 (Linux) on KevinPC
Strategy: Go with the distro provided apps. Follow the 'integrated suite' approach and not the best-of-breed approach.
Do the initial install
- After rebooting and logging in and su root...
- Edit /etc/grub.conf and remove the rhgb option (parm that shows the GUI startup screen). It runs on X-windows display 1 and makes display 1 fail on VNC.
- Hat/System Settings/Login Screen: auto-login as kevin. Enable XDMCP.
- Add to /etc/sudoers:
- kevin ALL=(AlL) NOPASSWD: ALL
[[InstallingFedora3-ServicesChanges|In the Services applet make these changes]]
- Hat/Preferences/More Preferences/Desktop Switching Tool - use KDE
- cd /usr/share/applnk/System/Screensavers; rm webcollage.desktop (random web pics)
- vi Desktop/CD.desktop
- Reconfigure Apache
- Add to /etc/fstab:
//192.168.1.2/backup /mnt/nasback smbfs username=kevin,password=mypass,uid=kevin,rw,dmask=775
Got this far
# [[Install MoinMoin]]
Moin code is just too ugly to mess with. Let's try instiki.
# Downloaded the CVS tarball from Instiki.org
*Got this far*
Deferred Capture what I did once, but hope not to have to do again, and did not do on my most recent re-install.
- Install libjpeg (was prereq to tightvnc)
- Install TightVNC (might be a trifle faster than distro VNC)
- Create a cron job to reboot each night at 4 a.m.
- 00 04 * * * root /sbin/reboot
- crontab --u root filename
- Configure saned