Jump to content

Recommended Posts

Fedora 17 (Beefy Miracle) GNOME 3.4 custom wallpaper (NOT default)

Screenshots (using scrot)

Screenshot1

Click for large version

Screenshot2

Click for large version


#!/bin/bash
###########################################
### ###
### Fedora 17 i686 after install script ###
### ###
###########################################


###get administrative privileges
su - root

###first system update && upgrade
yum -y update
yum -y upgrade

###gnome tweak
yum -y install gnome-tweak-tool

###gnome shell extensions
yum -y install gnome-shell-extension*

###enable rpm fusion repo
yum -y localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum -y update
yum -y upgrade

###get gimp
yum -y install gimp

###install codec
yum -y install gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg libmatroska xvidcore xine-lib-extras-freeworld libdvdread libdvdnav gstreamer-plugins-good lsdvd libdvbpsi ffmpeg ffmpeg-libs gstreamer-ffmpeg

###dvd/video 32 bit
rpm -ivh http://rpm.livna.org/repo/17/i386/libdvdcss-1.2.10-1.i386.rpm

###Flash Player 32 bit
rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
yum -y install flash-plugin

###Microsoft Fonts
wget http://dl.dropbox.com/u/964512/lffl_fedora/msttcore-fonts-2.0-3.noarch.rpm
rpm -ivh msttcore-fonts-2.0-3.noarch.rpm

###install development tools
yum -y groupinstall development-tools

###install nmap
yum -y install nmap

###install vlc, scrot (screen capture tool)
yum -y install vlc scrot

###The Editor
yum -y install vim

###Office Suite
yum -y groupinstall "Office/Productivity"

###install java plugin
yum -y install icedtea-web

###install gecko-mediaplayer
yum -y install gecko-mediaplayer

###install Korn Shell
yum -y install ksh

###install wireshark
yum -y install wireshark

###intall calibre
yum -y install calibre

###Enable && start sshd
systemctl enable sshd.service
systemctl start sshd.service
systemctl is-enabled sshd.service
systemctl is-active sshd.service

Some other sh*t:

System Optimization


###Disable rpcbind,cups,sendmail,atd,avahi,ip6tables,livesys
systemctl stop rpcbind.service
systemctl disable rpcbind.service
systemctl is-enabled rpcbind.service
systemctl stop cups.service
systemctl disable cups.service
systemctl is-enabled cups.service
systemctl stop sendmail.service
systemctl disable sendmail.service
systemctl is-enabled sendmail.service
systemctl stop atd.service
systemctl disable atd.service
systemctl is-enabled atd.service
systemctl stop avahi-daemon.service
systemctl disable avahi-daemon.service
systemctl is-enabled avahi-daemon.service
systemctl stop ip6tables.service
systemctl disable ip6tables.service
systemctl is-enabled ip6tables.service
systemctl stop livesys.service
systemctl disable livesys.service
systemctl is-enabled livesys.service
systemctl stop livesys-late.service
systemctl disable livesys-late.service
systemctl is-enabled livesys-late.service

Optional

###CERT-Forensics-Tools


rpm -ivh http://www.cert.org/forensics/tools/cert-forensics-tools-release-17.rpm
rpm -ivh http://www.cert.org/forensics/tools/forensics.asc
yum -y install CERT-Forensics-Tools

Security


###Disable all firewall default rules
/sbin/iptables -F && /sbin/service iptables save

###Disable selinux
su -c 'sed s/^SELINUX=.*$/SELINUX=disabled/ -i /etc/sysconfig/selinux'

Link to comment
Share on other sites

Atat ram consuma la mine, instalat ca graphical desktop cu LXDE in loc de GNOME, fara tweak-urile lui pyth0n3:

[alex@dev ~]$ free -m -l -t
total used free shared buffers cached
Mem: 1003 549 454 0 24 337
Low: 865 413 452
High: 137 136 1
-/+ buffers/cache: 187 816
Swap: 2015 0 2015
Total: 3019 549 2470

Si intr-adevar, LXDE e necesita mai putine resurse, dar in acelasi timp este si mai sarac in ceea ce priveste eye-candy...

Ar mai fi XFCE care se aseamana mai mult cu GNOME 2.x...

Link to comment
Share on other sites

Hmm sincer nu stiu ce sa zic... Comform documentatiei oficiale, nu se va instala pe acel pc:

1.3. Hardware Overview
1.3.1. Processor and memory requirements for x86 Architectures
[...]
Minimum RAM for text-mode: 768 MiB
Minimum RAM for graphical: 768 MiB
Recommended RAM for graphical: 1152 MiB
1.3.2. Processor and memory requirements for x86_64 architectures
Minimum RAM for text-mode: 768 MiB
Minimum RAM for graphical: 768 MiB
Recommended RAM for graphical: 1152 MiB
[...]

Sursa

Ai putea incerca sa vezi cum ruleaza LiveCD-urile si decizi dupa.

Edited by u0m3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...