# (from Fedora < 8 was /etc/syslog.conf) $ nano /etc/rsyslog.conf # go to bottom
*.* /dev/tty12
$ nano /etc/bashrc # go to bottom
alias df='df -h' alias psg='ps aux|grep -E' alias nano='nano -w' alias scp='scp -p'
$ nano /etc/profile # go to bottom
# add proxy entries PROXY=http://192.168.9.1:8080 HTTP_PROXY=http://192.168.9.1:8080 NO_PROXY="127.0.0.0/8,192.168.0.0/16,mypc.mydomain" export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC PROXY HTTP_PROXY NO_PROXY
$ nano /etc/sysconfig/networkreplace "localhost.localdomain" with your host and domain name.
NETWORKING=yes HOSTNAME=box.domain.org
$ nano ~/bin/myipaddr
#!/bin/sh MYADDR=`/sbin/ifconfig $1 2>/dev/null |grep inet |cut -f2 -d: |cut -f1 -d' '` echo $MYADDR
$ chmod a+x ~/bin/myipaddrUsage:
myipaddr eth1
UPGRADEDEFAULT - Controls whether new kernels will be booted by default (default value: yes)
DEFAULTKERNEL - kernel RPMs whose names match this value will be booted by default
(default value: depends on hardware configuration)
Build kernel:
1. Obtain the kernel-<version>.src.rpm file i.e: up2date --get-source kernel 2. Install kernel-<version>.src.rpm default to /usr/src/redhat/ 3. Change directory to /usr/src/redhat/SPECS/, and issue the following command: rpmbuild -bp --target=i686 kernel-<version>.spec or rpmbuild -bp --target=x86_64 kernel-<version>.spec On a default RPM configuration, the kernel tree will be located in /usr/src/redhat/BUILD/. 4. In resulting tree, the configurations in the /configs/ directory. Place the desired configuration in the proper place for building: cp <desired-file> ./.config 5. Issue the following command: make menuconfigYou can then proceed as usual.
yum install nspluginwrapper.i686 # or: yum install nspluginwrapper.i386 # nspluginwrapper.x86_64 is not enough !!!Firefox & Konquerror plugins:
/usr/lib/mozilla/plugins # /var/lib/firefox-ver/plugins/After installing new plugins from Konquerror: rescan new plugins
$ cp libflashplayer.so /usr/lib/mozilla/plugins
$ rpm -i RealPlayer10GOLD.rpm $ cd /usr/local/RealPlayer $ ./realplayThis make link "/usr/bin/realplay"
# var šādi:
$ ln -s /usr/java/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/firefox-1.0/plugins/libjavaplugin_oji.so
# labaak (universālāk):
$ ln -s /usr/java/jre1.5.0_06/plugin/i386/ns7/libjavaplugin_oji.so
/usr/lib/mozilla/plugins/libjavaplugin_oji.so
For comand line java support edit /etc/profile
pathmunge /usr/java/jre1.5.0_03/bin after
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
[dries] name=Extra Fedora rpms dries - $releasever - $basearch baseurl=http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/linux/$releasever/$basearch/dries/RPMS/ enabled=1 gpgcheck=1
wget http://dries.ulyssis.org/rpm/RPM-GPG-KEY.dries.txt rpm --import RPM-GPG-KEY.dries.txt
# System yum -y install mc yum -y install iptraf units udftools yum -y install memtest86+ # yum -y install yumex usbutils # Archiving # Not in Fedora, but in RPM Fusion: lha unace unrar yum -y install cabextract arj p7zip upx ucl lha unace unrar # Development yum -y install tidy libtidy perltidy php-tidy # for HTML Validator extension for Firefox yum -y install compat-libstdc++-33 yum -y install w3c-markup-validator yum -y install syslinux yum -y install php php-manual-en cssed yum -y install java-1.5.0-gcj-devel yum -y install gcc gcc-c++ gcc-java yum -y install qt-creator qt-demos qt-devel qt-doc qt-examples qt-mysql qt-sqlite yum -y install gtk2-devel gtk2-engines yum -y install perl-CPAN yum -y install php-pear-DB php-mysql php-mbstring yum -y install fuse-sshfs fsarchiver yum -y install lshw lshw-gui yum -y install kernel-devel yum -y install foremost # Recover files yum -y install partimage # yum -y install mkinitrd ( in dracut ) # for x86_64: yum -y install glibc-devel.i686 ### Eclipse Plug-Ins: # eclipse-cdt-sdk: C/C++ Development Tools (CDT) SDK # eclipse-epic: Perl Eclipse plugin # eclipse-phpeclipse: PHP Eclipse plugin # eclipse-quickrex: Regular-expression test # eclipse-shelled: Eclipse Shell script editor # eclipse-gef: Graphical Editing Framework (GEF) yum -y install eclipse-cdt-sdk eclipse-epic eclipse-phpeclipse \ eclipse-quickrex eclipse-shelled eclipse-gef # DataBases: yum -y install mysql-administrator mysql-query-browser # F13 nomore ? yum -y install mysql++ mysql-devel # MySQL++ is a C++ wrapper for MySQL’s C API yum -y install sqliteman sqlite-devel yum -y install perl-DBD-SQLite perl-DBD-XBase # yum -y install pgadmin3 # Additional tools: yum -y install gqview yum -y install qemu qemu-img qemu-launcher kvm yum -y install VirtualBox-OSE VirtualBox-OSE-guest yum -y install dia lyx joe pwgen htmldoc tigervnc-server yum -y install gconf-editor system-config-display yum -y install kde-plasma-translatoid yum -y install ksensors kdirstat yum -y install nmap-frontend fwbuilder yum -y install dvd95 nrg2iso squashfs-tools # Bluetooth related: yum -y install bluez-hcidump kdebluetooth pulseaudio-module-bluetooth amora bluez-alsa yum -y install openoffice.org-javafilter yum -y install conglomerate ooo2txt yum -y install bitstream-vera-sans-fonts \ bitstream-vera-sans-mono-fonts bitstream-vera-serif-fonts yum -y install qt3-config yum -y install openoffice.org-base yum -y install smolt-gui # yum -y install kde-l10n-Latvian # SIPphone ### NAVA: yum -y install kphone # Edutainment # periodic table of the elements yum -y install gperiodic yum -y install stellarium # fractal: yum -y install xaos gnofract4d # Games: yum -y install kdegames games-menus kdetoys yum -y install frozen-bubble yum -y install pinball # PlanetPenguin Racer is an OpenGL racing game # yum -y install ppracer # Extreme Tux Racer yum -y install extremetuxracer # Njam is a full-featured cross-platform pacman-like game written in C++ using SDL library yum -y install njam TORCS is a 3D racing cars simulator using OpenGL. yum -y install torcs
yum -y install libsigc++20 dbus-qt qt4 qt4-x11 # Fedora 10 have libsigc++20 dbus-qt; Not need qt4 qt4-x11 rpm -i skype-2.0.0.72-fc5.i586.rpm ### For x86_64: yum -y install qt.i686 qt-x11.i686 yum -y install alsa-lib.i686 yum -y install libXv.i686 yum -y install libXScrnSaver.i686Better use yum:
nano /etc/yum.repos.d/skype.repo
[skype] name=Skype Repository baseurl=http://download.skype.com/linux/repos/fedora/updates/i586/ gpgkey=http://www.skype.com/products/skype/linux/rpm-public-key.asc gpgcheck=0 enabled=1 # NEIET: rpm --import http://www.skype.com/products/skype/linux/rpm-public-key.asc # TAPEC: gpgcheck=0
yum -y install skype
Install multimedia from repo's:
# Multimedia yum -y install pavucontrol pavumeter pulseaudio-module-zeroconf \ pulseaudio-libs-zeroconf pulseaudio-esound-compat padevchooser \ paprefs paman yum -y install lame yum -y install ffmpeg transcode yum -y install mplayer mencoder mplayer-gui mplayer-doc smplayer yum -y install vlc mjpegtools yum -y install xine xine-lib-extras xine-lib-extras-freeworld xine-plugin yum -y install k3b-extras-freeworld yum -y install grip kid3 tagtool easytag yum -y install xawtv # yum -y install xmms* xmms-mp3 xmms-lirc xmms-wma xmms-skins xmms-scrobbler xmms-xosd # yum -y install cinelerra # DVB yum -y install dvb-apps # v4l (for video capture card / TV view) yum -y install xawtv yum -y install v4l2ucp # nothing usable: yum -y install v4l2-toolNeeded?:
yum -y install libmpeg3 yum -y install kaffeine yum -y install xine-lib-devel
yum -y install clamav clamav-data clamav-filesystem clamav-lib clamav-update yum -y install clamav-server yum -y install clamtk # Easy to use graphical user interface for Clam Antivirus