Software I install to a base Linux system

Here is the entry for what I need to install after a clean Fedora install, (this will probably be edited a lot as I add to the list):

Applications

yum install synergy openssh-server audacity-freeworld ffmpeg sox sox-plugins-freeworld mplayer inkscape scribus vlc firefox poppler-utils wget fuse-sshfs curlftpfs kdiff3 kid3 speex-tools filezilla gimp hpijs kate kdiff3 kdirstat thunderbird-enigmail thunderbird-lightning thunderbird
keepassx choqok html2ps yakuake gcompris gcompris-sound-en gcompris-sound-nl bsd-games kdegames mumble childsplay tuxpaint kdeartwork-screensavers perl-Data-Dump git screen perl-XML-Twig perl-XML-Simple perl-XML-XPath perl-XML-LibXML perl-Pod-Perldoc kdenetwork-kopete xmlstarlet saxon htop sshpass expect youtube-dl


aptitude install synergy openssh-server audacity ffmpeg sox libsox-fmt-all libsox-fmt-mp3 mplayer inkscape scribus vlc poppler-utils wget sshfs curlftpfs terminator speex filezilla gimp hpijs claws-mail claws-mail-plugins html2ps terminator yakuake gcompris gcompris-sound-en gcompris-sound-nl bsdgames mumble childsplay tuxpaint git xmlstarlet htop sshpass expect youtube-dl kdiff3 kid3 kate kdiff3 kdirstat kdegames kopete libxml-twig-perl iceweasel libdata-dumper-simple-perl libdata-dump-perl libxml-twig-perl libxml-simple-perl libxml-xpath-perl perl-doc libsaxon-java childsplay-alphabet-sounds-nl childsplay-alphabet-sounds-en-gb claws-mail-extra-plugins kdiff3 kid3 kate kdiff3 kdirstat kdegames kopete locate

Perl Modules

perl -MCPAN -e shell
install Bundle::CPAN
reload cpan
install Data::Dumper::Simple
install File::Basename
install Image::ExifTool
install Image::Magick
install Spreadsheet::ParseExcel
install Video::FrameGrab

Other Software

skype
davmail

Browser Plugins

Adblock Plus
Paused!
HTTPS Everywhere.
RequestPolicy
FlashBlock
NoScript
QuickProxy
xmarks

Disableling Services

systemctl stop avahi-daemon.service
systemctl stop avahi-daemon.socket
systemctl disable avahi-daemon.service
systemctl disable avahi-daemon.socket
systemctl stop bluetooth.service
systemctl disable bluetooth.service
perl -pe 's/StartServer=true/StartServer=false/g' -i ~/.config/akonadi/akonadiserverrc
perl -pe 's/Start Nepomuk=true/Start Nepomuk=false/g' -i /usr/share/kde-settings/kde-profile/default/share/config/nepomukserverrc
perl -pe 's/autostart=true/autostart=false/g' -i /usr/share/kde-settings/kde-profile/default/share/config/nepomukserverrc

Unmanaged Applications

This entry was posted in General. Bookmark the permalink.

2 Responses to Software I install to a base Linux system

  1. feedelli says:

    Cool. I’ve been meaning to do this too.

    Would also like to see if there’s anything you *do* with each new system as well. Configurations such as with .bashrc and the like that you can’t live without?

    • ken_fallon says:

      I typically don’t modify the system in any way other than install my .ssh/config file and bash scripts from my home git repository. They are all very specific to my network setup and anything “interesting” has already been posted here or on Gitorious.

Leave a Reply

Your email address will not be published. Required fields are marked *