What to do after installing Ubuntu matt?
Once again I bring a postinstallation script, in this case to kill ubuntu 14.04 although you can try other versions and tell me if it works.
Mate is a graphical environment fork de gnome 2 one of the graphic environments which I personally liked most in the world GNU mainly for its simplicity and lack of need for resources. Canonical has finally decided to make an official version has this graphic entrono, I created a script to add some programs that for me are necessary for the proper functioning of a computer.
To install Ubuntu you can follow this Mate manual, It is for version 15.04 I personally recommend the version 14.04.2 and having 5 the years of support you can download from here.
The colors in applications and systems
written texts in the command line: Blue
Output in the command line: Green
File names and file content: Brown
Postinstalación de Ubuntu Mate: Programs to add.
- Upgrade your team.
- Install windows sources first and asking interact with the user.
- Chrome, Web Browser.
- Ubuntu-restricted-extras. Codecs, flash java and stuff
- VLC, The best video player to date in my opinion since it reproduces any type of file.
- Touchpad-indicator to enable or desctivar touchpad of your laptop.
- My wheather indicator. To see the time in the top bar.
- Compression codecs, to decompress any file types.
- gimp: the best graphic editor GNU world best known and plugins.
- Brasero: To record CD and DVD.
- Calibre: 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.
Postinstalación de Ubuntu mate: Things remove.
- Removes all downloaded packages during installations.
- Disable error reporting.
- Disable the guest account.
Postinstalación de Ubuntu mate: The script.
#!/bin / bash
#instalacion matte default ubuntu 14.04.2
clear
echo -e "\and[92mInstalción of programs after installing ubuntu matt 14.04.2"
echo -e "\and[92mActualizando repositories"
echo -e "\and[0m"
sleep 4s
sudo apt 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 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
sudo apt-get -y dist-upgrade
echo -e "\and[92mAñadiendo software sources"
echo -e "\and[0m"
#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'
#iconos flat
sudo add-apt-repository -y ppa:noobslab/icons
#touch pad indicator para portatiles
sudo add-apt-repository -y ppa:atareao / atareao
# gimp
sudo add-apt-repository -y ppa:otto-kesselgulasch/gimp
sudo apt update
sudo apt -y upgrade
echo -e "\and[92mInstalando programming"
echo -e "\and[0m"
sudo apt install -y google-chrome-stable ubuntu-restricted-extras gnome-system-tools vlc vlc-plugin-pulse libvlc5 libxine1-ffmpeg gxine mencoder totem-mozilla icedax tagtool easytag id3tool lame libmad0 mpg321 openshot openshot-doc rar unace p7zip-full unzip p7zip-rar sharutils mpack arj gimp inkscape synaptic gdebi playonlinux calibre libdvdread4 thunderbird libreoffice libreoffice-help-es libreoffice-l10n-es libappindicator1 icedtea-7-plugin openjdk-7-jre terminator firefox firefox-locale-es thunderbird thunderbird-locale-es-es brasero build-essential language-pack-gnome-es htop gufw gimp-plugin-registry ultra-flat-icons ultra-flat-icons-orange ultra-flat-icons-green shotwell preload touchpad-indicator my-weather-indicator
# ver dvds
sudo /usr/share/doc/libdvdread4/./install-css.sh
# cleaning packages
sudo apt-and autoremove
sudo apt-and autoclean
# Desactivar notificaciones de informe de error
sudo sed -i s/enabled=1/enabled=0/g /etc/default/apport
# Disable guest user
echo -e "\and[92mDesactivando invited session"
echo -e "\and[0m"
sudo echo allow-guest=false >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf
echo -e "\and[92Full mInstalacion"
clear
# farewell message
echo ""
echo -e "\and[1me[92Full mInstalacion e[21m"
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 you want to reset and restart if so.
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
fi
exit
To run the post-installation script matte Ubuntu
All you have to do is copy it into a text file give execute permissions. so we provide the terminal program and execute the following commands
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 x postinstalacion
4) Run the script
sudo ./postinstalacion
5) when we finished press write s enter 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 post-installation scripts in aplicacionesysistemas.com, Ubuntu, Xubuntu, ElementaryOS.