- Install from a CD is pretty much straightforward. It is a good idea to fire up network during install and choose update repositories in the package selection. This way you'll save a bit of time on post-install system update.
- yum install bash-completion (I cannot live without it)
- Add yourself to /etc/sudoers
- Add languages
- sudo yum groupinstall {russian,japanese}-support
- In "System->Administration->Input Method" add Anthy for Japanese input method
- logout and the login back
- for Japanese support in Adobe Reader download and install a version form the Adobe Japanese web site
- Automounter
- yum install am-utils
- mkdir /net
- service amd start
- chkconfig amd on
- check if it mounts NFS servers under /net:
ls /net/<nfs_server> - Flash player: follow the instructions from http://fedoraproject.org/wiki/Flash
- Setup mail
- yum install postfix
- add "root:
@localhost" to /etc/aliases - newaliases
- chkconfig postfix on
- service postfix start
- to test mail: hostname | mail root
- yum install logwatch
- rsnapshot
- yum install rsnapshot
- edit /etc/cron.d/rsnapshot to specify location of snapshots
- add "exclude .gvfs/" to /etc/rsnapshot.conf (otherwise rsnpashot sometimes fails on that directory)
- Printer setup
- samsung ML-1740 (networked)
- yum install gootenprint-foomatic
- System->Administration->Printing
- Add New Printer
- Select connection: network
- Enter device address then click Find
- Click Forward and select Samsung ML-1740 from the list (if Samsung ML-1740 does not show up in the list then something is not installed)
- In the "Settings" change paper size from A4 to letter
- Print test page
- canon pixma ip1800 USB
- download the folowing rpms from Canon Europe and Australia web sites:
- cnijfilter-common-3.00-1.i386.rpm
- cnijfilter-ip1800series-2.70-1.i386.rpm
- yum install cnijfilter-common-3.00-1.i386.rpm cnijfilter-ip1800series-2.70-1.i386.rpm
- add printer through New Printer dialog
- Scanner Epson Perfection V350: download and install the following rpms from http://www.avasys.jp/lx-bin2/linux/scan/DL1.do or http://www.avasys.jp/lx-bin2/linux_e/scan/DL1.do
- iscan-2.23.0-3.ltdl7.x86_64.rpm
- iscan-plugin-gt-f700-2.1.0-3.c2.x86_64.rpm
- Picasa: download and rpm from http://picasa.google.com/linux/thanks-rpm.html and then do yum --nogpgcheck install
- Picasa turned out not to work, I am still figuring out why
- Chromium: follow instructions on http://rajaseelan.com/2009/07/04/how-to-install-google-chrome-in-fedora-10-or-fedora-11/
- after that go to SELinux policy tool and change policy to permissive if this is ok for you
- reboot will rebuild the SELinux and may take some time
- Web cam: just plug in, check if it works with Cheese Webcam Booth
- smartd for HDD monitoring
- chkconfig smartd on
- smartd -q onecheck to see if it works
- mp3 support
- sudo rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
- sudo yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg
Tuesday, January 5, 2010
Making Fedora Core 12 work
Here is my experience of installing Fedora Core 12 and making it work the way I like:
No comments:
Post a Comment