What to do after installing Xubuntu?
Updated 30-12-2014
we add
Once again I bring a postinstallation script, in this case for Xubuntu 14.04.
although you can try other versions and tell me if it works.
Xubuntu is a distribution which is mainly used on computers with limited resources , my mainly use it for computers that they remove the Windows XP and have enough power to run Windows 7 Windows 8, these users more choice than or change the computer or install a lightweight linux in this case Xubuntu. With this script you can leave your xubuntu in perfect condition to use the pc with all the technologies necessary for a normal user can work on the internet without having to worry if on Windows or GNU / Linux.
To install Xubuntu you can follow this manual.
Postinstalación the Xubuntu: Programs to add.
- Upgrade your team.
- Install windows sources first and asking interact with the user.
- Chrome, Web Browser.
- Firefox, Web Browser.
- xubuntu-restricted-extras.
- VLC, the best video player to the present. Play any type of file.
- My wheather-indicator. To have the time in the panel.
- Youtube indicator. To download videos from youtube.
- Touchpad-indicator to enable or desctivar touchpad of your laptop
- Openshot, excellent video editor.
- Compression codecs, to decompress any file types.
- gimp: the best graphic editor GNU world best known and plugins.
- Brasero: To record CD and DVD.
- dropbox: The storage system in the cloud.
- gauge: The manager used more eBooks today.
- Libdvdread4 : libraries needed for watching DVDs on Linux.
- Libreoffice: Una office automation suite for documents tus.
- Preload: to accelerate the opening of applications.
- Gedit: fantastic gnome text editor
Postinstalación the Xubuntu: Things remove.
- Removes all downloaded packages during installations.
- Disable error reporting.
Postinstalación the Xubuntu: The script.
#!/bin / bash
default #instalacion
clear
echo "Instalci of programs after installing Xubuntu 14.04 trusty tahr"
echo "Updating repositories"
sudo apt-get update
echo -e "\and[92Mahora install windows sources since it is the only package that calls interact"
echo -e "\and[0m"
echo -e "\and[93mInstrucciones"
echo -e "\and[0m"
echo -e "1) \and[93mPulsa la e[0me[4mflecha right e[24me[93then m e[0me[4mEntere[24m e[93when m e[0me[41mAceptare[0me[93m is in Red e[0m"
echo -e "2) \and[93mSelecciona e[0me[4mSIe[24me[93m and then click e[0me[4mEntere[24me[0m"
echo -e "3) \and[93mY can stop the computer alone until the end e[0m"
echo -e ""
echo -e ""
echo -e "\and[92m Press enter when you have understood e[0m"
read $A
sudo apt-get install -y ttf-mscorefonts-installer
echo -e "\and[92m You can go take a coffee or stay and just looking but I just e[0m"
sleep 5s;echo -e "\and[92System mActualizando"
echo -e "\and[0m"
sudo apt-get -y upgrade
#chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list'
echo "Adding software sources"
#gimp
sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
#myweather indicator
sudo add-apt-repository -y ppa:atareao/atareao
sudo apt-get update
sudo apt-get -y upgrade
echo "Installing programs"
sudo apt-get install -y google-chrome-stable xubuntu-restricted-extras vlc vlc-plugin-pulse libvlc5 libxine1-ffmpeg mencoder lame libmad0 mpg321 openshot openshot-doc rar unace p7zip-full unzip p7zip-rar sharutils mpack arj gimp synaptic libavcodec-extra calibre libdvdread4 libreoffice-help-es libreoffice-l10n-es libappindicator1 icedtea-7-plugin openjdk-7-jre terminator gimp-plugin-registry x264 preload prelink myspell-es gparted cabextract file-roller uudeview my-weather-indicator lm-sensors laptop-mode-tools gparted gedit gedit-plugins gnome-system-monitor
# Desactivar notificaciones de informe de error
sudo sed -i s/enabled=1/enabled=0/g /etc/default/apport
# ver dvds
sudo /usr/share/doc/libdvdread4/./install-css.sh
# cleaning packages
sudo apt-get-autoremove
sudo apt-get autoclean -and
clear
echo ""
echo -e "\and[1me[92Full mInstalacion e[21m"
echo ""
echo ""
# Farewell message
echo ""
echo ""
echo ""
sleep 1s;echo -e "\and[92Please visit us in MnO"
echo ""
echo ""
sleep 1s;echo -e "\and[42me[91m ************************************************* ****************"
sleep 1s;echo -e "\and[93m - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - "
sleep 1s;echo -e " \and[42m e[97me[1mhttps://aplicacionesysistemas.com e[21m e[0m"
sleep 1s;echo -e "\and[42me[93m - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - e[0m"
sleep 1s;echo -e "\and[42me[91m ************************************************* **************** e[0m"
echo ""
# To ask if we restart
echo -e "\and[91m¿Quieres restart? (S/n)\and[0m"
read D
if [[ "$D" == "n" ]];
then
echo -e "\and[42me[97me[1mGracias for using my script e[0m"
else
sleep 4s;echo -e "\and[42me[97me[1mReiniciando and[0m"
sudo sleep 1s;shutdown -r +0
be
To run the post-installation script Xubuntu
All you have to do is copy it into a text file give execute permissions.
1) Create a new file.
Nano postinstalacion
2) Paste the contents of the script (Ctrl Mayus V) keep with Ctrl S to x we save.
3) We execute permissions to the script
sudo chmod 777 postinstalacion
4) Run the script
sudo sh. / postinstall
5) press enter when done reboot and ready.
Thank you all for reading, if you have liked to Article ,Can you give the compartirlo +1 on social networks, My motivates me to continue writing.
Other Scripts installation aplicacionesysistemas.com, Ubuntu, ElementaryOS.
One comment: