$ wget -c http://sourceforge.net/projects/photostoryx/files/photofilmstrip/2.0.0-RC1/photofilmstrip_2.0.0-1_all.deb
$ sudo dpkg -i photofilmstrip_2.0.0-1_all.deb
$ sudo apt-get install -f
Hello everyone… Thank you for visiting “Fix My Tech Blog” It’s always pulling hair every time one of my devices fails. It’s really hard to go around search engines to look for a solution. I created this blog with the hope of helping other users in the same situations. This blog will cover most devices (Windows, Linux, Android, Mac, laptop and other devices)
Wednesday, March 25, 2015
How to install PhotoFilmStrip on Debian Distros
Wednesday, February 18, 2015
Things To Do After Installing CentOS 7
Well, the OS is CentOS 7. I was extremely surprise that everything works. I even install CenOS 6 on an old desktop But sadly some necessary packages were not pre-installed. If you're a regular Linux user , you should have no problem adding those packages, but if you're a novice or new implant from Windows or Mac, you will have to dig around to find all the info you need.
I decided to add these instructions to help my redears:
How to setup multimedia
yum -y install http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm
yum -y install http://linuxdownload.adobe.com/linux/x86_64/adobe-release-x86_64-1.0-1.noarch.rpm
yum install flash-plugin
yum install icedtea-web
yum install vlc smplayer ffmpeg HandBrake-{gui,cli}
yum install libdvdcss gstreamer{,1}-plugins-ugly gstreamer-plugins-bad-nonfree gstreamer1-plugins-bad-freeworld
Install VLC
yum install vlc
Installing (rpmfusion) Free and Nonfree Repositories
- free for Open Source Software (as defined by the Fedora Licensing Guidelines) which the Fedora project cannot ship due to other reasons
- nonfree for redistributable software that is not Open Source Software (as defined by the Fedora Licensing Guidelines); this includes software with publicly available source-code that has "no commercial use"-like restrictions
Graphical Setup via Firefox web browser
- First enable access to the free repository. For users of gpk (gnome package kit) or kpackagekit in Fedora that is easy and basically only one step: just click on one of the following files, depending on what distribution you use and then follow the default options that Firefox and Package Kit offer by clicking Enter a few times:
- Once that succeeds, you can enable access to the nonfree repositories by clicking on one of the following files, depending on what distribution you use and then follow the default options that Firefox and Package Kit offer by clicking Enter a few times(¹):
Command Line Setup using rpm
- Fedora 14 to the most current:
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'
- RHEL 5 or compatible like CentOS:
su -c 'rpm -Uvh http://download1.rpmfusion.org/free/el/updates/5/i386/rpmfusion-free-release-5-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/5/i386/rpmfusion-nonfree-release-5-1.noarch.rpm'
- RHEL 6 or compatible like CentOS:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/el/updates/6/i386/rpmfusion-free-release-6-1.noarch.rpm http://download1.rpmfusion.org/nonfree/el/updates/6/i386/rpmfusion-nonfree-release-6-1.noarch.rpm'
Saturday, March 15, 2014
How to Upgrade LinuxMint 14.1 to 15 in Terminal
1.)
sudo sed -i 's/quantal/raring/' /etc/apt/sources.list
2.)
sudo sed -i 's/nadia/olivia/' /etc/apt/sources.list
3.)
sudo apt-get update && sudo apt-get dist-upgrade
4.)
sudo apt-get upgrade
5.) When ask, Keep new config files. Press Yes for all three.
a: Configuration file `/etc/issue'
b: Configuration file `/etc/issue.net'
c: Configuration file `/etc/lsb-release'
6.) Restart your system
Thursday, January 16, 2014
MTP Support for in Ubuntu12.10 or 12.04 to connect Android 4.0
or some reason, there are no thumbnails for images on the Android device in Nautilus and the images can't be opened directly from the device but copying and viewing them on the computer works. These issues aren't Ubuntu 12.10 or 12.04 specific and they even occur in Ubuntu 13.04.
sudo add-apt-repository ppa:langdalepl/gvfs-mtp
sudo apt-get update
(Very important to run a system update before restart)
Once everything has been updated successfully, restart your computer, unlock your Android device, connect it via USB and it should show up in your file manager.
------------------------------------------------------------------------------------------------------------------------------------
Revert the changes (purge the PPA)
Then, purge the PPA using the following command:
sudo ppa-purge ppa:langdalepl/gvfs-mtp
Saturday, January 11, 2014
Install Ubuntu One on Elementary OS Luna
Now coming to cloud storage. I presume that you must have an account on Dropbox or Ubuntu One. To install Dropbox, you can download the installer from their website or search it in Software Centre or synaptic.
To install Ubuntu One in Elementary OS Luna, you can use the following command in the terminal:
sudo apt-get install pantheon-files-plugin-ubuntuone
Install additional codecs to run all sorts of media
One of the first trouble you’ll have to run a MP3 file or a You Tube video on some linux distro, you will find out that you need additional codecs. You can install additional codecs the same way as you do in Ubuntu Linux and i.e. by installing Ubuntu Restricted Extra. Open a terminal and use the following commands:
sudo apt-get install ubuntu-restricted-extras
Add Elementary Tweaks to customize the desktop
sudo apt-add-repository ppa:versable/elementary-update
sudo apt-get update
sudo apt-get install elementary-tweaks
With elementary Tweaks, you can change themes, configure advanced Plank
options, tweak animation timings, configure Files and Slingshot. And the
best of all? It is written as a plug and therefor integrates into
switchboard!
In case of error message: to solve this problem with libgranite2 you have to add this ppa:
sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
Install with: sudo apt-get install libgranite2
Install elementary tweaks with: sudo apt-get install elementary-tweaks
Monday, June 3, 2013
INSTALL/RECOVER GRUB FROM LINUX LIVE CD
You just have to follow simple steps after that you will see grub2 in your system again.
(source: nobslab.com)
First of all Boot your Linux Live CD/USB then open Terminal and enter following commands:
This command for root permissions:
Check the drives number in Partition Manager :
- sudo -i
Now select your Linux installed drive and change the number in following commands (Only change 'x' with your drive number) and change (sda) with your hard drive it can be (sdb, sdc, etc) you can see this in Partition Manager:
- sudo fdisk -l
This command will change mnt directory to root permissions:
- sudo mount /dev/sdax /mnt
- sudo mount /dev/sdax /mnt/boot
- sudo mount --bind /dev /mnt/dev/
Now grub install command and Change 'a' in "sda" with your hard drive where you want to install grub, check in Partition Manager:
- sudo chroot /mnt
Now installation finished, Enter following commands to unmount (If these two command doesn't work, then leave them):
- grub-install /dev/sda
Now reboot your pc:
- sudo umount /mnt/dev
- sudo umount /mnt
Your grub is back. That's it.
- sudo reboot
Monday, March 4, 2013
Avahi Error when Enabling Sharing in Miro
In the Terminal
sudo apt-get install libavahi-compat-libdnssd1
After restarting, you can launch Miro and enable sharing, no more Install Avahi mDNSResponder Compatibility Library error message.
Monday, February 11, 2013
Install GNOME 3.6 for openSUSE 12.2
Part1- Before starting, make sure to have your openSUSE 12.2 installation fully updated, easiest by using
zypper patch
If needed, repeat the above until there is nothing left to be done… and NOW we’re ready for the FUN
zypper ar obs://GNOME:STABLE:3.6/openSUSE_12.2 GS36
zypper mr -r GS36
zypper dup --from GS36
(Should you see issues with
obs://GNOME:STABLE:3.6/openSUSE_12.2, you can also use
http://download.opensuse.org/repositories/GNOME:/STABLE:/3.6/openSUSE_12.2)The steps explained:
adds a new repository, called by GS36, to your system
zypper ar obs://GNOME:STABLE:3.6/openSUSE_12.2 GS36
enables
the repository to auto-refresh as needed. After all, you will want to
get any updates we’re eventually to publish there as wellzypper mr -r GS36
Actually do perform the upgrade, preferring packages in GS36, allowing others to be pulled in as needed.zypper dup --from GS36
Part2- Easier Installation of Gnome 3.6
To install Gnome 3.6, follow these steps:
Add a new repository:
zypper ar obs://GNOME:STABLE:3.6/openSUSE_12.2 GS36
Enable auto refresh in repo:
zypper mr -r GS36
And perform an upgrade to install Gnome 3.6:
zypper dup --from GS36
Let us know of your experiences of Gnome 3.6 in OpenSuse.
NOTE: This has all been tested on pristine openSUSE 12.2 installations and is considered to work reasonably well. There are for sure small things to be cleaned out here and there (work is still in progress). NO tests have been done with any 3rd – party Repositories enabled!
Not responsible for damage to your system.
Install Java JDK / JRE for OpenSuse 12.2
To install JRE (packages are named java-...-sun-plugin-...rpm) . Installing using plugin link will automatically pull in the required JREs.
You can get JRE 1.6 here. alternatively you can also use these one-clicks (1,2,3,4,5) on openSUSE 12.2 for a simpler simple install.
You can get JRE 1.7 here. Here are the one-clicks (1,2) for a openSUSE 12.2 simple install.
To install JDK (packages are named java-...-sun-devel-...rpm)
You can get JDK 1.6 here. Here are the one-clicks(1,2,3,4,5) for a openSUSE 12.2 simple install.
You can get JDK 1.7 here. Here are the one-clicks(1,2) for a openSUSE 12.2 simple install.
Install Mp3 support in OpenSuse 12.2
You can install mp3 codec through terminal by running the command "sudo zypper in gstreamer-0_10-fluendo-mp3".
During installation you may get a end user agreement prompt (--more--). If you see this press enter or return key till it goes away. After scrolling to 100% it will ask you to press y to confirm installation.
Friday, January 25, 2013
Introduction To Linux
Upgrade from Ubuntu 12.04.1 LTS to 12.10
2. Click the Check button to check for new updates. If there are any updates to install, use the Install Updates button to install them, press Check again after that first update is complete — then press the Upgrade button.
How to find out your Ubuntu version
cat /etc/issue.net
This will show Ubuntu version number but without codename:
Ubuntu 10.04.1 LTS
Or
lsb_release -a
Saturday, August 25, 2012
Hello Techie Friends!
Thanks for reading
Jean-Paul Devarenne