Archives For mint

This is a picture guide for beginners to set static IP address on Ubuntu 13.04 Raring Ringtail, both wireless and wired connection.

Ubuntu by default uses DHCP (Dynamic Host Configuration Protocol) to obtain IP address when your computer is connected to a network. You may required to change to static IP address in some network environments. This tutorial will show you how to do this step by step.

Tutorial Objectives:

  • Setup Static IP Address in Ubuntu 13.04 (both wireless & wired)
  • Enjoy!

To get started, move your cursor to top-right corner network icon on panel. Click to expand the menu and choose Edit Connections…

edit network to static ip

In next window, choose your wired connection or wifi network then click Edit button.

choose network connection

Then navigate to IPv4 Settings tab. Switch Method to “Manual” from the drop-down box. Click Add button and type in IP address, netmask and gateway. Finally click “Save” when everything’s done.

static ip address

Getdeb is an unofficial project which provides the latest open-source and freeware applications for Ubuntu Linux, and PlayDeb provides games. As Ubuntu based Linux distribution, Linux Mint users are available to install software from this repository.

Objectives:

  • Install / add / enable GetDeb & PlayDeb repository on Linux Mint
  • Enjoy!

To get started, go to Start menu, search and open Software Sources

software-sources

Navigate to Additional repositories, check the box where it says ‘archive getdeb.net’. Click ‘update the cache’ button to update package lists.

enable getdeb repository

That’s it!

If it is not there in your Linux Mint edition, click ‘Add a new repository’ and type in

deb http://archive.getdeb.net/ubuntu raring-getdeb apps games

In the line, change raring to yours based Ubuntu release code name.

Linux Mint 14 Nadia based on Ubuntu 12.10 quantal
Linux Mint 13 Maya based on Ubuntu 12.04 precise
Linux Mint 12 Lisa based on Ubuntu 11.10 oneiric
Linux Mint 11 Katya based on Ubuntu 11.04 natty
Linux Mint 10 Julia based on Ubuntu 10.10 maverick
Linux Mint 9 Isadora based on Ubuntu 10.04 lucid

And get the key by running below commands in terminal (Ctrl+Alt+T):

wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -

Enjoy!

How to Install UltraStar Deluxe on Linux Mint

Last updated: July 17, 2013

UltraStar Deluxe is a free and open-source singing game. It allows up to six players to sing along with music using microphones in order to score points, depending on the pitch of the voice and the rhythm of singing.

Objectives:

  • Install UltraStar Deluxe on Linux Mint
  • Enjoy!

Linux Mint 13 users can install it from the official ppa repository, press Ctrl+Alt+T to open a terminal window.

Linux Mint Terminal

Then run below 3 commands one by one:

sudo add-apt-repository ppa:tobydox/ultrastardx

sudo apt-get update

sudo apt-get install ultrastar-deluxe

For Linux Mint 14 and 15 users, directly download and install the debs:

ultrastar-deluxe deb for 32-bit | 64 bit

ultrastar-deluxe data for all

Then install the 2 Debs and fix dependencies:

sudo dpkg -i ~/Downloads/ultrastar-deluxe*.deb; sudo apt-get -f install

Enjoy!

How to Install Skype 4.2 on Linux Mint

Last updated: July 14, 2017

This simple and brief tutorial is going to show you how to install the Skype 4.2 on Linux Mint 13 Maya, 14 Nadia, 15 Olivia.

Objectives:

  • Install Skype 4.2 on Linux Mint
  • Enjoy!

For Linux Mint 13 Maya and 15 Olivia, the latest skype 4.2 is ready for install in the official repository. Just go to Start menu -> Software Manager, search skype and install it.

skype-LinuxMint

For Linux Mint 14 Nadia, the default is version 4.1. If you want the latest, click the link below to download Skype 4.2 from Olivia’s repository:

skype_4.2.0.11-1_i386.deb

Then double-click to install the DEB via Gdebi.

Enjoy!

Skye4-LinxMint

This simple tutorial will show you how to install the Spotify Client on Linux Mint 13, 14, 15 from the official repository.

Spotify is a digital music-streaming service that gives you on-demand access to millions of songs on all your devices. It works on Windows, Mac, Linux, Android, iOS, Windows Phone 7/8 (7 no longer updated), BlackBerry (GSM only), Symbian.

To install it from the official repository, press Ctrl+Alt+T to open terminal.

1.) Run below command to add the repository to Linux Mint:

sudo sh -c 'echo "deb http://repository.spotify.com stable non-free" >> /etc/apt/sources.list.d/spotify.list'

add spotify repository to linuxmint

2.) Install the public key:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys D2C1988

install spotify key linuxmint

3.) Finally update package lists and install spotify:

sudo apt-get update; sudo apt-get install spotify-client

spotify in linuxmint

Enjoy!