Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Wednesday, March 25, 2015

How to install PhotoFilmStrip on Debian Distros

install PhotoFilmStrip 2.0.0 on Ubuntu, Lubuntu, Kubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Crunchbang and Kwheezy.

Because it is not available via repository, we have to download the photofilmstrip deb package from the official site and install it with dpkg. Like this:
$ 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

Sunday, March 16, 2014

Install PS3Media Server on Debian based Linux OS

Install from PPA (Best Option)

Note that the repository might not contain the very latest version. You can install PS3 Media Server (and keep it up to date) with these commands: 

sudo add-apt-repository ppa:happy-neko/ps3mediaserver
sudo apt-get update
sudo apt-get install ps3mediaserver
 
Now you can run PS3 Media Server from Applications -> Audio and Video. Don't forget to restart GUI server after update.

Saturday, March 15, 2014

How to Upgrade LinuxMint 14.1 to 15 in Terminal

So i am trying to upgrade from Linux Mint 14, to Linux Mint 15, by following these steps.
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

Gvfs has been updated in Ubuntu 13.04 Raring Ringtail, bringing a new MTP backend which allows users to access Android 4.0 devices which do not support the USB Mass Storage protocol.

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.

The packages in this PPA may be unstable. Use the PPA at your own risk! There are instructions on how to revert the changes at the bottom of the post.

1. To add the Gvfs (and libmtp) PPA created by the Gvfs MTP backend developer in Ubuntu 12.04 or 12.10, use the following commands:
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)


To revert the changes (downgrade all the packages from our Gvfs PPA to the version available in the official Ubuntu repositories), firstly install PPA-Purge with multi-arch support from the main WebUpd8 PPA.

Then, purge the PPA using the following command:
sudo ppa-purge ppa:langdalepl/gvfs-mtp 

Wait for the packages to be downgraded successfully, restart the computer and everything should go back to the way it was before adding the Gvfs PPA above.

Monday, March 4, 2013

Keyboard Shortcuts for Elementary OS Luna


Keyboard Shortcuts in Luna Beta 1



⌘+SpaceApp Launcher
Alt+TabWindow Switcher
⇧+Alt+TabSwitch Windows Backwards
⌘+WWindow Overview
⌘+AWindow Overview (Across All Workspaces)
⌘+Left/RightSwitch Workspace
⌘+SWorkspace Overview
⌘+0New Workspace
⇧+⌘+Left/RightMove Window with Workspace
Ctrl+⌘+Left/RightSnap Window to Half of Workspace
Ctrl+⌘+Up/DownMaximize/Unmaximize Window
⌘+LLock Screen
⌘+Click+DragMove Window
⌘+Secondary (Right) Click+DragResize Window
 = Super (Windows or Command key),  = Shift

Source: Elementaryos.org

Friday, February 1, 2013

Upgrade from Ubuntu 12.04.1 LTS to 12.10

1. Press the Superkey (Windows key) to launch the Dash and search for Update Manage
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.

Saturday, August 25, 2012

How to check what version of Ubuntu You are running

Checking your version with the command line


To check your Ubuntu version using the command line:

  1. Open a Terminal (Applications -> Accessories -> Terminal) or Press CTRL+ALT+T.

  2. Type lsb_release -a and press Enter.

  3. The Ubuntu version will be displayed on the screen.