Hello community
This script is planed for new users to linux.
However, i'm a fan to commandlines, thus, the script is based upon commandline commands. Uff 
I wanted to minimize the output some commands produces, such as yum installs or wget.
The script works mainly with folders and files.
The folder sea.system provides scripts that only contain functions used by the other scripts of other folders provided.
You could think of that folder as a library.
Therefore i'm only refering here to folders which contain scripts that are to be executed.
APPS
verybasics: Basic stuff like gedit, vim, git, svn, several icon themes
devel: Some libs and develeoper IDE
office: Installs complete libreOffice package (single install doesnt work yet well)
skype: a nice voip
sience: SciLab
TS3: Installs TeamSpeak3 client (32/64bit) and creates a desktop icon
vbox: Installs a repo for Oracle Virtual Box (Fedora 15,16)
webhost: Installs Apache, Php, MySql, phpMyAdmin
wine: Installs WINE, Gecko, as well as some basic tools commonly used with WINE.
BACK
up: This file does a backup of some folders in your home directory. Target is to have a minimum required storage amount, yet its not 'additive' (by that i mean it stores ALL current files from inside that folders, without checking if they had been changed since last backup). It will create a backupfolder place the compressed file there, and modifiy restore in a way, so you can restore your data by simply executing the restore-script from the storage media on any new installed system.
On first run, it will setup your basic settings to be stored, as well as a small and a large backup setting.
CRON
JOBS: Contains scripts that are ran by cron (eg. repeative updates)
gotoBed: Asks you at what time (european time format eg. 2200=10pm) you want your computer to be shut down
backup: Asks you how often you want the sea back up to be run, daily, weekly, monthly, yearly.
GAMES
Regnum: A MMORPG
WoW: Another MMORPG
Zak2: German Fan project for the classic Click Adventure
SYS
GNOME: Tweaks, Shell extensions, autostyle
LXDE: autologin, loginbg
custom-shell: Changes the shell prompt to either 13:25$, bash-4.2$, or the Fedora default [user@mashine dirname]$
ejectcd: Simply allows you to eject the CD/DvD with the HW-button.
multimedia: Installs basic media support, such as Adobe Flash, MP3 and DvD Playback support.
useragent: Yet not working as planed, it should ask you to ender your Distro (Fedora) and adds it to Mozilla.
USB2boot: Simply writes an imagefile to your selected USB drive. The drive should be clean, if not data will be overwritten!
UI
rndbg: Modify the script to have diffrent default paths. Start the script with an absolute path that contains pictures, and it will randomly set one of them as your new background (gnome/kde) However, minum start is: sea ui rndbg 0 or something like: sea ui rndbg "$HOME/Pictures/family/birthday of kate"
SET
The scripts in here, run other scripts of sea scripts. If you run sea set gnome for example, all scripts in sea sys gnome will be run, rather than to have to call each script one by one.
Usage
Some examples on how to execute things, having a terminal open helps alot, some things work in the background, things you need to enter a password or any other input is required, do not work yet.
For these examples, ill mark the ones working from ALT+F2 with a starting !.
PHP Code:
After installation, just enter:
# | Some scripts required additional arguments, such as rndbg, others can be autoran by arguments, such as games.
sea # | On terminal, this will show a list of available commands. Folders and scripts, which are arguments.
sea apps verybasics #| Installs GIT, SVN, vim, gedit, filezilla and gnutella. Some might be required to run other scripts without errors.
!sea ui rndbg 0 # | Will change the background of your desktop, works on gnome and kde. xfce and lxde might have issues even with dconf/gconf installed.
!sea back up # | not working good in 0.4.b, might need edit ~/.sea/back/up to changes files/directories that shall be saved. The restore script will be manipulated to give an optimal 1 click (or 1 command) restore.
sea apps vbox # | Adds oracle virtual box to repositries, and installs 4.1
sea sys multimedia # | Installs dvd support, gstreamers, mp3, vlc, flash and codecs for mozilla
sea sys lxde autologin # | Aktivates autologin for lxde (if lxdm is login manager)
!vimail # | Starts a vim session with current local system mails for current user.
rmtf # | ReMove Temporary Files (*.swp, *.swp~, *~, .*~)
!sea sys gnome tweak[
-------------------------------------------------------------------------------------------------------------------------------------
Most settings can be changed in ~/.sea/sea.cfg if necessary.
Hope you like it.
Some screenshots:
http://sea.hostingsociety.com/sea/img/
If this is too much, you might prefer some more 'single use' scripts:
Audio, Video & Flash: http://forums.fedoraforum.org/showthread.php?t=264339
Wine, WoW, TS: http://forums.fedoraforum.org/showthread.php?t=264264
Please check out at sourceforge for the latest release:
https://sourceforge.net/projects/seascripts/