Showing posts with label flash-plugin. Show all posts
Showing posts with label flash-plugin. Show all posts

Tuesday, May 20, 2014

Things to DO after installing Ubuntu 14.04

As Ubuntu has released its latest version 14.04 and many more community driven desktop environments. Ubuntu has not come with complete set of application out of the box like Linux Mint. You need to install some codecs and apps to work it out.

Here is what you can do after installing Ubuntu 14.04. After first step you can download the file and proceed as given in the file.

1. Enabling Canonical Repo.....
Go to dash board and type software and click on Software and Updates. A window like this will appear.
Now choose canonical partners from the tab "Other Software". It may ask to reload.

Now you can download the file from here. It is an .sh file. All the following commands are listed in this file. You just need to execute the file using ./ubudate.sh and it will do rest of the things. Before that you need to make this file executable using command chmod a+x ubudate.sh Otherwise you can install manually these software as your choice.


2. Now run command to update the system.
sudo apt-get update && sudo apt-get upgrade


3. Install Multimedia Codecs...
sudo apt-get install ubuntu-restricted-extras

4. Install VLS and SMPlayer for video playing
sudo apt-get install vlc smplayer

5. Music players and xbmc
sudo apt-get install banshee rhythmbox minitube xbmc

6. install compression stuff
sudo apt-get install p7zip-rar p7zip-full unace unrar zip unzip sharutils rar uudeview mpack arj cabextract file-roller

7. Install filezilla
sudo apt-get install filezilla

8. Install flash-player
sudo apt-get install flashplugin-installer

9. Install Chromium(I suggest Chromium instead of google-chrome)
sudo apt-get install chromium-browser

10. WGET
sudo apt-get install wget


11. Google talk plugin
wget -c --tries=0 "https://dl.google.com/linux/direct/google-talkplugin_current_amd64.deb"
sudo dpkg -i google-talkplugin*.deb

12. tweak tool
sudo apt-get install gnome-tweak-tool unity-tweak-tool

13. Skype
sudo apt-get install skype

14. Java
sudo apt-get install icedtea-7-plugin openjdk-7-jre

15. GIMP
sudo apt-get install gimp

16. compizconfig-settings-manager
sudo apt-get install compizconfig-settings-manager



mmm.... there are many more but these are enough...

Thursday, January 17, 2013

Things to do after installing Fedora 20

The latest version of fedora released on December 17, 2013. It is very stable and improved version of the previous release.

We know that fedora does not provide licensed and non-free codecs and packages. So we need to install them.

Copy all the content in the box below and make a file with extension .sh (I used fedoraup.sh) or you can do all these things manually also referring the box below.

Click here to download the file and run.

#First of all make this file as executable program by running command "chmod a+x fedoraup.sh"

#you can remove any command below if you do not want to install that package

#Make sure you are in super user mode (by running command su) before running this file using "./fedoraup.sh"

yum -y update

#Install gnome-tweak-tool

yum -y install gnome-tweak-tool

#WGET

yum -y install wget

#rpmfusion

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm'

#Media codecs

yum -y install gstreamer gstreamer-plugins-good ffmpeg-libs xine-lib xine-lib-extras xine-lib-extras-freeworld xine-ui xine-ui-skins gxine gstreamer-plugins-bad gstreamer-plugins-bad-free-extras gstreamer-plugins-bad-nonfree gstreamer-plugins-ugly gstreamer-ffmpeg gstreamer1-libav gstreamer1-plugins-bad-free-extras gstreamer1-plugins-bad-freeworld gstreamer1-plugins-base-tools gstreamer1-plugins-good-extras gstreamer1-plugins-ugly gstreamer1-plugins-bad-free gstreamer1-plugins-good gstreamer1-plugins-base gstreamer1 ffmpeg libdvdread libdvdnav lsdvd libdvdcss

#vlc and SMPlayer for Video

yum -y install vlc smplayer

#Music player banshee

yum -y install banshee

#xbmc and minitube

yum -y install xbmc minitube

#rar utilities

yum -y install unrar p7zip p7zip-plugins

#filezilla

yum -y install filezilla

#flash player

yum -y install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm

rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux

yum -y install flash-plugin nspluginwrapper alsa-plugins-pulseaudio libcurl

#Google Chrome

yum -y install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm

#Google-talk plugin

yum -y install https://dl.google.com/linux/direct/google-talkplugin_current_x86_64.rpm


After installing gnome-tweak-tool you can run the application and add minimize and maximize buttons on the windows by switching ON maximize and minimize buttons on the titlebar in Windows option which is second last




Thats all you need to do.